We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb980a commit 57f420dCopy full SHA for 57f420d
resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>net.bialon.acmeTheme</id>
3
<name>Acme Theme</name>
4
- <version>0.3.0</version>
+ <version>0.4.0</version>
5
<vendor email="[email protected]" url="https://bialon.net">Marcin Białoń</vendor>
6
7
<description>
@@ -12,6 +12,11 @@
12
13
<change-notes>
14
<![CDATA[
15
+ <h2>0.4.0</h2>
16
+ <ul>
17
+ <li>Add background color to identifiers under caret</li>
18
+ <li>Sync matched brace background color with identifiers under caret</li>
19
+ </ul>
20
<h2>0.3.0</h2>
21
<ul>
22
<li>Define UI background</li>
0 commit comments