File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,6 @@ end_of_line = lf
33insert_final_newline = true
44indent_style = space
55indent_size = 4
6+
7+ [plugin.xml ]
8+ indent_style = tab
Original file line number Diff line number Diff line change 11ideaVersion = IC-14.1.4
22javaVersion = 1.6
33kotlinVersion = 1.0.5
4- version = 1.5.3
4+ version = 1.5.4
Original file line number Diff line number Diff line change 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 >
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>
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>
You can’t perform that action at this time.
0 commit comments