Releases: OpherV/gitflow4idea
Releases · OpherV/gitflow4idea
0.3.9
Changelog for 0.3.9:
- Fix for #49 ("Exception NoClassDefFoundError since EAP138.1289") @OpherV
- Added
--keepremote
to options (#48) @OpherV
0.3.7.2
Changelog for 0.3.7.2:
- Recompiled with JDK 1.6 to avoid compatibility issues. Actually works this time :) (#46) @OpherV
0.3.7.1
Changelog for 0.3.7.1:
- Recompiled with JDK 1.6 to avoid compatability issues (#46) @OpherV
0.3.7
Changelog for 0.3.7:
- Support for build 138 (Phpstorm 8 EAP) (#41) @OpherV
- Added option to not tag hotfix (-n) (#39) @OpherV
0.3.6
Changelog for 0.3.6:
- Support for build 136 (Phpstorm 8 EAP) (#34) @OpherV
- Fix for init repo issues (#32) @OpherV
- Finish release invokes intellij merge dialog (#16) @OpherV
0.3.5
Changelog for 0.3.5:
- Support for build 135 (Intellij 13.1) (#31) @avogler
- Fix for Missing argument " when "Don't tag release" enabled (#32) @OpherV
0.3.4
Changelog for 0.3.4:
- Fix tag message escaping (#27)
- Option to set template for hotfix tag commit message (#27)
- Added keymap settings (#29)
- Fixed a bug where plugin would crash on improperly gitflow-initialized repos (#24)
Long overdue
Changelog for 0.3.3:
- Dialog to set non default git flow init parameters in settings #18 (@avogler)
- Publish Hotfix action (@avogler)
- Option to avoid tagging release #22 (@OpherV)
- Option to set template for tag commit message #23 (@OpherV)
- Reorder of the settings dialog (@OpherV)
Supporting WebStorm 13 EAP
Changelog for 0.3.1:
- Fixed "since-build" to support WebStorm 13 EAP, which is based on the 131 branch currently