mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
1.8 KiB
1.8 KiB
CHANGELOG
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning
Unreleased
0.2.0 - 2018-03-02
Features
- Add template for
Keep a changelogto the--initoption - Supports vim like
j/kkeybind with item selection of--init
Bug Fixes
- Support Windows colors 🎉 (@mattn)
- Fixed several bugs in Windows
0.1.0 - 2018-02-25
Bug Fixes
- Fix error message when
Tagcan not be acquired - Fix
Revertof template created by Initializer
Code Refactoring
- Refactor
Initializerto testable
Features
- Supports annotated git-tag and adds
Tag.Subjectfield #3 - Remove commit message preview on select format
- Add Git Basic to commit message format
- Add preview to the commit message format of
--initoption
0.0.2 - 2018-02-18
Bug Fixes
- Fix a bug that
Commit.Revert.Headeris not converted byGitHubProcessor
Features
- Add preview to the commit message format of
--initoption
0.0.1 - 2018-02-18
Bug Fixes
- Fix parsing of revert and body
Code Refactoring
- Fix typo
- Change to return an error if corresponding commit is empty
- Refactor the main logic
Features
- Add cli client
- Add commits in commit version struct
- Add config normalize process
- Add Next and Previous in Tag
- Add MergeCommits and RevertCommits
- First implement