Skip to content

Export Invoice v0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 May 11:22

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 .sqlite3 file via a native file dialog
  • The active database path is displayed; Use Default resets back to export_invoice.db with one click
  • The chosen path is persisted across restarts (localStorage + a Rust-readable selected_db.txt mirror in the app config dir)
  • The Rust startup layer reads selected_db.txt and 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).