← All Releases
nanx v0.3.0
December 27, 2025What's New
AI-Powered Release Notes
You can now generate professional changelogs automatically using AI. When creating a release, nanx analyzes your commits and creates both technical and user-friendly release notes, making it easier to communicate changes to your team and users.
Smarter Git Tag Messages
Release tags now include helpful summaries with contributor information and links to your changelog. This makes it easier to understand what changed in each version directly from your git history.
User-Specific Configuration
You can now have personal configuration settings that won't be committed to your repository. Use nanx config --user-local to manage settings that are specific to your local environment.
Improvements
- Better release workflow: The release process now pauses after generating changelogs, giving you a chance to review and edit them before finalizing
- Clearer progress feedback: You'll see an animated progress indicator when AI is generating commit messages or changelogs
- More accurate changelogs: Improved how nanx reads your git history to ensure all commits are properly included in release notes
- Flexible dependency tracking: You can now control whether dependency changes appear in your changelogs and which paths to include or exclude
Bug Fixes
- Fixed an issue where newly created changelog files weren't being included in release commits
- Resolved problems with parsing commit messages that contained special characters
- Fixed tracking of AI usage metrics during changelog generation
Contributors: VivinMeth