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