Skip to content

Commit

Permalink
update change notes for release 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BasLeijdekkers committed May 8, 2016
1 parent ad2f446 commit 4b1f9c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,16 @@
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.6.1</version>
<version>1.7</version>
<change-notes><![CDATA[
1.6.1<br>
- Fix accidental breakage on the IntelliJ Platform IDEs<br>
1.6<br>
- New "Comment ratio" (COM_RAT) file type metric<br>
- Expanded the "Lines of code metrics" default profile<br>
- "Number of TODO comments" (TODO) now counts actual number of TODO comments, instead of the number of lines of TODO comments<br>
- Fixed "Response for Class" (RFC) metric<br>
- Fixed "Module/Number of annotation interfaces" (Can) & "Module/Number of enumerated classes" (EC) module metrics<br>
- Fixed "Package/Number of methods" (METH) package metric<br>
- Fixed several minor bugs<br>
- Internal improvements<br>
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>
]]></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.6.1
1.7

0 comments on commit 4b1f9c1

Please sign in to comment.