v2026-02-19.3
What's Changed
Backup & Restore (#64)
- One-click backup download from Settings (tar.gz with SQLite VACUUM INTO for consistency)
- Scheduled automatic backups with configurable interval (daily/weekly) and retention
- Server-side directory browser for selecting backup paths
- Restore from backup during fresh instance setup
- Demo data automatically excluded from backups
- Path traversal protection on directory browser and file operations
- Backup metadata with format version, table counts, and app version for forward compatibility
- i18n support for all backup UI (en, de, fr, es)
Closes #64
BQM Improvements
- Configurable BQM collection time with automatic date assignment
- BQM image deletion and import date offset
Commits
4cc8d70feat: backup and restore with scheduled backups and directory browser (#64)f8843e7feat: configurable BQM collection time with automatic date assignment518556efeat: BQM image deletion and import date offset
Full Changelog: v2026-02-19.2...v2026-02-19.3