Changelog
Release notes and product updates
Changelog 2.0
v2.0.0Major 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
changelogwith schema: title, description, date, version, published, content getReleases()sorts by date descending and filters by published- Reusable
ReleaseCardcomponent with Markdown rendering
Bug Fixes
- Stable list key using
release.slugfor changelog items - Correct route id
/(pages)/changelogfor TanStack Router
Initial Release
v1.0.0First 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