File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ compileJava {
8
8
}
9
9
10
10
group ' gitflow4idea'
11
- version ' 0.7.2 '
11
+ version ' 0.7.3 '
12
12
13
13
sourceCompatibility = JavaVersion . VERSION_1_8
14
14
targetCompatibility = JavaVersion . VERSION_1_8
@@ -29,11 +29,19 @@ intellij {
29
29
patchPluginXml {
30
30
pluginId " Gitflow"
31
31
pluginDescription ' Git Flow Integration'
32
- version ' 0.7.2 '
32
+ version ' 0.7.3 '
33
33
sinceBuild ' 201.0'
34
34
untilBuild ' 201.*'
35
35
changeNotes """
36
36
37
+ <H2>Changelog for 0.7.3</H2>
38
+ <ul>
39
+ <li>Implemented sorting and filtering of track branch dialog #290 (@mmopitz)</li>
40
+ <li>Fix Version 0.7.2 causes that Active Tool Windows only is showed in one project if you have several open #301 (@tumb1er)</li>
41
+ <li>Fix Unsupported Git Flow version Fix #302 (@opherv)</li>
42
+ <li>Fix init settings shown in UI are misleading (do not match default) #283 (@opherv)</li>
43
+ </ul>
44
+
37
45
<H2>Changelog for 0.7.2</H2>
38
46
<ul>
39
47
<li>Support for Idea build 200 #276 (@fabmars, @tumb1er )</li>
You can’t perform that action at this time.
0 commit comments