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 f96ce84 commit df5ce43Copy full SHA for df5ce43
build.gradle
@@ -33,11 +33,12 @@ intellijPlatform {
33
version = project.version
34
ideaVersion {
35
sinceBuild = '242'
36
- untilBuild = '251.*'
+ untilBuild = '252.*'
37
}
38
39
changeNotes = """
40
<ul>
41
+ <li>3.4.0 Add support to 2025.2</li>
42
<li>3.3.0 Add JetBrains AI compatibility to themes</li>
43
<li>3.2.0 Improve caret colors and blue theme</li>
44
<li>3.1.0 Add support to 2025.1 IDEs</li>
0 commit comments