0.1.0 (2025-06-18)
Bug Fixes
- add proper permissions to GitHub Actions workflow for changelog updates (904e9ae)
- prevent infinite loop in changelog automation (5de9e54)
Features
- implement automated changelog system with conventional commits (179e0b0)
- update landing and pricing pages with new messaging and trust signals (35702cd)
0.1.0 (2025-06-18)
Bug Fixes
- add proper permissions to GitHub Actions workflow for changelog updates (904e9ae)
Features
- implement automated changelog system with conventional commits (179e0b0)
0.1.0 (2025-06-18)
Bug Fixes
- add proper permissions to GitHub Actions workflow for changelog updates (904e9ae)
Features
- implement automated changelog system with conventional commits (179e0b0)
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.1.0] - 2025-06-18
Features
- implement automated changelog system with conventional commits (179e0b0)
Added
- Automated changelog generation from commit messages using conventional-changelog
- Changelog page accessible at
/changelog
- GitHub Actions workflow for automatic changelog updates
- Commit helper script for easier conventional commit creation (
npm run commit-help
)
- Local changelog generation script (
npm run changelog
)
- Interactive commit rewriting tools (
npm run rewrite-commits
)
- Comprehensive documentation and guides
Technical
- Integrated conventional-changelog-cli and conventional-changelog-angular
- Enhanced GitHub Actions workflow for CI/CD changelog updates
- Added scripts for local development and commit assistance
How Conventional Commits Work
This changelog is automatically generated from commit messages that follow the Conventional Commits specification.
Commit Types
feat:
- A new feature (appears in "Features" section)
fix:
- A bug fix (appears in "Bug Fixes" section)
docs:
- Documentation changes (appears in "Documentation" section)
style:
- Code style changes (formatting, etc.)
refactor:
- Code refactoring
test:
- Adding or updating tests
chore:
- Build process, auxiliary tools, etc.
Examples
feat: add user authentication system
fix: resolve memory leak in file upload
docs: update API documentation for v2
chore: update dependencies to latest versions
Usage
Use the commit helper: npm run commit-help [type] [description]
Example: npm run commit-help feat "add dark mode toggle"
The changelog will be automatically updated when you push commits with these formats to the main branch.
Note About Commit History
Important: Only commits that follow the conventional commit format will appear in the auto-generated changelog.
Going forward, use conventional commit format for all new commits and they will automatically appear in the changelog.
These features were added before implementing conventional commits:
- About, Brand Kit, and Developers pages with enhanced content and layout
- Blog posts and FAQ section with metadata and components
- Enhanced ChangelogPage with version display and improved layout
- Enhanced layout and SEO features in RootLayout component
- BookEditor and DifferencesTab component enhancements for version control
- ChatPanel and Message component enhancements with file selection
- GitHub integration and UI consistency improvements