Skip to content

Commit

Permalink
prepare release 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeSharpSoft committed Oct 26, 2022
1 parent ea3ac96 commit c8dd7a4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jacocoTestReport {
}

group 'net.seesharpsoft.intellij.plugins'
version '2.20.0'
version '2.21.0'

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

0 comments on commit c8dd7a4

Please sign in to comment.