1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-06 15:34:07 +02:00
This commit is contained in:
张志豪 2020-04-10 15:19:09 +08:00
parent 9a4ed8008a
commit a01889b293
4 changed files with 23 additions and 11 deletions
.circleci
.github
gradle.properties
src/main/resources/META-INF

View File

@ -23,8 +23,6 @@ jobs:
- run: ./gradlew check
- run: bash <(curl -s https://codecov.io/bash)
- type: shell
name: Release
command: |

View File

@ -34,16 +34,13 @@ Please provide code snippet for reproduce bugs.
* NOTE: If you are going to report a bug but WITHOUT your env information, your issue will be closed directly.
```
IntelliJ IDEA 2020.1 EAP (Ultimate Edition)
Build #IU-201.5616.10, built on February 19, 2020
IntelliJ IDEA EAP User
Expiration date: March 20, 2020
Runtime version: 11.0.6+8-b722.15 x86_64
IntelliJ IDEA 2020.1 (Ultimate Edition)
Build #IU-201.6668.121, built on April 8, 2020
Runtime version: 11.0.6+8-b765.25 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.2
GC: ParNew, ConcurrentMarkSweep
Memory: 4029M
Cores: 8
Registry: ide.tooltip.initialDelay=900
Non-Bundled Plugins: izhangzhihao.rainbow.brackets
Non-Bundled Plugins: com.chrisrm.idea.MaterialThemeUI, izhangzhihao.rainbow.brackets
```

View File

@ -6,5 +6,5 @@ javaVersion=11
kotlinVersion=1.3.71
kotlinLanguageVersion=1.3
kotlinTargetVersion=1.3
version=6.0.0-Beta1
publishChannels=EAP
version=6.0
publishChannels=Stable

View File

@ -49,6 +49,23 @@
]]></description>
<change-notes><![CDATA[
<p>6.0</p>
<ul>
<li>First release of 2020.1 and Java 11!</li>
<li>Feature <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/235">#235: support SQL begin end colorization</a></li>
<li>Notification improved</li>
<li>Error report improved</li>
<li>Deprecated API usage removed</li>
<li>Initial support for <a href="https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/dynamic_plugins.html">dynamic plugin</a></li>
</ul>
<br/>
<p>5.35</p>
<ul>
<li>Final release of 2017.2 and Java 8! start from the next release, we will build against with 2020.1 and Java 11</li>
</ul>
<br/>
<p>5.34</p>
<ul>
<li>Compatible with Material Theme UI Plugin</li>