Skip to content

Releases: donnemartin/gitsome

0.8.0

07 Apr 17:46
a6c4fa1
Compare
Choose a tag to compare

Changelog

0.8.0 (2019-04-07)

This version adds support for Python 3.7.

Updates

  • #160 - Add Python 3.7 support. Fixes #152, #144, #126, #105 and several other related bugs.
  • #147 - Gracefully ignore missing avatar image, by kBite.
  • #142 - Update release checklist.
  • #134 - Update GitHub integrations link.
  • #120 - Add license disclaimer.

Bug Fixes

  • #151 - Fix gh command typos in docs, by cyblue9.
  • #137 - Fix Running as a Docker Container anchor in README, by kamontat.
  • #129 - Fix trending command to handle empty summaries, by emres.
  • #123 - Remove buggy codecov badge.
  • #117 - Fix 0.7.0 CHANGELOG date, by dbaio.

0.7.0

26 Mar 21:58
Compare
Choose a tag to compare

Changelog

0.7.0 (2017-03-26)

Features

  • #99 - Add Dockerfile to run gitsome in a Docker container, by l0rd and larson004.

Bug Fixes

  • #67 - Fix gh_issues typo in the README, by srisankethu.
  • #69 - Fix --issue_filter typo for gh_issues command in COMMANDS.md.
  • #80 - Fix path for auto completions in README.
  • #92 - Fix viewing HTML contents in the terminal for GitHub Enterprise users, by dongweiming.
  • #97 - Fix error hint from gh gitignores to gh gitignore-templates, by zYeoman.
  • #116 - Fix gh trending command resulting in an error.

Updates

  • #58 - Tweak README intro, add logo.
  • #74 - Add link to official GitHub integration page in README.
  • #79 - Only store password in config for GitHub Enterprise (due to Enterprise limitations), by nttibbetts.
  • #86 - Update dependency info for uritemplate.
  • #89 - Fix a bug listing info on repos without a desc field, by SanketDG.
  • #98 - Prefer GitHub Enterprise token before password.
  • #104 - Update install instructions to use pip3.
  • #111 - Add note about current Python 3.6 incompatibility.
  • #115 - Set current Python support to 3.4 and 3.5.

0.6.0

29 May 19:49
Compare
Choose a tag to compare

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

15 May 20:57
Compare
Choose a tag to compare

Changelog

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

09 May 09:07
Compare
Choose a tag to compare

Changelog

0.4.0 (2016-05-09)

  • Initial release.