Skip to content

Releases: GoodGuide/gg-git-hooks

Sort stories, show status & date in selection UI, and add some more keybindings to selection UI

20 Sep 15:01
41866a6
Compare
Choose a tag to compare

Bugfixes:

  • fixed an issue (sometimes) getting the Pivotal API key from git-config by trimming space from the resulting string

New features:

  • stories are now sorted most-recently-updated first (refresh your stories to see the effect)
  • in the selection UI:
    • story status is now displayed
    • story last-updated timestamp is now displayed
    • added keybindings:
      • G for jump to end
      • g for jump to top
      • n for next
      • p for previous

Upgrade Notes:

There might be a problem when it tries to load your cached stories file made by the previous version. Either delete the cached file (~/.gg-git-hooks-cache.json) or preemptively run:

goodguide-git-hooks update-pivotal-stories

Allow setting pivotal token via environment variable

17 Nov 23:24
Compare
Choose a tag to compare
Allow getting pivotal token via ENV

[no story]

Fix some bugs

10 Aug 21:13
Compare
Choose a tag to compare

Fixed:

  • bug when updating list of stories -- cursor didn't reset so would appear lost in some circumstances.
  • stories are now excluding those marked delivered

v0.0.6: bump to 0.0.6

29 May 21:13
Compare
Choose a tag to compare

Make more scriptable

19 Nov 00:34
Compare
Choose a tag to compare

Added force and noclobber flags to the install command for better scriptability.

Allow updating from TUI story selection dialog

29 Sep 20:58
Compare
Choose a tag to compare
Store stories cache using JSON and allow reloading within the prompt UI

[no story]

Selecta replacement

03 Sep 17:32
Compare
Choose a tag to compare

I had removed Selecta support for attaching a story tag after the message editing step in the commit process during the first iteration of the rewrite, as I found the UX to be kludgy anyway. With this release, I've added a nice termbox-based UI for interactively selecting a story.

First release of go rewrite

27 Aug 04:04
Compare
Choose a tag to compare
v0.0.1

Set up goxc [nostory]