Skip to content

Commit

Permalink
Update change notes, set version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Aug 7, 2018
1 parent a8721f3 commit ae71213
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down
10 changes: 7 additions & 3 deletions 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/kornilova-l/FlameViewer">
<id>com.github.kornilovaL.flamegraphProfiler</id>
<name>FlameViewer</name>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>

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

Expand Down Expand Up @@ -41,8 +41,12 @@ Detailed description at <a href="https://github.com/kornilova-l/FlameViewer">git

<change-notes><![CDATA[
<ul>
<li>Optimized visualization of big trees.</li>
<li>Bug fixes and minor improvements.</li>
<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>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit ae71213

Please sign in to comment.