Back to release notes
v0.4.7Synced from GitHub release-notes

Release v0.4.7

What's Changed Fixes - Fixed email verification failures in the demo authentication flow. - Resolved errors related to better-auth integration, including schema and migration updat

View source on GitHub

What's Changed

Fixes

  • Fixed email verification failures in the demo authentication flow.
  • Resolved errors related to better-auth integration, 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-auth configuration for unified authentication handling.
  • Refactored and synchronized database migrations and schemas to support new auth and organization features.