------------------
* 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``
.. _Jinja: http://jinja.pocoo.org/
.. _termcolor: https://pypi.org/projects/termcolor/
.. _distutils: http://docs.python.org/install/index.html