1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-11 03:15:49 +02:00
This commit is contained in:
张志豪 2020-10-27 19:26:44 +08:00
parent 0d1b68ee8e
commit cb38ae2671
2 changed files with 10 additions and 1 deletions
gradle.properties
src/main/resources/META-INF

View File

@ -6,6 +6,6 @@ javaVersion=1.8
kotlinVersion=1.4.10
kotlinLanguageVersion=1.4
kotlinTargetVersion=1.3
version=6.12
version=6.12.1
publishChannels=Stable
kotlin.stdlib.default.dependency=false

View File

@ -57,6 +57,15 @@
]]></description>
<change-notes><![CDATA[
<p>6.12.1</p>
<ul>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/516">#516: Add option to raibowify tag name of XML/HTML(disabled by default)</a></li>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/279">#279: Hide update notification on any click & Disable update notification support</a></li>
<li>Feature: Rainbowify XML/HTML tag name.</li>
<li>Feature: Upgrade to kotlin 1.4.10.</li>
</ul>
<br/>
<p>6.12</p>
<ul>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/279">#279: Hide update notification on any click & Disable update notification support</a></li>