Skip to content

Commit 9b3b9c2

Browse files
committed
[INTERNAL] prepare release 2.3.1
1 parent 82647f4 commit 9b3b9c2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.3.1
2+
Mar 31, 2019
3+
4+
NEW: use default color scheme font for table editor as well
5+
FIX: ConcurrentModificationException tackled (table editor)
6+
17
2.3.0
28
Mar 04, 2019
39

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://www.jetbrains.com/intellij-repository/snapshots
44

55
name='CSV Plugin'
6-
pluginVersion=2.3.0
6+
pluginVersion=2.3.1
77
javaVersion=1.8
88
javaTargetVersion=1.8
99
downloadIntellijSources=false

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@
4646

4747
<change-notes><![CDATA[
4848
<pre style="font-family: sans-serif">
49-
NEW: Zoom table-editor cells with Ctrl+Mouse Wheel (contribution by @royqh1979)
50-
FIX: Scratches are now recognised as CSV
51-
FIX: Several issues resolved by reworking column/row editing
49+
NEW: use default color scheme font for table editor as well
50+
FIX: ConcurrentModificationException tackled (table editor)
5251
</pre>
5352
]]>
5453
</change-notes>

0 commit comments

Comments
 (0)