Skip to content

v0.1.2

Choose a tag to compare

@sonht113 sonht113 released this 08 Jun 15:21
· 49 commits to master since this release

Fixes

  • Replace PGlite with sql.js (SQLite): PGlite WASM was incompatible with Electron's packaged environment, causing 'Database not connected' errors on fresh install. Replaced with sql.js (SQLite via WASM) which works reliably in Electron.
  • Auto-fallback to local SQLite: When no DATABASE_URL is configured, the app now automatically uses SQLite for local persistence.
  • Upgrade Electron 33 → 34.5.8: Updated Electron runtime for improved stability.
  • Graceful error handling: IPC handlers now return clear error messages when database is not connected.
  • Reconnection mechanism: Switching backend in Settings now reconnects without restart.

Full Changelog: v0.1.1...v0.1.2

Full Changelog: v0.1.1...v0.1.2