Skip to content

Commit 0266222

Browse files
committed
[RELEASE] prepare release 2.9.2
1 parent 9c8cd69 commit 0266222

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.9.2
2+
Feb 24, 2020
3+
4+
FIX: Backslash in text is considered a special character #184
5+
FIX: NullPointerException thrown when trying to view CSV as table #185
6+
17
2.9.1
28
Feb 15, 2020
39

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jacocoTestReport {
2424
}
2525

2626
group 'net.seesharpsoft.intellij.plugins'
27-
version '2.9.1'
27+
version '2.9.2'
2828

2929
apply plugin: 'java'
3030
sourceCompatibility = javaVersion

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,8 @@
4848

4949
<change-notes><![CDATA[
5050
<pre style="font-family: sans-serif">
51-
NEW: customizable escape character #159
52-
NEW: value separator setting moved from 'Code Style' to 'General'
53-
+ lots of code cleanup & rework
54-
55-
FIX: update failed for AnAction #181
56-
FIX: selection indicator for default separator action
51+
FIX: Backslash in text is considered a special character #184
52+
FIX: NullPointerException thrown when trying to view CSV as table #185
5753
</pre>
5854
]]>
5955
</change-notes>

0 commit comments

Comments
 (0)