Skip to content

Commit

Permalink
Prepare for version 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BasLeijdekkers committed Jan 26, 2021
1 parent 1d7187e commit b32fc1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2005-2020 Sixth and Red River Software, Bas Leijdekkers
~ Copyright 2005-2021 Sixth and Red River Software, Bas Leijdekkers
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -30,14 +30,15 @@
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="[email protected]">Bas Leijdekkers</vendor>
<version>1.10</version>
<version>1.11</version>
<change-notes><![CDATA[
1.10<br>
- Allow multiple metric results in separate tabs in the tool window<br>
- Cleanup of descriptions<br>
- Double clicking a package metrics result now navigates to package<br>
- Several exceptions in the UI fixed<br>
- Bug fixed in several metrics for more accurate calculation<br>
1.11<br>
- Important fixes and improvements in Metrics Profile handling<br>
- Improved compatibility with IntelliJ Platform, but now requires at least 2020.1<br>
- Added Cognitive Complexity metric for Java<br>
- Calculate Cyclomatic Complexity for Enhanced Switches and regular switch statements correctly<br>
- Fixed assertion error in Number of Cyclic Dependencies metric<br>
- Further minor fixes and improvements<br>
]]></change-notes>
<idea-version since-build="201"/>

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

0 comments on commit b32fc1c

Please sign in to comment.