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 4061662 commit d817374Copy full SHA for d817374
CHANGELOG.md
@@ -1,4 +1,5 @@
1
-## 1.1.2
+## 1.2.0
2
+* Run GlobalProcessors (e.g. Reformat) last so that code is formatted correctly #90
3
* Dropped support for IntelliJ versions < 2023
4
5
## 1.1.1
gradle.properties
@@ -2,7 +2,7 @@
pluginGroup=software.xdev.saveactions
pluginName=Save Actions X
# SemVer format -> https://semver.org
-pluginVersion=1.1.2-SNAPSHOT
+pluginVersion=1.2.0-SNAPSHOT
6
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
7
platformType=IC
8
platformVersion=2023.1.6
0 commit comments