1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-08 12:34:06 +02:00
This commit is contained in:
张志豪 2021-01-07 05:44:06 +00:00
parent d38fa01275
commit b92099f9c1
2 changed files with 7 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.1
version=6.13
publishChannels=Stable
kotlin.stdlib.default.dependency=false

View File

@ -57,6 +57,12 @@
]]></description>
<change-notes><![CDATA[
<p>6.12.1</p>
<ul>
<li>Make as a non-dynamic plugin, so it now requires restart.</li>
</ul>
<br/>
<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>