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
This version adds support for Python 3.7.
- #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.
- #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.
- #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.
- #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.
- #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.
- #26, #32 - Add copyright notices for third party libraries.
- #44, #53 - Update packaging dependencies based on semantic versioning.
- Tweak
README
intro.
- #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.
- #16, #28 - Fix typos in README.
- #18 - Fix dev install instructions in README.
- #24 - Fix style guide broken link in CONTRIBUTING.
- #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.
- Initial release.