We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4256a commit e9473b8Copy full SHA for e9473b8
CHANGELOG
@@ -1,3 +1,8 @@
1
+2.5.1
2
+Jun 25, 2019
3
+
4
+FIX: ConcurrentModificationException in MultiLineCellRenderer
5
6
2.5.0
7
May 16, 2019
8
gradle.properties
@@ -3,7 +3,7 @@
# https://www.jetbrains.com/intellij-repository/snapshots
name='CSV Plugin'
-pluginVersion=2.5.0
+pluginVersion=2.5.1
javaVersion=1.8
javaTargetVersion=1.8
9
downloadIntellijSources=false
src/main/resources/META-INF/plugin.xml
@@ -46,8 +46,7 @@
46
47
<change-notes><![CDATA[
48
<pre style="font-family: sans-serif">
49
-NEW: PSV file support
50
-FIX: NullPointerException in StorageHelper class
51
</pre>
52
]]>
53
</change-notes>
0 commit comments