Releases: julianolf/prepare-commit-msg
Releases · julianolf/prepare-commit-msg
v2.0.0
What's Changed
Features
- Improved commit message functionality:
- When a message is passed to the
git-commit
command with the-m
or-F
flags, the tool will now perform a spelling and grammar check, automatically correcting any issues and making minor improvements for clarity.
- When a message is passed to the
Breaking Changes
- The type of the
System
configuration entry has been changed to support the new feature. - The default location of the configuration file has changed and is now dependent on the operating system.
Full Changelog: v1.0.1...v2.0.0
v1.0.1
What's Changed
Bugs
- Fixed an issue in the deserialization of the OpenAI API response. A new field was added to the response, which was being mapped with strict types.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full Changelog: https://github.com/julianolf/prepare-commit-msg/commits/v1.0.0