Skip to content

Releases: laughedelic/gtm

gtm v0.9.4

19 Nov 19:05
Compare
Choose a tag to compare

Fixed #71 and #72. Some small simplifications.

gtm v0.9.3

31 Mar 14:16
Compare
Choose a tag to compare

Fixed the way timetracker notes are fetched on init (in the 0.9.2 version it was creating an unnecessary branch for them)

gtm v0.9.2

15 Mar 01:46
Compare
Choose a tag to compare
  • Improved error messages; they don't output the whole help now
  • Improved init command; no need for manual notes branch update
  • Fixed close task:
    • using 'gtm push'
    • first push task branch, then try to merge
    • better merge failure message

gtm v0.9.1

05 Mar 12:30
Compare
Choose a tag to compare

Now pre-commit hook doesn't fail commit (only warns) if you forgot to set the timer.
After updating run gtm init to rewrite the hook.

gtm v0.9.0

24 Feb 16:19
Compare
Choose a tag to compare
  • Added a command alias for gtm connect: gtm issue-to-pull-request
  • Fixed #65 : connect the task on first gtm push

gtm v0.8.0

20 Feb 15:39
Compare
Choose a tag to compare
  • #67: gtm tree show somewhat like a tree of branches with respect to their base branches
  • gtm info shows now what is the base branch too

gtm v0.7.5

13 Nov 21:09
Compare
Choose a tag to compare

Fixed behavior of gtm note:

  • without args it opens editor
  • if the first arg doesn't start from dash, it is treated as a message
  • it can take any other arguments for git commit

gtm v0.7.4

08 Nov 17:01
Compare
Choose a tag to compare

#58: Added some shortcuts:

  • + <time> instead of +<time>; same for -; the +/- operation as shortcut for set
  • gtm push --tag or smth like this for gtm push && git push --tag;
  • gtm note "message" for git commit --alow-empty -m "message";

gtm v0.7.3

08 Nov 11:51
Compare
Choose a tag to compare

#59: Added log info with confirmation in gtm undo

gtm v0.7.2

08 Nov 11:51
Compare
Choose a tag to compare

#64: Added automatic deletion of remote branch (which is already archived) in gtm close.