Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .intellijPlatform/self-update.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-05-30
2025-09-26
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ intellijPlatform {
version = project.version
ideaVersion {
sinceBuild = '242'
untilBuild = '252.*'
untilBuild = '253.*'
}

changeNotes = """
<ul>
<li>3.5.0 Add support to 2025.3</li>
<li>3.4.0 Add support to 2025.2</li>
<li>3.3.0 Add JetBrains AI compatibility to themes</li>
<li>3.2.0 Improve caret colors and blue theme</li>
Expand Down