1
0
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:
chylex 2024-12-01 15:48:24 +01:00
parent 80f19cc47b
commit 02f46987b4
Signed by: chylex
SSH Key Fingerprint: SHA256:WqM8X/1DDn11LbYM0H5wsqZUjbcKxVsic37L+ERcF4o
2 changed files with 13 additions and 4 deletions
build.gradle.kts
src/main/resources/META-INF

View File

@ -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")

View File

@ -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>