- Add
bugfixbranch 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
PATHbut is otherwise installed. - Shiny new icon.
- New configuration options:
gitflow.deleteBranchOnfinishgitflow.deleteRemoteBranchesgitflow.default.developmentgitflow.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
nullchecks. May now catch some latent issues.
- Fixed missing push of
masterand tags after finishing a release or a hotfix.