mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-11 03:34:04 +02:00
Release 1.1.0
This commit is contained in:
parent
e2e50e15a9
commit
5b5cf0aeb5
@ -4,6 +4,9 @@ This is a fork of the [🌈Rainbow Brackets](https://github.com/izhangzhihao/int
|
||||
|
||||
## Key Changes
|
||||
|
||||
- Support for CLion and Rider
|
||||
- Support for C# (Rider)
|
||||
- Support for C++ (Rider, CLion, CLion Nova)
|
||||
- Support for Settings Sync
|
||||
- Improved highlighting performance
|
||||
- Increased default setting for maximum line count from 1K to 100K
|
||||
- Fixed service initialization warnings reported by 2024.2+
|
||||
|
@ -9,7 +9,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.chylex.intellij.coloredbrackets"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
|
||||
allprojects {
|
||||
apply(plugin = "org.jetbrains.kotlin.jvm")
|
||||
|
@ -8,16 +8,26 @@
|
||||
<br><br>
|
||||
<b>Key Changes</b>
|
||||
<ul>
|
||||
<li>Support for CLion and Rider</li>
|
||||
<li>Support for C# (Rider)</li>
|
||||
<li>Support for C++ (Rider, CLion, CLion Nova)</li>
|
||||
<li>Support for Settings Sync</li>
|
||||
<li>Improved highlighting performance</li>
|
||||
<li>Increased default setting for maximum line count from 1K to 100K</li>
|
||||
<li>Fixed service initialization warnings reported by 2024.2+</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
|
||||
<change-notes><![CDATA[
|
||||
<b>1.1.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>
|
||||
</ul>
|
||||
<b>1.0.0</b>
|
||||
<ul>
|
||||
<li>Added support for CLion and Rider</li>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user