Skip to content

Commit

Permalink
Release 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Feb 25, 2017
1 parent 3596a38 commit 9311949
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
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.4.4
version = 1.4.5
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CodeGlance [![Build Status](https://travis-ci.org/Vektah/CodeGlance.png?branch=m
==========

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

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.

Expand Down
7 changes: 6 additions & 1 deletion 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.4.4</version>
<version>1.4.5</version>
<vendor email="adam@vektah.net" url="https://github.com/Vektah/CodeGlance">Vektah</vendor>

<description>
Expand All @@ -10,6 +10,11 @@
</description>

<change-notes><![CDATA[
<h3>1.4.5</h3>
<ul>
<li>Add support for 171.3556 EAPs</li>
<li>Fix a race condition when folding</li>
</ul>
<h3>1.4.4</h3>
<ul>
<li>Increase maximum file size to 1MB, up from 20k</li>
Expand Down

0 comments on commit 9311949

Please sign in to comment.