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-05-11 18:02:13 +08:00
parent 3aac84b731
commit a00405a3fe
3 changed files with 12 additions and 2 deletions
build.gradlegradle.properties
src/main/resources/META-INF

View File

@ -13,7 +13,7 @@ buildscript {
}
plugins {
id "org.jetbrains.intellij" version "0.4.19"
id "org.jetbrains.intellij" version "0.4.20"
id "com.adarshr.test-logger" version "2.0.0"
id "de.undercouch.download" version "4.0.2"
id "org.jetbrains.kotlin.jvm" version "1.3.71"
@ -54,6 +54,7 @@ def pluginsDependencies = ['java',
intellij {
pluginName name
jbrVersion '11_0_6b765.25'
version ideaVersion
//localPath = '/Users/izhangzhihao/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/201.6668.121/IntelliJ IDEA 2020.1 EAP.app/Contents'

View File

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

View File

@ -57,6 +57,15 @@
]]></description>
<change-notes><![CDATA[
<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>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/423">#423: Don't rainbow php and echo tag</a></li>
<li>Fix anonymous feedback</li>
<li>Some refactoring!</li>
</ul>
<br/>
<p>6.3</p>
<ul>
<li>Feature <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/417">#417: Disable Rainbow Indents in Zen mode</a></li>