Skip to content

Commit

Permalink
1.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Mar 28, 2018
1 parent c50cabe commit fd02bf7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[plugin.xml]
indent_style = tab
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ideaVersion = IC-14.1.4
javaVersion = 1.6
kotlinVersion = 1.0.5
version = 1.5.3
version = 1.5.4
21 changes: 12 additions & 9 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/Vektah/CodeGlance">
<id>net.vektah.codeglance</id>
<name>CodeGlance</name>
<version>1.5.1</version>
<version>1.5.4</version>
<vendor email="adam@vektah.net" url="https://github.com/Vektah/CodeGlance">Vektah</vendor>

<description>
Expand All @@ -10,24 +10,27 @@
</description>

<change-notes><![CDATA[
<h3>1.5.3</h3>
<h3>1.5.4</h3>
<ul>
<li>Bugfix: Viewport position now calculates correctly for large files</li>
<li>Bugfix: Render style and alignment now save correctly</li>
<li>Bugfix: Queue full</li>
<li>Bugfix: Viewport position now calculates correctly for large files -@ru5k</li>
</ul>
<h3>1.5.3</h3>
<ul>
<li>Bugfix: Render style and alignment now save correctly</li>
<li>Bugfix: Queue full</li>
</ul>
<h3>1.5.2</h3>
<ul>
<li>Add support for transparent backgrounds</li>
<li>Add support for transparent backgrounds</li>
<li>Add an option to lock the width</li>
<li>Bugfix: Assertion error</li>
</ul>
<h3>1.5.1</h3>
<h3>1.5.1</h3>
<ul>
<li>Fix a bug that causes the minimap not to render</li>
<li>Added a min editor width to automatically disable codeglance. Thanks github.com/bukajsytlos</li>
</ul>
<h3>1.5.0</h3>
<h3>1.5.0</h3>
<ul>
<li>Complete overhaul of scrolling logic. Smoother, faster, more accurate</li>
<li>A cleaner look. Old renderer is available still in settings</li>
Expand Down Expand Up @@ -60,7 +63,7 @@
<ul>
<li>Bugfix: Disable retina scaling. This should fix some of the current retina issues.</li>
</ul>
<h3>1.4.1</h3>
<h3>1.4.1</h3>
<ul>
<li>Bugfix: NPE in getLine</li>
<li>Bugfix: Increase render queue to 1000 requests</li>
Expand Down

0 comments on commit fd02bf7

Please sign in to comment.