File tree 2 files changed +13
-7
lines changed
src/main/resources/META-INF
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' org.jetbrains.intellij' version ' 0.4.18 '
3
+ id ' org.jetbrains.intellij' version ' 0.6.4 '
4
4
}
5
5
6
6
compileJava {
7
7
options. compilerArgs + = [" -Xlint" ]
8
8
}
9
9
10
10
group ' gitflow4idea'
11
- version ' 0.7.4 '
11
+ version ' 0.7.5 '
12
12
13
13
sourceCompatibility = JavaVersion . VERSION_1_8
14
14
targetCompatibility = JavaVersion . VERSION_1_8
@@ -22,18 +22,24 @@ dependencies {
22
22
}
23
23
24
24
intellij {
25
- version ' 2020.2 '
25
+ version ' 2020.3 '
26
26
plugins ' git4idea' , ' tasks'
27
27
}
28
28
29
29
patchPluginXml {
30
30
pluginId " Gitflow"
31
31
pluginDescription ' Git Flow Integration'
32
- version ' 0.7.4 '
33
- sinceBuild ' 201 .0'
34
- untilBuild ' 202 .*'
32
+ version ' 0.7.5 '
33
+ sinceBuild ' 203 .0'
34
+ untilBuild ' 203 .*'
35
35
changeNotes """
36
36
37
+ <H2>Changelog for 0.7.5</H2>
38
+ <ul>
39
+ <li>PluginException: Icon cannot be found in 'AllIcons.Vcs.CheckOut' #314 (@tumb1er)</li>
40
+ <li>Support for 2020.3 build</li>
41
+ </ul>
42
+
37
43
<H2>Changelog for 0.7.4</H2>
38
44
<ul>
39
45
<li>Fix deprecations #298 (@fabmars)</li>
Original file line number Diff line number Diff line change 39
39
/>
40
40
<action id =" Gitflow.TrackFeature" class =" gitflow.actions.TrackFeatureAction"
41
41
text =" Track Feature..."
42
- icon =" AllIcons.Vcs .CheckOut"
42
+ icon =" AllIcons.Actions .CheckOut"
43
43
/>
44
44
45
45
<action id =" Gitflow.StartRelease" class =" gitflow.actions.StartReleaseAction"
You can’t perform that action at this time.
0 commit comments