Skip to content

Releases: OpherV/gitflow4idea

0.6.7

22 Dec 09:03
Compare
Choose a tag to compare

Changelog for 0.6.7

Note - if you see 'no gitflow' in the status bar you will need to re-init using git flow init -f

0.6.6 - Emma

21 Sep 20:44
Compare
Choose a tag to compare

Changelog for 0.6.6 (Emma)

@OpherV:

  • Support for Idea build 182 (finally! :) #204
  • Bugfix NullPointerException while "Track Release" #154
  • Bugfix: NullPointerException on close active task #197

0.6.5.1

04 Apr 21:34
Compare
Choose a tag to compare

Changelog for 0.6.5.1:

@OpherV:

  • Fixed some issues that prevented plugin from working properly #194 #193

0.6.5

04 Apr 12:34
Compare
Choose a tag to compare

Changelog for 0.6.5:

@OpherV:

  • Support for Idea build 181 - hopefully works this time #184
  • Maintenance - refactoring of options handling for easier implementation of future flags/options
  • Feature: Add a configurable -k option for any kind of branches #165
  • Feature: Add support for keeplocal and keepremote when finishing release #178

0.6.4

25 Mar 13:33
Compare
Choose a tag to compare

Changelog for 0.6.4:

@OpherV:

  • Support for Idea build 181 #184
  • Feature: Switch to appropriate feature branch when active task was changed (@YanickFrehner) #124
  • Bugfix: error on closing non-gitflow active task #180
  • Maintenance: Do not use GitVcs from GitHandler as project can be null now (@iasemenov)

0.6.3

05 Oct 21:41
Compare
Choose a tag to compare

Changelog for 0.6.3:

@OpherV:

  • Support for Idea build 173
  • Bugfix: NullPointerException when invoking with keyboard shortcut #156
  • Bugfix: NullpointerException when starting a feature #157

@akaryakina:

  • Bugfix: Unable to start new feature. Glitches in the dialog #138

0.6.2

22 Jun 15:12
Compare
Choose a tag to compare

Changelog for 0.6.2:

@OpherV:

  • Bugfix: Starting a release does always tell the branch is already checked out #151
  • Bugfix: NullPointerException in open/close task dialogs #149
  • Bugfix: Publish feature doesn't work anymore #150

0.6.1

20 Jun 09:16
Compare
Choose a tag to compare

Changelog for 0.6.1:

@OpherV:

  • Support (in theory) for Idea build 172
  • Enhancement - Support for multi-repos #42
  • Bugfix: Wrong message when finishing a feature #144
  • Bugfix: GitFlow re-initializes status bar menu when finishing hotfixes or checking out new branches #146
  • Bugfix: Init git-flow repo for non-default configuration #147, #100
  • Bugfix: Git now has GitFlow in it, but not fully compatible with this plugin #125

0.5.1

20 Mar 19:18
Compare
Choose a tag to compare

Changelog for 0.5.1:

  • Support for Idea build 171 (@wyhasany)
  • Enhancement - Added option to always create a commit when finishing a feature #133 (@mrIncredible007 )
  • Bugfix for #123: Wrong message when finishing a release (@OpherV)
  • Bugfix for #129: Wrong message when finishing a feature (@OpherV)
  • Bugfix for #130: Do not allow branch names with ampersands (@OpherV)

0.5

17 Nov 16:23
Compare
Choose a tag to compare
0.5

Changelog for 0.5:

  • Support for Idea build 163
  • Enhancement - Auto convert SPACE to _ when naming branch #119
  • Bugfix Open Task Dialog broken if project isn't git enabled #126
  • Bugfix (hopefully) random crashes #107