We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe461a9 commit 5fc3f7aCopy full SHA for 5fc3f7a
CHANGELOG
@@ -1,3 +1,9 @@
1
+2.6.4
2
+Aug 30, 2019
3
+
4
+FIX: scrollable table cells
5
+FIX: auto cell height computation
6
7
2.6.3
8
Aug 25, 2019
9
gradle.properties
@@ -3,7 +3,7 @@
# https://www.jetbrains.com/intellij-repository/snapshots
name='CSV Plugin'
-pluginVersion=2.6.3
+pluginVersion=2.6.4
javaVersion=1.8
javaTargetVersion=1.8
downloadIntellijSources=false
src/main/resources/META-INF/plugin.xml
@@ -46,7 +46,8 @@
46
47
<change-notes><![CDATA[
48
<pre style="font-family: sans-serif">
49
-FIX: Index out of bound error on multi line clear cells #151
50
51
</pre>
52
]]>
53
</change-notes>
0 commit comments