Skip to content

Commit

Permalink
Release 2023.3-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onewhl committed Jan 3, 2024
1 parent 0d68e15 commit fbe1de7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RefactorInsight is a plugin for IntelliJ IDEA that enhances the representation o

RefactorInsight relies on [RefactoringMiner](https://github.com/tsantalis/RefactoringMiner) and [kotlinRMiner](https://github.com/JetBrains-Research/kotlinRMiner) for retrieval of refactorings.

The plugin is compatible with IntelliJ IDEA 2023.1 and is [available for free](https://plugins.jetbrains.com/plugin/14704-refactorinsight) on JetBrains Marketplace.
The plugin is compatible with IntelliJ IDEA 2023.3 and is [available for free](https://plugins.jetbrains.com/plugin/14704-refactorinsight) on JetBrains Marketplace.

### Table of contents
* [Features](#features)
Expand Down
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 = "2023.1-4.0"
version = "2023.3-1.0"

repositories {
mavenCentral()
Expand Down
5 changes: 5 additions & 0 deletions plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
]]></description>

<change-notes><![CDATA[
<h4>2023.3-1.0</h4>
<ul>
<li>Add compatibility with IDEA 2023.3</li>
</ul>
<h4>2023.1-4.0</h4>
<ul>
<li>Updated visualization of Extract Class/Method/Variable, and Move Method refactorings.</li>
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}
}

rootProject.name = "refactorinsight"
rootProject.name = "RefactorInsight"

include('runner',
'common',
Expand Down

0 comments on commit fbe1de7

Please sign in to comment.