1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-11 12:34:04 +02:00
This commit is contained in:
张志豪 2020-04-11 13:28:48 +08:00
parent 33fb0873db
commit 1a0aa57da3
2 changed files with 12 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.0
version=6.1
publishChannels=Stable

View File

@ -49,6 +49,17 @@
]]></description>
<change-notes><![CDATA[
<p>6.1</p>
<ul>
<li>First release of 2020.1 and Java 11!</li>
<li>Feature <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/235">#235: support SQL begin end colorization</a></li>
<li>Notification improved</li>
<li>Error report improved</li>
<li>Deprecated API usage removed</li>
<li>Initial support for <a href="https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/dynamic_plugins.html">dynamic plugin</a></li>
</ul>
<br/>
<p>6.0</p>
<ul>
<li>First release of 2020.1 and Java 11!</li>