Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

76 lines (52 loc) · 4.04 KB

gitsome

Build Status Codecov

PyPI version PyPI License

To view the latest README, docs, and code, visit the GitHub repo:

https://github.com/donnemartin/gitsome

To submit bugs or feature requests, visit the issue tracker:

https://github.com/donnemartin/gitsome/issues

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.

0.5.0 (2016-05-15)

Features

  • #12 - Allow 2FA-enabled users to log in with a password + 2FA code. Previously 2FA-enabled users could only log in with a personal access token. Also includes an update of login prompts to improve clarity.

Bug Fixes

  • #16, #28 - Fix typos in README.
  • #18 - Fix dev install instructions in README.
  • #24 - Fix style guide broken link in CONTRIBUTING.

Updates

  • #1 - Add Codecov coverage testing status to README.
  • #2 - Add note about enabling Zsh completions to README.
  • #4 - Add note about using pip3 to README.
  • #5 - Decrease speed of README gif.
  • #6 - Update url for click.
  • #20 - Add note about enabling more completions to README.
  • #21 - Bump up prompt-toolkit version from 0.51 to 0.52.
  • #26 - Add xonsh copyright notice to LICENSE.
  • #32 - Add github3.py, html2text, and img2txt copyright notices to LICENSE.
  • Update installation instructions in README.
  • Update color customization discussion in README.

0.4.0 (2016-05-09)

  • Initial release.