Releases: saschagrunert/git-journal
Releases · saschagrunert/git-journal
Version 1.3.1
- Updated dependencies
- Fixed clippy reports
Version 1.3.0
- Changed nom to newest version
Version 1.2.0
- [Changed] Cargo lockfile to newest version
- [Improved] main error handling
- [Improved] function name handling
- [Changed] travis to don't do benchmarks any more
- [Changed] Error handling to Box approach
- [Fixed] parsing bug with empty commit message parts
- [Improved] main error handling
- [Fixed] patterns in functions without bodies
- [Changed] try! to ?
- [Changed] gitjournal completion for zsh to match naming convention
Version 1.1.0
- Added zsh completions
- Updated dependencies
Version 1.0.1
- [Improved] overall logging facade
- [Removed] syntax issues from toml documentation
- [Fixed] "allowd" typo
Version 1.0.0
- [Fixed] bug when prefix is an empty string
- [Improved] README.md for the category_delimiters feature
Version 0.8.0
- [Changed] Cargo.lock to newest version
- [Added] "category_delimiters" configuration option
which is per default["[", "]"]
- [Changed] summary parsing to remove dot at the end
Version 0.7.0
- [Added] wrapper chmod function for windows builds
- [Added] appveyor yml file
- [Added] osx to travis CI
- [Improved] README format
- [Improved] TL;DR to be a bit more concrete
- [Fixed] bug for printing footers when section wasn't print at all
- [Fixed] submodule usage on windows
- [Fixed] failing unit test
- [Changed] order of badges in readme
Version 0.6.0
- [Added] commit message tag verification feature
- [Added] commit hash link support
show_commit_hash
- [Added] template generation support
-g
- [Improved] example image
- [Improved] overall test coverage
- [Changed] warning when no tags were found
- [Changed] default template ouput in RFC0002
Version 0.5.0
- [Improved] internal source code quality by refactoring
- [Changed] test template for new RFC0002 syntax
- [Added] custom header/footer output to templating engine
- [Added] sorting methods "name" and "date" for the output
- [Added] multi threading support for the commit parsing
- [Removed] unnecessary clones where they are not needed
- [Added] gitter.im badge to Readme
- [Improved] summary line parsing by allowing summary tags at the second line