Skip to content

Commit a6fabd0

Browse files
authored
feat: add 2025.3 IDEs support (#58)
1 parent df5ce43 commit a6fabd0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.intellijPlatform/self-update.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-05-30
1+
2025-09-26

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ intellijPlatform {
3333
version = project.version
3434
ideaVersion {
3535
sinceBuild = '242'
36-
untilBuild = '252.*'
36+
untilBuild = '253.*'
3737
}
3838

3939
changeNotes = """
4040
<ul>
41+
<li>3.5.0 Add support to 2025.3</li>
4142
<li>3.4.0 Add support to 2025.2</li>
4243
<li>3.3.0 Add JetBrains AI compatibility to themes</li>
4344
<li>3.2.0 Improve caret colors and blue theme</li>

0 commit comments

Comments
 (0)