mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-10 18:34:05 +02:00
6.6
This commit is contained in:
parent
09bebc2aa3
commit
2ef850a5c3
@ -13,7 +13,7 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "org.jetbrains.intellij" version "0.4.20"
|
||||
id "org.jetbrains.intellij" version "0.4.21"
|
||||
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"
|
||||
@ -135,7 +135,7 @@ jacocoTestReport {
|
||||
|
||||
pluginVerifier {
|
||||
pluginFileName = "$rootProject.name-$version"
|
||||
ides = ["IC-202-EAP-SNAPSHOT"]
|
||||
ides = ["202.5103-EAP-CANDIDATE-SNAPSHOT"]
|
||||
verifierVersion = "1.241"
|
||||
}
|
||||
|
||||
|
@ -6,5 +6,5 @@ javaVersion=11
|
||||
kotlinVersion=1.3.71
|
||||
kotlinLanguageVersion=1.3
|
||||
kotlinTargetVersion=1.3
|
||||
version=6.5
|
||||
version=6.6
|
||||
publishChannels=Stable
|
@ -57,6 +57,12 @@
|
||||
]]></description>
|
||||
|
||||
<change-notes><![CDATA[
|
||||
<p>6.6</p>
|
||||
<ul>
|
||||
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/436">#436: Duplicated indent guides in 2020.2 EAP</a></li>
|
||||
</ul>
|
||||
<br/>
|
||||
|
||||
<p>6.5</p>
|
||||
<ul>
|
||||
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/410">#410: ArrayIndexOutOfBoundsException</a></li>
|
||||
@ -579,7 +585,7 @@
|
||||
</change-notes>
|
||||
|
||||
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
|
||||
<idea-version since-build="201.6668"/>
|
||||
<idea-version since-build="202.4357.23"/>
|
||||
|
||||
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
|
||||
on how to target different products -->
|
||||
|
Loading…
Reference in New Issue
Block a user