Skip to content

Commit fd02bf7

Browse files
committed
1.5.4 release
1 parent c50cabe commit fd02bf7

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ end_of_line = lf
33
insert_final_newline = true
44
indent_style = space
55
indent_size = 4
6+
7+
[plugin.xml]
8+
indent_style = tab

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ideaVersion = IC-14.1.4
22
javaVersion = 1.6
33
kotlinVersion = 1.0.5
4-
version = 1.5.3
4+
version = 1.5.4

src/main/resources/META-INF/plugin.xml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin url="https://github.com/Vektah/CodeGlance">
22
<id>net.vektah.codeglance</id>
33
<name>CodeGlance</name>
4-
<version>1.5.1</version>
4+
<version>1.5.4</version>
55
<vendor email="adam@vektah.net" url="https://github.com/Vektah/CodeGlance">Vektah</vendor>
66

77
<description>
@@ -10,24 +10,27 @@
1010
</description>
1111

1212
<change-notes><![CDATA[
13-
<h3>1.5.3</h3>
13+
<h3>1.5.4</h3>
1414
<ul>
15-
<li>Bugfix: Viewport position now calculates correctly for large files</li>
16-
<li>Bugfix: Render style and alignment now save correctly</li>
17-
<li>Bugfix: Queue full</li>
15+
<li>Bugfix: Viewport position now calculates correctly for large files -@ru5k</li>
16+
</ul>
17+
<h3>1.5.3</h3>
18+
<ul>
19+
<li>Bugfix: Render style and alignment now save correctly</li>
20+
<li>Bugfix: Queue full</li>
1821
</ul>
1922
<h3>1.5.2</h3>
2023
<ul>
21-
<li>Add support for transparent backgrounds</li>
24+
<li>Add support for transparent backgrounds</li>
2225
<li>Add an option to lock the width</li>
2326
<li>Bugfix: Assertion error</li>
2427
</ul>
25-
<h3>1.5.1</h3>
28+
<h3>1.5.1</h3>
2629
<ul>
2730
<li>Fix a bug that causes the minimap not to render</li>
2831
<li>Added a min editor width to automatically disable codeglance. Thanks github.com/bukajsytlos</li>
2932
</ul>
30-
<h3>1.5.0</h3>
33+
<h3>1.5.0</h3>
3134
<ul>
3235
<li>Complete overhaul of scrolling logic. Smoother, faster, more accurate</li>
3336
<li>A cleaner look. Old renderer is available still in settings</li>
@@ -60,7 +63,7 @@
6063
<ul>
6164
<li>Bugfix: Disable retina scaling. This should fix some of the current retina issues.</li>
6265
</ul>
63-
<h3>1.4.1</h3>
66+
<h3>1.4.1</h3>
6467
<ul>
6568
<li>Bugfix: NPE in getLine</li>
6669
<li>Bugfix: Increase render queue to 1000 requests</li>

0 commit comments

Comments
 (0)