Skip to content

Commit 2fa0342

Browse files
authored
feat: add support for 2026.1 IDEs (#60)
1 parent a6fabd0 commit 2fa0342

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.intellijPlatform/self-update.lock

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

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 = '253.*'
36+
untilBuild = '261.*'
3737
}
3838

3939
changeNotes = """
4040
<ul>
41+
<li>3.6.0 Add support to 2026.1</li>
4142
<li>3.5.0 Add support to 2025.3</li>
4243
<li>3.4.0 Add support to 2025.2</li>
4344
<li>3.3.0 Add JetBrains AI compatibility to themes</li>

0 commit comments

Comments
 (0)