Changelog

Release notes and product updates

Changelog 2.0

v2.0.0

Major update with changelog page, UI polish, and performance improvements

2026/03/01

New Features

  • Changelog Page: Dedicated changelog powered by content collections; release notes in Markdown
  • Release Cards: Card layout for each release with version badge, date, and prose body
  • Navigation: Changelog linked in navbar (Pages) and footer (Resources)

Technical Improvements

  • Content collection changelog with schema: title, description, date, version, published, content
  • getReleases() sorts by date descending and filters by published
  • Reusable ReleaseCard component with Markdown rendering

Bug Fixes

  • Stable list key using release.slug for changelog items
  • Correct route id /(pages)/changelog for TanStack Router

Initial Release

v1.0.0

First official release with core features and functionality

2026/02/20

Core Features

We're excited to announce the initial release with the following core features:

  • User Authentication: Secure login and registration
  • Dashboard: Intuitive dashboard for managing your resources
  • Project Management: Create, edit, and organize your projects
  • API Integration: Connect with third-party services through our API

Technical Improvements

  • Built with TanStack Start and React for optimal performance
  • Implemented Drizzle ORM for type-safe database operations
  • Added comprehensive error handling and logging
  • Optimized for mobile and desktop experiences

Bug Fixes

  • Fixed issues with user registration flow
  • Resolved authentication token expiration handling
  • Improved form validation and error messages