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.
- Add multiple verbs to the imperative mood blacklist.
- Avoid hanging when run non-interactively (@ssbarnea).
- Avoid validating lines after the verbose cut line marker (@walle).
v0.6.1 - 2017-01-04
- A bug with the edit action introduced in v0.6.0.
v0.6.0 - 2017-01-03
- Mirror Git's approach for editor config, instead of just using
$EDITOR
.
v0.5.0 - 2016-11-22
- Only check the first word of the subject for imperative mood.
v0.4.0 - 2016-11-03
- Ignore
fixup!
andsquash!
autosquash flags.
v0.3.0 - 2016-10-28
- Add
hooks.goodcommit.color
config.
v0.2.0 - 2016-09-29
- Ignore trailing whitespace in commit messages.
- Initial version.