We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e7d98 commit 96a43c1Copy full SHA for 96a43c1
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.2.4
2
+* Dropped support for IntelliJ versions < 2024
3
+
4
## 1.2.3
5
* Fix "run on multiple files" not working when the file is not a text file #129
6
src/main/resources/META-INF/plugin.xml
@@ -19,7 +19,7 @@
19
</change-notes>
20
21
<!-- https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -->
22
- <idea-version since-build="232"/>
+ <idea-version since-build="241"/>
23
24
<!-- Other product support activated in plugin page during upload at https://plugins.jetbrains.com -->
25
<depends optional="true" config-file="plugin-java.xml">com.intellij.modules.java</depends>
0 commit comments