From fd02bf77eb7849772f0b65053df866ff66cc421d Mon Sep 17 00:00:00 2001 From: Adam Scarr Date: Wed, 28 Mar 2018 21:44:24 +1100 Subject: [PATCH] 1.5.4 release --- .editorconfig | 3 +++ gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 21 ++++++++++++--------- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.editorconfig b/.editorconfig index f5a017b..0da59ac 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,6 @@ end_of_line = lf insert_final_newline = true indent_style = space indent_size = 4 + +[plugin.xml] +indent_style = tab diff --git a/gradle.properties b/gradle.properties index e7131b5..beb3d04 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ ideaVersion = IC-14.1.4 javaVersion = 1.6 kotlinVersion = 1.0.5 -version = 1.5.3 +version = 1.5.4 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index fd628bd..5569348 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ net.vektah.codeglance CodeGlance - 1.5.1 + 1.5.4 Vektah @@ -10,24 +10,27 @@ 1.5.3 +

1.5.4

    -
  • Bugfix: Viewport position now calculates correctly for large files
  • -
  • Bugfix: Render style and alignment now save correctly
  • -
  • Bugfix: Queue full
  • +
  • Bugfix: Viewport position now calculates correctly for large files -@ru5k
  • +
+

1.5.3

+
    +
  • Bugfix: Render style and alignment now save correctly
  • +
  • Bugfix: Queue full

1.5.2

    -
  • Add support for transparent backgrounds
  • +
  • Add support for transparent backgrounds
  • Add an option to lock the width
  • Bugfix: Assertion error
-

1.5.1

+

1.5.1

  • Fix a bug that causes the minimap not to render
  • Added a min editor width to automatically disable codeglance. Thanks github.com/bukajsytlos
-

1.5.0

+

1.5.0

  • Complete overhaul of scrolling logic. Smoother, faster, more accurate
  • A cleaner look. Old renderer is available still in settings
  • @@ -60,7 +63,7 @@
    • Bugfix: Disable retina scaling. This should fix some of the current retina issues.
    -

    1.4.1

    +

    1.4.1

    • Bugfix: NPE in getLine
    • Bugfix: Increase render queue to 1000 requests