Skip to content

Releases: git-time-metric/gtm

v1.2.10

07 Aug 00:36

Choose a tag to compare

Add long duration format, supports Jira time format
Shorten file name when reporting

v1.2.9

29 May 00:58

Choose a tag to compare

Upgrade git2go and libgit2 packages
Upgrade all other vendor packages
Refactor build process

v1.2.8

16 Apr 15:52

Choose a tag to compare

Fix formating in README

1.2.7

12 Mar 21:08

Choose a tag to compare

Option to clean only terminal time data
More robust post-commit hook

v1.2.6

29 Jan 16:15

Choose a tag to compare

  • Removes dependency on libssl for the Linux release

This resolves the issue with being unable to run gtm when the libssl library is not found.

v1.2.5

22 Jan 21:19

Choose a tag to compare

This release fixes an issues with gtm not running for the post-commit hook when using a git client, such as SourceTree to commit changes. This results in no time being recorded with the commit.

To fix this, we are setting the fullpath to gtm in the the post-commit hook. To enable this in an existing gtm initialized git repo, please run gtm init again.

For further information please see this issue #54.

v1.2.4

01 Jan 14:35

Choose a tag to compare

The Happy New Year release!

  • Improved date range handling when reporting
  • Color output
  • New days option for the clean command
  • Bug fixes

v1.2.3

27 Nov 00:37

Choose a tag to compare

  • Add new Summary report, i.e. gtm report -format summary -today
  • Fix gtm check version failing
  • Fix duplicate % signs in reports

v1.2.2

26 Nov 01:02

Choose a tag to compare

  • Improve CLI help
  • Improve test coverage

v1.2.1

20 Nov 21:29

Choose a tag to compare

  • Added metrics to the gtm report -format commits
  • Display tags with gtm status
  • Fix gtm init creates empty .tag file
  • Fix invalid project index entries
  • Fix unable to report gtm status outside of project root