Skip to content

Latest commit

 

History

History
144 lines (104 loc) · 4.23 KB

NEWS.rst

File metadata and controls

144 lines (104 loc) · 4.23 KB

User-visible changes

0.14.0 - 2012-04-30

  • Support for GitHub API v3, you need to generate an access token with hubugs setup
  • Custom templates will require updating to work with this version
  • New report-bug subcommand to report bugs you find in hubugs
  • The term_markdown and markdown filters have been removed
  • httplib2 is now required, but was soft dependency via github2 before
  • micromodels is now required
  • github2 and misaka are no longer required

0.13.1 - 2012-02-28

  • github2 v0.6.1, or newer, is required
  • Support for GitHub:Enterprise using the --host-url option
  • Temp files now use hubugs- prefix for easier matching in editor configs
  • Basic Zsh completion support in extra/_hubugs

0.13.0 - 2012-02-07

0.12.0 - 2012-01-16

  • Improved Markdown using markdown2 is available, see the markdown template filter for more information
  • html2text is now required, and is available in templates using the html2text filter

0.11.0 - 2011-09-06

  • Supports opening bugs in your web browser
  • setuptools users should no longer see UserWarning messages at startup

0.10.0 - 2011-06-28

  • Supports adding initial labels to bugs when opening
  • Fixes for Python 2.6 compatibility

0.9.0 - 2011-06-24

  • Renamed to hubugs
  • Thorough documentation for the package
  • Testsuite that can be run via nose or tox
  • github2 v0.5.0, or later, is now required

0.8.0 - 2011-05-30

  • Support for reading input from stdin for editing commands
  • Supports listing bugs by label

0.7.0 - 2011-05-30

  • Works with unpatched github2 package now!
  • No longer supports priorities, GitHub have dropped support for this feature

0.6.0 - 2011-04-09

  • Display an issue's pull request in default templates
  • Include pull request patch output with --patch option
  • New template filter highlight for passing text through Pygments

0.5.0 - 2011-03-10

  • Support for editing an existing bug's title and/or summary
  • Support for re-opening closed bugs
  • GitHub authorisation values can be read from the environment using GITHUB_USER and GITHUB_TOKEN
  • Labels are now included in list output
  • argh is now required

0.4.0 - 2011-02-26

  • Format Markdown output using terminal escapes

0.3.0 - 2011-02-26

  • Renamed to gh_bugs
  • Support for different ordering methods in list and search output
  • Add or remove multiple labels by repeating -add` or-remove`` option
  • Templates are searched for in XDG_DATA_HOME/gh_bugs/, any gh_bugs directory in XDG_DATA_DIRS and finally the Python package directory
  • Jinja is now required
  • If termcolor is installed coloured output is produced
  • Addition of a distutils setup.py

0.2.0 - 2011-02-25

  • Support for using an editor to write comments and open issues.

0.1.0 - 2010-11-02

  • Initial release