Skip to content

Commit 9311949

Browse files
committed
Release 1.4.5
1 parent 3596a38 commit 9311949

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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.4.4
4+
version = 1.4.5

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CodeGlance [![Build Status](https://travis-ci.org/Vektah/CodeGlance.png?branch=m
22
==========
33

44
Plugin Repository: http://plugins.jetbrains.com/plugin/7275
5-
Latest build: http://public.vektah.net/codeglance/net/vektah/CodeGlance/1.4.4/CodeGlance-1.4.4.jar
5+
Latest build: https://github.com/Vektah/CodeGlance/releases
66

77
Intelij plugin that displays a zoomed out overview or minimap similar to the one found in Sublime into the editor pane. The minimap allows for quick scrolling letting you jump straight to sections of code.
88

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

Lines changed: 6 additions & 1 deletion
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.4.4</version>
4+
<version>1.4.5</version>
55
<vendor email="adam@vektah.net" url="https://github.com/Vektah/CodeGlance">Vektah</vendor>
66

77
<description>
@@ -10,6 +10,11 @@
1010
</description>
1111

1212
<change-notes><![CDATA[
13+
<h3>1.4.5</h3>
14+
<ul>
15+
<li>Add support for 171.3556 EAPs</li>
16+
<li>Fix a race condition when folding</li>
17+
</ul>
1318
<h3>1.4.4</h3>
1419
<ul>
1520
<li>Increase maximum file size to 1MB, up from 20k</li>

0 commit comments

Comments
 (0)