Changelog
What changed, when, and why.
Versioned release notes for every feature, fix, and security patch. The CHANGELOG.md file in the repo is the source of truth — this page mirrors it.
Filter by tag:
3.0.0April 29, 2026
Feature
Showcase pages + reference scenarios.
- ~38 new routes covering integrations, customers, docs, system pages, app demos.
- Demo apps gate (`FEATURES.demoApps`) lets buyers ship without inbox/kanban/calendar.
- Email template gallery in /admin/emails with react-email.
- Public author profile + leaderboard prove the Posts model composes.
2.0.0April 22, 2026
Feature
Component library + admin CRUD shipped.
- 45-primitive themed component library with a live `/components` catalog.
- Reference Posts CRUD: public blog + admin editor + RLS migration + e2e.
- Admin runtime feature flags via SiteSetting.
- Audit log viewer with filters + pagination.
1.5.0March 8, 2026
Feature
Admin panel — users, subscribers, messages.
- Admin dashboard with KPI cards + signups timeseries + plan-mix donut.
- Subscriber + message detail/edit/delete + CSV export + reply.
- User detail with role/name editing + lifecycle actions.
- Demo seed: `bun run seed:demo` provisions an admin demo account.
1.0.0February 14, 2026
Feature
First commercial release — full SaaS surface.
- Supabase auth: email + OAuth + OTP + password recovery.
- Stripe billing: Checkout + Customer Portal + idempotent webhook.
- Three-tier pricing wired to env-driven price IDs.
- User dashboard, profile editor, account + security + notifications + billing settings.
0.9.0January 19, 2026
FixSecurity
Stability + auditability baseline.
- RLS expectations file — `bun run verify:rls` asserts policies match.
- Webhook signature verification on every external endpoint.
- Lint gate forbids `console.*` shipping to production.
- Rate limiter on /api/subscribe and /api/contact.
0.5.0November 30, 2025
Feature
Theme Studio went live.
- 12 brand-color presets + light/dark/system + RTL/LTR + font size slider.
- localStorage persistence so visitors keep their picks across reloads.
0.1.0September 8, 2025
Feature
Multi-language landing template.
- 10 pre-wired locales with browser + timezone auto-detect.
- Hreflang sitemap + JSON-LD + per-page OG image route.