File tree 4 files changed +8
-5
lines changed
src/main/resources/META-INF
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ 2.6.3
2
+ Aug 25, 2019
3
+
4
+ FIX: Index out of bound error on multi line clear cells #151
5
+
1
6
2.6.2
2
7
Aug 09, 2019
3
8
Original file line number Diff line number Diff line change @@ -78,8 +78,7 @@ intellij {
78
78
downloadSources = false
79
79
}
80
80
publishPlugin {
81
- username = System . getenv(). getOrDefault(' JI_USER' , ' ' )
82
- password = System . getenv(). getOrDefault(' JI_PASSWORD' , ' ' )
81
+ token = System . getenv(). getOrDefault(' JI_TOKEN' , ' ' )
83
82
channels = [System . getenv(). getOrDefault(' JI_CHANNELS' , ' Testing' )]
84
83
}
85
84
Original file line number Diff line number Diff line change 3
3
# https://www.jetbrains.com/intellij-repository/snapshots
4
4
5
5
name ='CSV Plugin'
6
- pluginVersion =2.6.2
6
+ pluginVersion =2.6.3
7
7
javaVersion =1.8
8
8
javaTargetVersion =1.8
9
9
downloadIntellijSources =false
Original file line number Diff line number Diff line change 46
46
47
47
<change-notes ><![CDATA[
48
48
<pre style="font-family: sans-serif">
49
- FIX: AssertionError: Already disposed Project #147
50
- FIX: No fallback font used in table editor #145
49
+ FIX: Index out of bound error on multi line clear cells #151
51
50
</pre>
52
51
]]>
53
52
</change-notes >
You can’t perform that action at this time.
0 commit comments