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
- #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.