What's Changed
Fixes
- Fixed email verification failures in the demo authentication flow.
- Resolved errors related to
better-authintegration, including schema and migration updates for PostgreSQL and pglite.
Features
- Added periodic update checks to the Electron desktop app to improve auto-update reliability.
Improvements
- Upgraded Next.js from v14.2.35 to v16.2.0 across all web applications, enabling modern React Server Components, improved routing, and performance enhancements.
- Updated Kysely ORM from v0.28.12 to v0.28.14 for minor stability and type-safety improvements.
Internal
- Integrated
better-authconfiguration for unified authentication handling. - Refactored and synchronized database migrations and schemas to support new auth and organization features.