1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-13 18:34:03 +02:00
This commit is contained in:
张志豪 2020-10-24 14:02:45 +08:00
parent 454aa54201
commit d2b4ce9152
2 changed files with 10 additions and 2 deletions
gradle.properties
src/main/resources/META-INF

View File

@ -4,8 +4,8 @@ org.gradle.parallel=true
ideaVersion=IU-202.6397.94
javaVersion=1.8
kotlinVersion=1.4.10
kotlinLanguageVersion=1.3
kotlinLanguageVersion=1.4
kotlinTargetVersion=1.3
version=6.11
version=6.12
publishChannels=Stable
kotlin.stdlib.default.dependency=false

View File

@ -57,6 +57,14 @@
]]></description>
<change-notes><![CDATA[
<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>
<li>Feature: Rainbowify XML/HTML tag name.</li>
<li>Feature: Upgrade to kotlin 1.4.10.</li>
</ul>
<br/>
<p>6.11</p>
<ul>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/481">#481: rainbow-brackets does not support bash shell properly(for BashSupport Pro and Shell Script)</a></li>