Releases: laughedelic/gtm
Releases · laughedelic/gtm
gtm v0.9.4
gtm v0.9.3
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
- 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
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
- 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
- #67:
gtm treeshow somewhat like a tree of branches with respect to their base branches gtm infoshows now what is the base branch too
gtm v0.7.5
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
#58: Added some shortcuts:
-
+ <time>instead of+<time>; same for-; the+/-operation as shortcut forset -
gtm push --tagor smth like this forgtm push && git push --tag; -
gtm note "message"forgit commit --alow-empty -m "message";
gtm v0.7.3
#59: Added log info with confirmation in gtm undo
gtm v0.7.2
#64: Added automatic deletion of remote branch (which is already archived) in gtm close.