Release notes

Changelog

Product updates, fixes, and improvements.

Jump to release

Browse all published milestones in one place.

7 versions
In progress

Unreleased

#unreleased
Added
  • Improved multilingual release note support for localized changelog content.
PublishedReleased on 2026-03-27

Version v1.5.0

#version-v1-5-0
Changed
  • Reorganized the starter into a monorepo with shared auth, db, ui, billing, and utility packages.
  • Refactored the billing module into a layered gateway architecture to make future payment provider integrations easier.
  • Moved changelog content into locale-specific content directories so release notes can be maintained per language.
Added
  • Added live Stripe integration test scripts and billing webhook regression scripts for faster release verification.
  • Added a public changelog page to the marketing site.
  • Added payment gateway integration documentation and a reusable onboarding skill for future providers.
Fixed
  • Fixed one-time payment classification so non-subscription purchases are no longer treated as subscription initial charges.
  • Fixed Stripe fee and net amount handling by resolving balance transaction details more reliably.
  • Improved webhook signature extraction and event handling stability across the billing pipeline.
PublishedReleased on 2026-03-25

Version v1.4.0

#version-v1-4-0
Added
  • Added one-time purchase support alongside recurring subscriptions.
  • Added refunds, refund tracking, and reconciliation flows across admin and billing history screens.
  • Added finance-oriented metrics including multi-currency reporting, transaction type filters, and marketing attribution fields.
Changed
  • Expanded the transaction model to store richer financial details such as fees, net amounts, refund identifiers, and gateway-side settlement fields.
Fixed
  • Fixed refund API consistency and billing history status rendering issues.
  • Improved payment flow safety checks and error handling around transactions and refunds.
PublishedReleased on 2026-03-20

Version v1.3.0

#version-v1-3-0
Added
  • Added database-driven dynamic pricing with flexible billing cycles and gateway-aware plan presentation.
  • Added subscription checkout, hosted payment initiation, and a dedicated user billing center.
  • Added multi-gateway billing support with subscription reactivation, history views, and quota-aware account experiences.
Fixed
  • Fixed webhook user resolution and subscription metadata synchronization for payment events.
  • Fixed subscription status sync and entitlement issuance during recurring billing flows.
  • Fixed pricing and query issues related to free plans, deleted records, and redirect handling after checkout.
PublishedReleased on 2026-03-17

Version v1.2.0

#version-v1-2-0
Added
  • Added a full admin console with user management, subscriber views, transaction tables, and billing strategy controls.
  • Added plan, price, gateway, and entitlement management with multilingual support for SaaS operations.
  • Added audit logging, system management, advanced filtering, pagination, and richer subscriber analytics.
Changed
  • Reworked the admin information architecture from simple subscription management into a broader strategy center.
  • Improved admin navigation and table workflows for day-to-day operational use.
PublishedReleased on 2026-03-11

Version v1.1.0

#version-v1-1-0
Added
  • Added Better Auth based authentication with email/password login, Google sign-in, account linking, email verification, and password reset flows.
  • Added an authenticated dashboard foundation with profile editing, security settings, linked account management, and account deletion support.
  • Added admin route protection and role-aware access control on top of the account system.
Changed
  • Internationalized authentication emails, forms, and brand presentation across the account lifecycle.
  • Improved authentication service structure, mail templates, and password reset behavior.
PublishedReleased on 2026-03-04

Version v1.0.0

#version-v1-0-0
Added
  • Released the first complete frontend starter built on Next.js App Router, TypeScript, Tailwind CSS, and Shadcn UI.
  • Added multilingual routing with next-intl, SEO-ready metadata, canonical tags, and localized alternates.
  • Added a production-ready marketing site with landing, pricing, blog, about, contact, privacy, and terms pages.
  • Added a static MDX blog engine with pagination, metadata support, table of contents generation, and sharing enhancements.
  • Added analytics integrations including Google Analytics, Umami, and Microsoft Clarity.