Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Releases: stephencelis/ghi

1.2.0

20 Apr 12:40
Compare
Choose a tag to compare
  • Remove dependency on json-pure, fixes #277.
  • Added a --no-labels option to ghi list, fixes #259.
  • Fix uncaught LoadErrror, fixes #281.

Thanks to @davidcelis for his work on this release!

Add license and dependency

26 Feb 12:00
Compare
Choose a tag to compare

This patch release fixes #272 and adds pygments.rb as a dependency.
It also adds the license information to the gemspec

List all assignees in ghi list

29 Jan 08:08
Compare
Choose a tag to compare

This release contains the ability to list all assignees when running ghi list, thanks @gitusp 😄

Updating help and fix out-of-date URL

28 Dec 01:49
Compare
Choose a tag to compare

This release contains the following:

  • Updated the help text for ghi open and ghi edit
  • Fixed out-of-date URL in authorization.rb

Thanks to @shimpeiws and @okurz for their work in this release.

Fixing issue with pull requests

19 Oct 20:04
Compare
Choose a tag to compare

This is a patch release for issue #210.

Fixing issue where lines beginning with # weren't correctly removed

17 Oct 22:58
Compare
Choose a tag to compare

Adding status information

17 Oct 00:54
Compare
Choose a tag to compare

This release adds:

  • #239 The ability the determine whether or not issues are enabled for a repo - ghi status
  • #239 The ability to enable/disable issues on a repo - ghi enable and ghi disable
  • Milestones are now displayed when listing issues
  • #198 The ability to create an issue while in working branch
  • Bug fix for #233

Various Bug Fixes

16 Oct 14:53
Compare
Choose a tag to compare

This release contains various bug fixes such as:

  • #182 #195 Fixed NoMethodError that occurred when attempting to unassign an issue
  • Fixed an issue that occurred if a repo had a large number of tags and the terminal had a small number of columns
  • #238 Navigate to the actual settings url