Skip to content

0.7.0

Compare
Choose a tag to compare
@donnemartin donnemartin released this 26 Mar 21:58
· 37 commits to master since this release

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.