Releases: donnemartin/gitsome
Releases · donnemartin/gitsome
0.8.0
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
0.7.0
Changelog
0.7.0 (2017-03-26)
Features
Bug Fixes
- #67 - Fix
gh_issues
typo in theREADME
, by srisankethu. - #69 - Fix
--issue_filter
typo forgh_issues
command inCOMMANDS.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
togh 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
Changelog
0.6.0 (2016-05-29)
Features
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
0.5.0
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 from0.51
to0.52
. - #26 - Add
xonsh
copyright notice to LICENSE. - #32 - Add
github3.py
,html2text
, andimg2txt
copyright notices to LICENSE. - Update installation instructions in README.
- Update color customization discussion in README.
0.4.0
Changelog
0.4.0 (2016-05-09)
- Initial release.