What's Changed
This beta improves the config migration system with user-facing feedback and stronger error isolation.
✨ New Features
- Migration toast notifications — Users now see a success or warning toast after config schema migrations run on app launch, with localized messages across all 26 locales
- CONFIG_VERSION consistency guard — Added a compile-time assertion ensuring
CONFIG_VERSIONstays in sync with the migrations array length
🛠 Improvements
- Migration error isolation — Individual migration failures are now caught and collected rather than crashing the entire pipeline;
runMigrationsreturns a structuredMigrationResultwith error details - i18n hardening — Fixed apostrophe escaping across locale files using
\u0027unicode escapes for parser compatibility
📦 Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon · Intel | .dmg
|
| Windows | x64 · ARM64 | -setup.exe
|
| Linux | x64 · ARM64 | .AppImage .deb
|