Skip to content

Releases: DEVELOPEST/gtm-core

v1.0.3

16 Jun 17:55
Compare
Choose a tag to compare

v1.0.2

23 Apr 12:47
Compare
Choose a tag to compare
  • Fix gitlab auto-log
  • Fix some hooks not being removed after uninit

v1.0.1

24 Mar 12:08
Compare
Choose a tag to compare
  • Use newly created rewrite command instead of git notes automatic merging
  • Fix some hooks not being correctly removed on uninit
  • Fix debian dependencies not being installed

v1.0.0

18 Jan 19:52
Compare
Choose a tag to compare
  • Save branch name on commit
  • Fix crash on already existing note on commit
  • Move to DEVELOPEST namespace

v0.1.1

16 Dec 18:45
Compare
Choose a tag to compare

Changes

  • Rename gtm settings directory .git-time-metrics -> .gtm
    This is not backwards compatible!
    (Renaming directory in user home folder manually will fix)
  • Fix notes rewrite ref not working properly
  • Various CI related fixes
  • Add option to auto-log time to Jira

v0.1.0 - Alpha launch

31 Oct 12:42
Compare
Choose a tag to compare

Changes

  • Add --cwd option to various commands for plugin friendliness
  • Add --subdir option for report
  • Add push and pull hooks for seamless time tracking
  • Add --local option for init
  • Add --auto-log="gitlab" option for init for auto-logging time to commit messages (needs gitlab pr to be merged for full integration)
  • Add debian package / windows installer
  • Various bug fixes