mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-04 10:34:03 +02:00
Release 1.0.0
This commit is contained in:
parent
80f19cc47b
commit
02f46987b4
@ -9,7 +9,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.chylex.intellij.coloredbrackets"
|
||||
version = "0.0.1"
|
||||
version = "1.0.0"
|
||||
|
||||
allprojects {
|
||||
apply(plugin = "org.jetbrains.kotlin.jvm")
|
||||
|
@ -4,13 +4,22 @@
|
||||
<vendor url="https://chylex.com">chylex</vendor>
|
||||
|
||||
<description><![CDATA[
|
||||
Fork of the <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets">Rainbow Brackets</a> plugin by <a href="https://github.com/izhangzhihao">izhangzhihao</a>.
|
||||
Fork of the <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets">Rainbow Brackets</a> plugin by <a href="https://github.com/izhangzhihao">izhangzhihao</a>, based on version 6.26.
|
||||
<br><br>
|
||||
<b>Key Changes</b>
|
||||
<ul>
|
||||
<li>Support for CLion and Rider</li>
|
||||
<li>Support for Settings Sync</li>
|
||||
<li>Fixed service initialization warnings reported by 2024.2+</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
|
||||
<change-notes><![CDATA[
|
||||
<p>6.26</p>
|
||||
<b>1.0.0</b>
|
||||
<ul>
|
||||
<li>Original version the fork is based on.</li>
|
||||
<li>Added 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