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:
张志豪 2022-05-04 15:18:28 +08:00
parent ffc4d92093
commit 20b82baea8
No known key found for this signature in database
GPG Key ID: 9507D6A6DD737384
2 changed files with 7 additions and 1 deletions
gradle.properties
src/main/resources/META-INF

View File

@ -6,7 +6,7 @@ javaVersion=11
kotlinVersion=1.4.21
kotlinLanguageVersion=1.4
kotlinTargetVersion=1.4
version=6.22
version=6.23
publishChannels=Stable
kotlin.stdlib.default.dependency=false
pluginVerifierIdeVersions=WS-2020.3, IIC-2021.1, IIU-2021.2

View File

@ -57,6 +57,12 @@
]]></description>
<change-notes><![CDATA[
<p>6.23</p>
<ul>
<li><a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/2465">#2465 Improved performance of `annotateUtil`.</a></li>
</ul>
<br/>
<p>6.22</p>
<ul>
<li><a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/2408">#2408 Support Code With Me client(Doesn't even need to be installed on the client side)</a></li>