We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa98aea commit 0377bf4Copy full SHA for 0377bf4
apps/intellij-plugin/CHANGELOG.md
@@ -1,7 +1,5 @@
1
-# v1.2.0
+# v1.2.1
2
3
-* Added status bar icon to show LSP server status and quickly go to settings.
4
-* Added support for IntelliJ IDEA 2025.1.
5
-* Removed support for IntelliJ IDEA 2023.x.
+* Added support for IntelliJ IDEA 2025.3.
6
7
[All Releases on GitHub](https://github.com/fujaba/fulibFeedback/releases?q=intellij)
apps/intellij-plugin/build.gradle.kts
@@ -14,7 +14,7 @@ plugins {
14
}
15
16
group = "org.fulib"
17
-version = "1.2.0"
+version = "1.2.1"
18
19
repositories {
20
mavenCentral()
0 commit comments