v0.1.3
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