1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-12 15:34:03 +02:00
This commit is contained in:
张志豪 2021-02-21 23:11:10 +08:00
parent c5331b0c38
commit 104fd6c424
2 changed files with 10 additions and 2 deletions
gradle.properties
src/main/resources/META-INF

View File

@ -6,7 +6,7 @@ javaVersion=1.8
kotlinVersion=1.4.10
kotlinLanguageVersion=1.4
kotlinTargetVersion=1.3
version=6.15
version=6.16
publishChannels=Stable
kotlin.stdlib.default.dependency=false
pluginVerifierIdeVersions=PCP-2020.2, WS-2020.3, IIC-2021.1

View File

@ -57,7 +57,15 @@
]]></description>
<change-notes><![CDATA[
<p>6.14</p>
<p>6.16</p>
<ul>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/988">#988: (@Grandmother) minor: fix mispell in notification message</a></li>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/973">#973: File text mismatch</a></li>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/497">#497: C# in Rider - only squiggly brackets are rainbowified </a></li>
</ul>
<br/>
<p>6.15</p>
<ul>
<li>Feature <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/897">#897: Initial support for Pug/Jade Language</a></li>
<li>Feature <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/830">#830: New option "Do NOT rainbowify template string"</a></li>