Skip to content

0.6.0

Compare
Choose a tag to compare
@donnemartin donnemartin released this 29 May 19:49
· 81 commits to master since this release

Changelog

0.6.0 (2016-05-29)

Features

  • #3 - Add GitHub Enterprise support.
  • #33 - Revamp the info shown with the gh feed command.

Bug Fixes

  • #30 - Fix a typo in the pip3 install instructions.
  • #39 - Fix gh feed -pr/--private flag in docs.
  • #40 - Fix create-issue NoneType error if no -b/--body is specified.
  • #46 - Fix gh view with the -b/--browser option only working for repos, not for issues or PRs.
  • #48 - Fix create-repo NoneType error if no -d/--description is specified.
  • #54 - Update to prompt-toolkit 1.0.0, which includes performance improvements (especially noticeable on Windows) and bug fixes.
  • Fix Config docstrings.

Updates

  • #26, #32 - Add copyright notices for third
    party libraries.
  • #44, #53 - Update packaging dependencies based on semantic versioning.
  • Tweak README intro.