File tree 3 files changed +14
-10
lines changed
src/main/resources/META-INF
3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change
1
+ 2.18.2
2
+ Dec 14, 2021
3
+
4
+ FIX: java.lang.NullPointerException #320
5
+ FIX: Exception when Show info balloon is not selected #318
6
+
1
7
2.18.1
2
8
Nov 04, 2021
3
9
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ jacocoTestReport {
27
27
}
28
28
29
29
group ' net.seesharpsoft.intellij.plugins'
30
- version ' 2.18.1 '
30
+ version ' 2.18.2 '
31
31
32
32
apply plugin : ' java'
33
33
project. sourceCompatibility = JavaVersion . VERSION_11
@@ -79,10 +79,16 @@ apply plugin: 'org.jetbrains.intellij'
79
79
intellij {
80
80
// IDE version - https://www.jetbrains.com/intellij-repository/releases
81
81
version = System . getenv(). getOrDefault(' IDEA_VERSION' , ' IC-2020.1.1' )
82
- pluginName = ' CSV Plugin '
82
+ pluginName = ' CSV'
83
83
updateSinceUntilBuild = false
84
84
downloadSources = Boolean . parseBoolean(System . getenv(). getOrDefault(' IDEA_SOURCES' , " true" ))
85
85
}
86
+ patchPluginXml {
87
+ changeNotes = """ <pre style="font-family: sans-serif">
88
+ FIX: java.lang.NullPointerException #320
89
+ FIX: Exception when Show info balloon is not selected #318
90
+ </pre>"""
91
+ }
86
92
publishPlugin {
87
93
token = System . getenv(). getOrDefault(' JI_TOKEN' , ' ' )
88
94
channels = [System . getenv(). getOrDefault(' JI_CHANNELS' , ' Testing' )]
Original file line number Diff line number Diff line change 48
48
</p>
49
49
]]> </description >
50
50
51
- <change-notes ><![CDATA[
52
- <pre style="font-family: sans-serif">
53
- FIX: set require-restart attribute
54
- NEW: Ability to open urls from IntelliJ CSV view #312
55
- </pre>
56
- ]]>
57
- </change-notes >
58
-
59
51
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
60
52
<idea-version since-build =" 201" />
61
53
You can’t perform that action at this time.
0 commit comments