1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-11 03:15:49 +02:00
This commit is contained in:
张志豪 2018-05-31 18:58:33 +08:00
parent 7669e8f043
commit 8c8c7a800a
2 changed files with 6 additions and 1 deletions
gradle.properties
src/main/resources/META-INF

View File

@ -6,7 +6,7 @@ javaVersion=1.8
kotlinVersion=1.2.30
kotlinLanguageVersion=1.2
kotlinTargetVersion=1.1
version=5.8.1
version=5.8.2
downloadIdeaSources=true
publishUsername=izhangzhihao
publishChannels=Stable

View File

@ -19,6 +19,11 @@
]]></description>
<change-notes><![CDATA[
<p>5.8.2</p>
<ul>
<li>Override kotlin plugin setting `KOTLIN_FUNCTION_LITERAL_BRACES_AND_ARROW` to empty so that we could rainbowify multiple level lambda expressions.</li>
</ul>
<br/>
<p>5.8.1</p>
<ul>
<li>Fix #67: Can't find resource for bundle java.util.PropertyResourceBundle, key version</li>