Einstellungen: Tab «Updates & Support» + Bump auf 0.7.0
Neuer Settings-Tab mit manueller Update-Suche (ignoriert die Skip- Markierung), Zeitstempel der letzten Prüfung, Link zur Dokumentation auf rapport.kgva.ch. Update-Helper sind in src/utils/updater.js zentralisiert; UpdateNotifier schreibt jetzt auch beim Auto-Check das Datum der letzten Prüfung mit. Version 0.6.0 → 0.7.0 in package.json, tauri.conf.json, Cargo.toml und allen UI-Referenzen. Changelog-Eintrag 0.7 mit den drei Highlights dieses Releases ergänzt. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -121,8 +121,8 @@ Zusätzlich im UI-Changelog: [`src/App.jsx`](src/App.jsx) — Konstante `CHANGEL
|
||||
# 1. Versionen anheben (package.json, tauri.conf.json, Cargo.toml)
|
||||
# 2. Changelog in src/App.jsx ergänzen
|
||||
# 3. Commit + Tag
|
||||
git tag -a v0.6.0 -m "Rapport 0.6"
|
||||
git push origin main v0.6.0
|
||||
git tag -a v0.7.0 -m "Rapport 0.7"
|
||||
git push origin main v0.7.0
|
||||
|
||||
# 4. Bundle bauen
|
||||
npx tauri build
|
||||
|
||||
Reference in New Issue
Block a user