Skip to content

Releases: KensoDev/gong

gong-v2.5.0

08 Mar 22:12

Choose a tag to compare

Gong v2.5.0 Release

Download the appropriate binary for your platform below.

Changelog

Other

Installation

macOS (Homebrew)

brew install KensoDev/tap/gong

Manual Installation

Download the appropriate binary for your platform, extract it, and place it in your PATH.

Full Changelog: v2.4.0...v2.5.0

Fixing the jira client to work with a token

31 May 19:19

Choose a tag to compare

Working with a token and fixing the transitions to work better for the Jira client.

Adding transitions to config

05 Aug 06:39

Choose a tag to compare

1.6.0

Support for transitions

1.4.0 - Pivotal Tracker Client

04 Jul 03:26

Choose a tag to compare

1.4.0 introduces a new client to interact with PivotalTracker.

Check the CHANGELOG for more details.

Fixing the comment error message on empty repos and more

10 Jun 00:21

Choose a tag to compare

  • Adding the commit hooks
  • README to make things clearer with samples
  • | comment will now tell you if there's an error

Commit hooks working and more cleanup on the API

09 Jun 05:50

Choose a tag to compare

This is a major milestone. Now the commit hooks are working so you can actually count on the issue id and link to be in each and every one of your commits.

Enjoy!!!

1.2.0

08 Jun 21:36

Choose a tag to compare

Big refactor of the internal implementation.

Now accepts a generic client and can be easily extendable with other API clients such as pivotal tracker and others.

This is not a backward compatible change, the config file is relying on JSON and not on INI as in the previous stable version. This is to support loading the client and to store a custom number of fields.

1.0.0

05 Jun 19:22

Choose a tag to compare

First stable version