mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-29 13:34:07 +02:00
6.25
This commit is contained in:
parent
9cad30bb17
commit
1b6743ee43
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: Build
|
name: Build
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
|
@ -6,7 +6,7 @@ javaVersion=11
|
|||||||
kotlinVersion=1.4.21
|
kotlinVersion=1.4.21
|
||||||
kotlinLanguageVersion=1.4
|
kotlinLanguageVersion=1.4
|
||||||
kotlinTargetVersion=1.4
|
kotlinTargetVersion=1.4
|
||||||
version=6.24
|
version=6.25
|
||||||
publishChannels=Stable
|
publishChannels=Stable
|
||||||
kotlin.stdlib.default.dependency=false
|
kotlin.stdlib.default.dependency=false
|
||||||
pluginVerifierIdeVersions=WS-2020.3, IIC-2021.1, IIU-2021.2
|
pluginVerifierIdeVersions=WS-2020.3, IIC-2021.1, IIU-2021.2
|
||||||
|
@ -57,6 +57,12 @@
|
|||||||
]]></description>
|
]]></description>
|
||||||
|
|
||||||
<change-notes><![CDATA[
|
<change-notes><![CDATA[
|
||||||
|
<p>6.25</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/pull/2484">#2484 Add configurable threshold for number of lines for big files.</a></li>
|
||||||
|
</ul>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<p>6.24</p>
|
<p>6.24</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/2478">#2478 Scope highlighting not working with Hiberbee Theme(and other themes).</a></li>
|
<li><a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/2478">#2478 Scope highlighting not working with Hiberbee Theme(and other themes).</a></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user