Changelog
Stay up to date with the latest updates, features, and improvements to Chronalog.
Filter by Major Version
Initial Release
Features
- •Git-backed changelog management system
- •Beautiful admin interface for managing changelog entries
- •MDX support for rich content formatting
- •Automatic Git commits for all changes
- •GitHub OAuth authentication
- •TypeScript support with full type safety
- •No database required - completely file-based
- •Customisable configuration options
- •Tag system for categorising entries
- •Version tracking support
- •Quick setup with init command
Initial Release
Welcome to Chronalog! This is the first official release of our Git-backed changelog management system for Next.js.
What is Chronalog?
Chronalog is a powerful, file-based changelog management system designed specifically for Next.js projects. It provides a beautiful admin interface for managing your changelog entries while keeping everything in your Git repository.
Key Features
This initial release includes all the core functionality you need to manage your changelog:
- Git Integration: All changes are automatically committed to your Git repository
- MDX Support: Write rich content with markdown and custom components
- No Database: Everything is stored as MDX files in your repository
- TypeScript: Fully typed for the best developer experience
- Customisable: Configure paths, routes, and commit message formats
- Quick Setup: Get started in minutes with a single command
Getting Started
To get started with Chronalog, simply install it in your Next.js project:
pnpm add chronalog
pnpm chronalog init
Then set up GitHub OAuth authentication and you're ready to start managing your changelog entries!
What's Next?
We're excited to continue improving Chronalog based on your feedback. Stay tuned for future updates and enhancements.