Skip to content

Commit c8dd7a4

Browse files
committed
prepare release 2.21.0
1 parent ea3ac96 commit c8dd7a4

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

build.gradle

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jacocoTestReport {
1919
}
2020

2121
group 'net.seesharpsoft.intellij.plugins'
22-
version '2.20.0'
22+
version '2.21.0'
2323

2424
apply plugin: 'java'
2525
project.sourceCompatibility = JavaVersion.VERSION_11
@@ -77,10 +77,12 @@ intellij {
7777
}
7878
patchPluginXml {
7979
changeNotes = """<pre style="font-family: sans-serif">
80-
FIX: Cannot load from object array because "data" is null #335 #337
81-
NEW: Support fast lexing for default comments
82-
NEW: Simplify & unify both lexers
83-
FIX: Empty comment indicator
80+
PERF: support comments in fast lexer
81+
PERF: reworked (rainbow) coloring
82+
PERF: avoid formatting while typing
83+
PERF: limit column highlighting to 1000 entries around caret
84+
PERF: limit calculation and buffering of CSV column info data
85+
FIX: short comments
8486
</pre>"""
8587
}
8688
publishPlugin {

0 commit comments

Comments
 (0)