From ae71213ec59d023b96c8f67be6ae19ec5a5cc2ee Mon Sep 17 00:00:00 2001 From: kornilova-l Date: Tue, 7 Aug 2018 12:40:55 +0300 Subject: [PATCH] Update change notes, set version to 0.8.1 --- build.gradle | 2 +- src/main/resources/META-INF/plugin.xml | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 991a4ae6..0cdf4563 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ allprojects { apply plugin: 'java' apply plugin: 'kotlin' group = 'com.gitgub.kornilova_l' - version = '0.8.1-SNAPSHOT' + version = '0.8.1' } subprojects { subproject -> diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index e48b271f..c094d36b 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.github.kornilovaL.flamegraphProfiler FlameViewer - 0.8.1-SNAPSHOT + 0.8.1 @@ -41,8 +41,12 @@ Detailed description at git -
  • Optimized visualization of big trees.
  • -
  • Bug fixes and minor improvements.
  • +
  • Implemented internal representation of flamegraph that speeds up visualization.
  • +
  • Fixed visualization of yourkit csv files when some of nodes have zero width.
  • +
  • Fixed visualization of whole backtraces tree, now all nodes with non-zero self time are added.
  • +
  • Added support for retina displays.
  • +
  • Profiler is renamed to Fierix, Flamegraph Visualizer to FlameViewer. Added FlameViewer support to IDEs.
  • +
  • Improved visualization of method back traces tree.
  • ]]>