diff --git a/build.gradle b/build.gradle index faba19e7..645d43a7 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ allprojects { apply plugin: 'kotlin' apply plugin: 'idea' group = 'com.github.kornilova203' - version = '0.8.2-SNAPSHOT' + version = '1.0' compileKotlin { kotlinOptions { jvmTarget = "1.8" } } compileTestKotlin { kotlinOptions { jvmTarget = "1.8" } } diff --git a/intellij-plugin/src/main/resources/META-INF/plugin.xml b/intellij-plugin/src/main/resources/META-INF/plugin.xml index fcf5fd0b..8a68eaf8 100644 --- a/intellij-plugin/src/main/resources/META-INF/plugin.xml +++ b/intellij-plugin/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.github.kornilovaL.flamegraphProfiler FlameViewer - 0.8.2-SNAPSHOT + 1.0 @@ -41,12 +41,13 @@ Detailed description at gi -
  • 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.
  • +
  • FlameViewer is available as a standalone command-line tool (more details here: github.com/kornilova203/FlameViewer).
  • +
  • Convert flamegraph files to internal cflamegraph format to save disk space and speed-up file opening.
  • +
  • Support flamegraph files generated by Async Profiler.
  • +
  • Hide only smallest nodes if tree is too big so the tree shape is still visible.
  • +
  • Use regexp for filtering.
  • +
  • Option to include whole stacktrace when filter is applied.
  • +
  • Bug fixes.
  • ]]>