Skip to content

Releases: saschagrunert/git-journal

Version 1.3.1

28 Dec 17:12
Compare
Choose a tag to compare
  • Updated dependencies
  • Fixed clippy reports

Version 1.3.0

22 Dec 11:26
Compare
Choose a tag to compare
  • Changed nom to newest version

Version 1.2.0

16 Nov 16:41
Compare
Choose a tag to compare
  • [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

05 Nov 08:48
Compare
Choose a tag to compare
  • Added zsh completions
  • Updated dependencies

Version 1.0.1

25 Oct 08:59
Compare
Choose a tag to compare
  • [Improved] overall logging facade
  • [Removed] syntax issues from toml documentation
  • [Fixed] "allowd" typo

Version 1.0.0

18 Oct 15:56
Compare
Choose a tag to compare
  • [Fixed] bug when prefix is an empty string
  • [Improved] README.md for the category_delimiters feature

Version 0.8.0

10 Oct 13:49
Compare
Choose a tag to compare
  • [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

08 Oct 11:48
Compare
Choose a tag to compare
  • [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

07 Oct 14:08
Compare
Choose a tag to compare
  • [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

06 Oct 11:22
Compare
Choose a tag to compare
  • [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