Changelog
---------

Version 0.8.2
~~~~~~~~~~~~~

* Prevent git repo creation on command execution.

Version 0.8.1
~~~~~~~~~~~~~

* Added option for JIRA review workflow transition.

Version 0.8
~~~~~~~~~~~

* Added support for JIRA.
* Support GitHub 2FA.
* Initial unit testing.

Version 0.7.5
~~~~~~~~~~~~~

* Updated to GitHub API v3.
* Updated to Pivotal Tracker REST API v5.
* Refactored services.
* Improved Pivotal Tracker no-arg 'story' selection.
* Corrected Pivotal Tracker 'finish' chore.
* Updated 'init' to handle pre-existing GitHub OAuth token.
* Added 'init --new' command argument.

Version 0.7.4
~~~~~~~~~~~~~

* Support '--help' command argument abbreviation.
* Split document into one man page per command.

Version 0.7.3
~~~~~~~~~~~~~

* Added issue/story '--comments' command argument.

Version 0.7.2
~~~~~~~~~~~~~

* Included docs in manifest.

Version 0.7.1
~~~~~~~~~~~~~

* Updated to version 2.1 of PyInstaller
* Prevent finish from non-integration branch.
* Added man page to installer.

Version 0.7
~~~~~~~~~~~

* Added GitHub 'tasks' command.

Version 0.6.2
~~~~~~~~~~~~~

* Handled offline/disconnected client.
* Updated 'start' to take 'id/number' as a positional argument.
* Added branch bash completion for 'finish'.

Version 0.6.1
~~~~~~~~~~~~~

* Included main.py in manifest.

Version 0.6
~~~~~~~~~~~

* argparse all the things.
* Updated 'finish' to execute from integration branch.
* Added 'start --force' command argument.

Version 0.5.1
~~~~~~~~~~~~~

* Fix manifest.
* Explicit 'exit' import.

Version 0.5
^^^^^^^^^^^

* Refactored CLI.
* Handle 'finish' command merge conflicts.
* All around improved error handling.
* Updated 'finish' to accept 'git-merge' arguments.

Version 0.4.2
^^^^^^^^^^^^^

* Prevent start from non-integration branch.
* Added milestone to 'issues' & 'issue' commands.
* Added 'issues --assignedtoyou' command argument.
* Added 'backlog --mywork' command argument.

Version 0.4.1
^^^^^^^^^^^^^

* Fix initial GitHub auth service request.

Version 0.4
^^^^^^^^^^^

* Configure for either Pivotal Tracker or GitHub Issues.
* Added 'story --id' command argument.
* Prevent pwn3d stories.
* Added 'exclusive' story/issue configuration.

Version 0.3
^^^^^^^^^^^

* Added 'backlog' command.
* Added 'story --mywork' command argument.
* Backup existing prepare-commit-msg hook.

Version 0.2
^^^^^^^^^^^

* Added 'tasks' command.
* Added 'story' command.
* Removed make dependency on virtualenv.

Version 0.1
^^^^^^^^^^^

* I Am Born.
