Bump app version to 0.5.1 and add auto-update support
- Implemented auto-update logic in `ScribeTopBar` with update notification and user interaction. - Integrated `@tauri-apps/plugin-updater` and `@tauri-apps/plugin-process` for updater functionality. - Added automatic migration feature with `autoMigrateElectron` support and UI feedback. - Refactored app architecture with new routing, components, and layout for better modularity. - Enhanced JSON response handling in API client for robust data parsing. - Updated locales to include new translations for update and migration-related UI.
This commit is contained in:
@@ -55,7 +55,9 @@
|
||||
"scribeTopBar": {
|
||||
"logoAlt": "Logo",
|
||||
"scribe": "Scribe",
|
||||
"separator": " - "
|
||||
"separator": " - ",
|
||||
"update": "Mettre à jour",
|
||||
"updating": "Mise à jour..."
|
||||
},
|
||||
"scribeLeftBar": {
|
||||
"editorComponents": {
|
||||
@@ -217,7 +219,13 @@
|
||||
"retry": "Réessayer",
|
||||
"fileNotFound": "Le fichier de migration est introuvable à ce chemin.",
|
||||
"dbNotFound": "La base de données n'a pas été trouvée à côté du fichier de migration.",
|
||||
"importFailed": "L'importation a échoué. Vérifiez que les fichiers sont valides."
|
||||
"importFailed": "L'importation a échoué. Vérifiez que les fichiers sont valides.",
|
||||
"autoMigrating": "Migration des données en cours...",
|
||||
"autoErrorTitle": "La migration automatique a échoué",
|
||||
"autoErrorText": "Vos données de l'ancienne version n'ont pas pu être récupérées.",
|
||||
"autoErrorContinue": "Continuer sans migrer",
|
||||
"autoErrorContinueWarning": "Attention : vos données locales ne seront pas récupérées.",
|
||||
"autoErrorRetry": "Réessayer"
|
||||
},
|
||||
"quillSense": {
|
||||
"needSubscription": "Veuillez vous abonner à QuillSense ou Amenez vos clés pour accéder à cette fonctionnalité.",
|
||||
|
||||
Reference in New Issue
Block a user