Release Notes
v0.4.3
What's Changed
Features
- Organization plugin integration: Migrated core authentication and team-handling logic into a dedicated organization plugin, enabling more scalable and modular multi-organization support across the web app.
Improvements
- Simplified team context handling: Removed reliance on
defaultTeamIdacross auth flows (desktop auth consume/finalize), API routes, and client-side auth utilities—reducing ambiguity and improving consistency when resolving the current organization or team.
Fixes
- Database migration reliability: Updated Drizzle migration tooling and added repair scripts to ensure consistent schema state across PostgreSQL and pglite environments, especially after organization-related schema changes.
Docs
- README updates: Multiple iterative improvements to documentation clarity, including setup instructions, architecture notes, and usage guidance for the new organization-aware workflows.