Export Invoice v0.5.0
What's new in v0.5.0
In-App Database Picker
- A new Database File card in Settings lets you point the app at any SQLite file instead of the bundled default
- Click Browse… to pick a
.db,.sqlite, or.sqlite3file via a native file dialog - The active database path is displayed; Use Default resets back to
export_invoice.dbwith one click - The chosen path is persisted across restarts (localStorage + a Rust-readable
selected_db.txtmirror in the app config dir) - The Rust startup layer reads
selected_db.txtand registers the full migration set for the selected file, so a brand-new empty database is automatically migrated on first load - Selecting or resetting falls back safely to the default if the target file is missing or the FS write fails — the two persistence layers are always kept in sync
Download the installer below (.msi for enterprise/silent install, .exe for standard setup).