We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7b3af commit d2ca039Copy full SHA for d2ca039
build.gradle
@@ -34,6 +34,15 @@ patchPluginXml {
34
untilBuild '192.*'
35
changeNotes """
36
37
+ <H2>Changelog for 0.7.0</H2>
38
+ <ul>
39
+ <li>Fix NPE when clicking Gitflow menu #245 (@opherv)</li>
40
+ <li>Fix "Init gitflow" doesn't update widget #247 (@opherv)</li>
41
+ <li>Fix Wrong message when finishing a feature #144 (@opherv)</li>
42
+ <li>Feature: Re-init gitflow (access from VCS>Git>Gitflow>Advanced menu) #50 (@bmwsedee/@opherv)</li>
43
+ <li>"Feature": Don't show branch select combo on new Hotfix (@opherv)</li>
44
+ </ul>
45
+
46
<H2>Changelog for 0.6.9</H2>
47
<ul>
48
<li>Support for Idea build 192 #241 (@opherv)</li>
0 commit comments