mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-25 12:15:42 +02:00
Release 1.2.0
This commit is contained in:
parent
b732020017
commit
74ac5273b9
@ -9,7 +9,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.chylex.intellij.coloredbrackets"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
|
||||
allprojects {
|
||||
apply(plugin = "org.jetbrains.kotlin.jvm")
|
||||
|
@ -18,18 +18,23 @@
|
||||
]]></description>
|
||||
|
||||
<change-notes><![CDATA[
|
||||
<b>1.1.0</b>
|
||||
<b>Version 1.2.0</b>
|
||||
<ul>
|
||||
<li>Added support for C++ in Rider and CLion Nova</li>
|
||||
<li>Fixed broken option to not color parentheses without content in C#</li>
|
||||
<li>Improved highlighting performance</li>
|
||||
<li>Increased default setting for maximum line count from 1K to 100K</li>
|
||||
<li>Fixed not re-highlighting open files after changing settings.</li>
|
||||
<li>Fixed exception when opening certain diff editors.</li>
|
||||
</ul>
|
||||
<b>1.0.0</b>
|
||||
<b>Version 1.1.0</b>
|
||||
<ul>
|
||||
<li>Restored support for CLion and Rider</li>
|
||||
<li>Added support for Settings Sync</li>
|
||||
<li>Fixed service initialization warnings reported by IJ 2024.2+</li>
|
||||
<li>Added support for C++ in Rider and CLion Nova.</li>
|
||||
<li>Fixed broken option to not color parentheses without content in C#.</li>
|
||||
<li>Improved highlighting performance.</li>
|
||||
<li>Increased default setting for maximum line count from 1K to 100K.</li>
|
||||
</ul>
|
||||
<b>Version 1.0.0</b>
|
||||
<ul>
|
||||
<li>Restored support for CLion and Rider.</li>
|
||||
<li>Added support for Settings Sync.</li>
|
||||
<li>Fixed service initialization warnings reported by IJ 2024.2.</li>
|
||||
</ul>
|
||||
]]></change-notes>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user