mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-24 05:34:08 +02:00
6.0
This commit is contained in:
parent
9a4ed8008a
commit
a01889b293
@ -23,8 +23,6 @@ jobs:
|
|||||||
|
|
||||||
- run: ./gradlew check
|
- run: ./gradlew check
|
||||||
|
|
||||||
- run: bash <(curl -s https://codecov.io/bash)
|
|
||||||
|
|
||||||
- type: shell
|
- type: shell
|
||||||
name: Release
|
name: Release
|
||||||
command: |
|
command: |
|
||||||
|
11
.github/ISSUE_TEMPLATE.md
vendored
11
.github/ISSUE_TEMPLATE.md
vendored
@ -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.
|
* 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)
|
IntelliJ IDEA 2020.1 (Ultimate Edition)
|
||||||
Build #IU-201.5616.10, built on February 19, 2020
|
Build #IU-201.6668.121, built on April 8, 2020
|
||||||
IntelliJ IDEA EAP User
|
Runtime version: 11.0.6+8-b765.25 x86_64
|
||||||
Expiration date: March 20, 2020
|
|
||||||
Runtime version: 11.0.6+8-b722.15 x86_64
|
|
||||||
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
|
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
|
||||||
macOS 10.15.2
|
macOS 10.15.2
|
||||||
GC: ParNew, ConcurrentMarkSweep
|
GC: ParNew, ConcurrentMarkSweep
|
||||||
Memory: 4029M
|
Memory: 4029M
|
||||||
Cores: 8
|
Cores: 8
|
||||||
Registry: ide.tooltip.initialDelay=900
|
Non-Bundled Plugins: com.chrisrm.idea.MaterialThemeUI, izhangzhihao.rainbow.brackets
|
||||||
Non-Bundled Plugins: izhangzhihao.rainbow.brackets
|
|
||||||
```
|
```
|
||||||
|
@ -6,5 +6,5 @@ javaVersion=11
|
|||||||
kotlinVersion=1.3.71
|
kotlinVersion=1.3.71
|
||||||
kotlinLanguageVersion=1.3
|
kotlinLanguageVersion=1.3
|
||||||
kotlinTargetVersion=1.3
|
kotlinTargetVersion=1.3
|
||||||
version=6.0.0-Beta1
|
version=6.0
|
||||||
publishChannels=EAP
|
publishChannels=Stable
|
@ -49,6 +49,23 @@
|
|||||||
]]></description>
|
]]></description>
|
||||||
|
|
||||||
<change-notes><![CDATA[
|
<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>
|
<p>5.34</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Compatible with Material Theme UI Plugin</li>
|
<li>Compatible with Material Theme UI Plugin</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user