Skip to content

Commit

Permalink
Release 2022.3-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onewhl committed Feb 13, 2023
1 parent 355d25e commit c616d78
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<id>org.jetbrains.research.refactorinsight</id>
<name>RefactorInsight</name>
<vendor>JetBrains</vendor>
<version>2022.3-1.0</version>
<version>2022.3-2.0</version>

<description><![CDATA[
<p>Enhances IDE representation of code changes with refactoring information.</p>
<ul>
<li>Supports Java and Kotlin.</li>
<li>Marks refactoring changes in code diffs with a gutter.</li>
<li>Folds refactorings in diffs and shows hints with their descriptions.</li>
<li>Detects refactorings in Pull Requests.</li>
<li>Detects refactorings at any specific commit selected in the Git Log tab.</li>
Expand All @@ -16,6 +17,12 @@
]]></description>

<change-notes><![CDATA[
<h4>2022.3-2.0</h4>
<ul>
<li>Mark refactoring changes in code diffs with a gutter.</li>
<li>Detect more refactoring types.</li>
</ul>
<h4>2022.3-1.0</h4>
<ul>
<li>Add compatibility with IDEA 2022.3</li>
Expand Down

0 comments on commit c616d78

Please sign in to comment.