feat: v0.8.3 + git.kgva.ch → git.openbureau.ch

- Alle Git-Links auf git.openbureau.ch umgestellt
- Version 0.8.3: Download-Links, Badges, FAQ, Changelog-Eintrag
- Changelog: 0.8.3 Neu (PWA, Desktop-Verhalten, Testmodus), 0.8.2 als Vorversion

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-06 12:59:54 +02:00
parent ded8201f2d
commit 350457b99e
14 changed files with 62 additions and 52 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ toc: true
Beim App-Start:
1. Abfrage gegen `https://git.kgva.ch/karim/RAPPORT/releases/latest.json`
1. Abfrage gegen `https://git.openbureau.ch/karim/RAPPORT/releases/latest.json`
2. Versionsvergleich mit lokaler `version` im Tauri-Bundle
3. Bei neuer Version → Update-Dialog
4. Bei Bestätigung → Download + Signaturprüfung + Installation + Neustart
@@ -42,7 +42,7 @@ Updates können in den Einstellungen komplett deaktiviert werden.
"platforms": {
"darwin-aarch64": {
"signature": "…",
"url": "https://git.kgva.ch/karim/RAPPORT/releases/download/0.8.2/RAPPORT%20PRE-RELEASE.app.tar.gz"
"url": "https://git.openbureau.ch/karim/RAPPORT/releases/download/0.8.2/RAPPORT%20PRE-RELEASE.app.tar.gz"
}
}
}