| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-07 | 1.5 kB | |
| v0.7.1-beta.0 source code.tar.gz | 2026-04-07 | 13.9 MB | |
| v0.7.1-beta.0 source code.zip | 2026-04-07 | 14.8 MB | |
| Totals: 3 Items | 28.7 MB | 0 | |
What's Changed
Features
- Added optional email verification during sign-up, controlled by new environment variables
NEXT_PUBLIC_REQUIRE_EMAIL_VERIFICATIONandEMAIL_FROM. - Introduced a proactive backup reminder for users before upgrading to v0.8.0 — a non-dismissible alert appears in the app sidebar and settings modal, prompting users to back up their workspace data.
Improvements
- Upgraded PGlite from 0.2.17 (PostgreSQL 16) to 0.4.3 (PostgreSQL 17), including an automatic, safe data migration path that preserves existing user data using a legacy PGlite instance for extraction and reimport.
- Updated WASM asset naming (
postgres.*→pglite.*, plusinitdb.wasm) and improved dev bootstrap reliability by ensuring PGlite clients are properly closed.
Fixes
- Resolved potential process hangs during local development startup by explicitly closing the PGlite client after dev bootstrap completes.
Internal
- Performed comprehensive dependency upgrades across all workspaces:
- Major versions: TypeScript 5→6, ESLint 9→10, Electron 38→41, Recharts 2→3, react-resizable-panels 3→4, react-day-picker 8→9, Stripe 20→22, pino 9→10, shiki 3→4, shadcn 2→4, lucide-react 0→1, mssql 11→12, uuid 11→13, debounce 2→3.
- Applied required code migrations for breaking API changes (e.g.,
PanelGroup→Group, layout type updates, shadcn registry path changes). - Added
CLAUDE.mddocumenting project conventions and contribution guidelines.