Skip to content

Releases: joeykamsteeg/vscode-git-flow

v0.5.0

08 Mar 22:26
Compare
Choose a tag to compare
  • Fixed issue causing high cpu usage (Special thanks to @tomtastico)

v0.4.2

18 May 20:06
Compare
Choose a tag to compare

Fixed

  • Feature branch list did not display correct branches with a differect git config gitflow.prefix.feature setting. (#2, special thanks to @darkpio)

v0.4.1

18 May 20:06
Compare
Choose a tag to compare

Added

  • Log the git commands output to Output

v0.4.0

29 Apr 20:16
Compare
Choose a tag to compare

Added

  • Option to pull a branch
  • Output Logs

v0.3.1

08 Apr 19:55
Compare
Choose a tag to compare

Fixed

  • Don't show error message when get a git config value
  • Merge the develop branch before the branch get merged into the feature branch

v0.3.0

01 Apr 14:09
Compare
Choose a tag to compare

Added

  • Option to merge develop branch into feature

v0.2.2

29 Mar 00:34
Compare
Choose a tag to compare

Added

  • Display error when git command execution has failed

Fixed

  • Windows: Fetch correct active branch

v0.2.1

28 Mar 12:49
Compare
Choose a tag to compare

Fixed

  • Finishing features not merged into develop branch
  • User can delete remote branches

v0.2.0

27 Mar 22:53
Compare
Choose a tag to compare

Added

  • Display remote branches in the feature list
  • Setting to show / hide remote branches in feature list
  • Checkout remote features to local

v0.1.1

27 Mar 22:53
Compare
Choose a tag to compare

Fixed

  • Removed finish action on master and develop branch menu