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 f2517ce commit 2711305Copy full SHA for 2711305
gradle.properties
@@ -1,4 +1,4 @@
1
ideaVersion = IC-14.1.4
2
javaVersion = 1.6
3
kotlinVersion = 1.0.5
4
-version = 1.5.1
+version = 1.5.2
src/main/resources/META-INF/plugin.xml
@@ -10,6 +10,12 @@
10
</description>
11
12
<change-notes><![CDATA[
13
+ <h3>1.5.2</h3>
14
+ <ul>
15
+ <li>Add support for transparent backgrounds</li>
16
+ <li>Add an option to lock the width</li>
17
+ <li>Bugfix: Assertion error</li>
18
+ </ul>
19
<h3>1.5.1</h3>
20
<ul>
21
<li>Fix a bug that causes the minimap not to render</li>
0 commit comments