- Add
bugfix
branch support [Thanks Vincent Biret (baywet)] - Fix unhelpful error messages sometimes appearing
- (1.2.1 fixes the changelog to include 1.2.0)
- Fix intermittent assertion failure during init [Thanks
RobDesideri
] - Respect tag prefix for releases [Thanks
poohnix
] - Guess the next release version automatically [Thanks
poohnix
]
- Progress messages while performing git operations
- 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.