Skip to content

0.5.0

Compare
Choose a tag to compare
@donnemartin donnemartin released this 15 May 20:57
· 163 commits to master since this release

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.