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 844c2ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "org.jetbrains.research.refactorinsight"
version = "2022.3-1.0"
version = "2022.3-2.0"

repositories {
mavenCentral()
Expand Down
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 844c2ff

Please sign in to comment.