Skip to content

Commit

Permalink
update change notes for release 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
BasLeijdekkers committed Sep 4, 2016
1 parent 065d89e commit 9c9a372
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,18 @@
<p>Select the menu item <code>Help | Find Action...</code> and search for <code>Calculate Metrics...</code>.
Try the <i>Lines of code metrics</i> profile first, if you haven't used MetricsReloaded before.
<p>Metrics can also be calculated from the command line for integration into build servers.
Enter <code>idea metrics -h</code> for help. For this to work IntelliJ IDEA must not be running.
Enter <code>idea metrics -h</code> for help. For this to work IntelliJ IDEA must NOT be running.
]]></description>
<vendor url="https://twitter.com/inspectorbas" email="basleijdekkers@gmail.com">Bas Leijdekkers</vendor>
<version>1.7</version>
<version>1.8</version>
<change-notes><![CDATA[
1.7<br>
- Results table now has speed search<br>
- Fixed reading and writing of snapshot files (#32)<br>
- Fixed dependency calculating and made it more efficient<br>
- Fixed "Encapsulation ratio" (E_RAT) module metric<br>
- Fixed reporting for "True comment ratio" (TCOM_RAT) interface metric<br>
- Fixed Javadoc metrics reported for non-Java files (#8)<br>
- Internal improvements & optimizations<br>
1.8<br>
- New Java metrics to count lambdas, anonymous classes and null checks<br>
- New tool window icon<br>
- Several package metrics now work correctly on non-java languages (Kotlin, Groovy...)<br>
- Fixed "Number of assert statements" metric<br>
- "Non-comment lines of code" no longer counts lines in text files<br>
- "Number of exceptions caught" metric now counts multi-catch exceptions correctly<br>
]]></change-notes>
<idea-version since-build="139"/>

Expand Down
2 changes: 1 addition & 1 deletion src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7
1.8

0 comments on commit 9c9a372

Please sign in to comment.