Skip to content

v0.1.3

Choose a tag to compare

@sonht113 sonht113 released this 08 Jun 16:40
· 48 commits to master since this release

Changes

  • Fully removed PGlite: All code, types, and UI now only support Supabase (cloud) and SQLite (local). No more pglite references.
  • Migration resilience: Supabase migration now handles already exists errors gracefully.
  • Simplified config: Only SQLITE_DATA_DIR env var needed for local backend.

Upgrade from v0.1.2

If you have config.json with backend pglite, re-save your database settings in the app.

Full Changelog: v0.1.2...v0.1.3