- Large refactor
- Bugfixes when git is not available on
PATH
but is otherwise installed. - Shiny new icon.
- New configuration options:
gitflow.deleteBranchOnfinish
gitflow.deleteRemoteBranches
gitflow.default.development
gitflow.default.production
- Fix issue with hardcoded development branch to
develop
. - Fix unhelpful errors from git when doing a gitflow operation on an unclean working tree
- Update to TypeScript 2.0 and enforce strict
null
checks. May now catch some latent issues.
- Fixed missing push of
master
and tags after finishing a release or a hotfix.