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

View File

@ -6,5 +6,5 @@ javaVersion=11
kotlinVersion=1.3.71
kotlinLanguageVersion=1.3
kotlinTargetVersion=1.3
version=6.4
version=6.5
publishChannels=Stable

View File

@ -57,6 +57,15 @@
]]></description>
<change-notes><![CDATA[
<p>6.5</p>
<ul>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/410">#410: ArrayIndexOutOfBoundsException</a></li>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/429">#429: NullPointerException</a></li>
<li>Feature <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/427">#427: Colorizing angle brackets for Typescript generics</a></li>
<li>Some refactoring!</li>
</ul>
<br/>
<p>6.4</p>
<ul>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/420">#420: Exceptions in random color generator</a></li>