Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Apr 15, 2020
1 parent 46539b2 commit 2b9c781
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }

Expand Down
15 changes: 8 additions & 7 deletions intellij-plugin/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/kornilova203/FlameViewer">
<id>com.github.kornilovaL.flamegraphProfiler</id>
<name>FlameViewer</name>
<version>0.8.2-SNAPSHOT</version>
<version>1.0</version>

<vendor url="https://github.com/kornilova203" email="[email protected]"/>

Expand Down Expand Up @@ -41,12 +41,13 @@ Detailed description at <a href="https://github.com/kornilova203/FlameViewer">gi

<change-notes><![CDATA[
<ul>
<li>Implemented internal representation of flamegraph that speeds up visualization.</li>
<li>Fixed visualization of yourkit csv files when some of nodes have zero width.</li>
<li>Fixed visualization of whole backtraces tree, now all nodes with non-zero self time are added.</li>
<li>Added support for retina displays.</li>
<li>Profiler is renamed to Fierix, Flamegraph Visualizer to FlameViewer. Added FlameViewer support to IDEs.</li>
<li>Improved visualization of method back traces tree.</li>
<li>FlameViewer is available as a standalone command-line tool (more details here: <a href="https://github.com/kornilova203/FlameViewer">github.com/kornilova203/FlameViewer</a>).</li>
<li>Convert flamegraph files to internal cflamegraph format to save disk space and speed-up file opening.</li>
<li>Support flamegraph files generated by Async Profiler.</li>
<li>Hide only smallest nodes if tree is too big so the tree shape is still visible.</li>
<li>Use regexp for filtering.</li>
<li>Option to include whole stacktrace when filter is applied.</li>
<li>Bug fixes.</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit 2b9c781

Please sign in to comment.