← Back to homeChangelog
New features, improvements and bug fixes.
v1.1.0
Update- NewOnboarding flow: choose between creating an org or joining a team via invite token
- NewSUPER_ADMIN role auto-assignment via SUPER_ADMIN_EMAIL env var
- NewTranslated audit log labels — human-readable action and resource names
- NewLanding header: centered layout with locale switcher next to auth buttons
- NewBuy buttons now redirect to /register instead of external links
- NewFixed locale switching in Docker/production (NextIntlClientProvider locale prop)
- NewFixed Edge Runtime compatibility: Prisma calls wrapped in try-catch for JWT callback
v1.0.0
Release- NewMulti-tenant organizations with Owner/Admin/Member roles
- NewStripe subscriptions with idempotent webhook handler
- NewPasswordless authentication via magic link (Resend)
- NewOAuth login with GitHub and Google
- NewRole-based access control (RBAC) via Edge middleware
- NewRate limiting on all sensitive routes (Upstash Redis)
- NewImmutable audit log trail for compliance
- Newi18n support: English and Spanish
- NewDark/light mode with system preference detection
- NewAdmin panel with paginated audit logs
- NewError tracking with Sentry
- NewDocker + GitHub Actions CI/CD pipeline