File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 44
55### Added
66
7+ - Support for IDEA 2025.2 and potentially future versions
8+
79### Changed
810
11+ - The ` until-build ` attribute has been removed from plugin configuration.
12+ The plugin should now continue to work with future versions of IDEA without
13+ requiring a new release as long as IDEA's API does not break.
914- Settings have been refactored. Different pages are now merged into one hierarchy.
1015
1116### Deprecated
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ val pluginGroup: String by project
1919val pluginName: String by project
2020val pluginVersion: String by project
2121val pluginSinceBuild: String by project
22- val pluginUntilBuild: String by project
2322
2423val platformType: String by project
2524val platformVersion: String by project
@@ -78,7 +77,6 @@ intellijPlatform {
7877 }
7978 ideaVersion {
8079 sinceBuild = pluginSinceBuild
81- untilBuild = pluginUntilBuild
8280 }
8381 // Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
8482 description = providers.provider {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ pluginGroup = org.nixos.idea
55pluginName = NixIDEA
66pluginVersion = 0.4.0.18
77pluginSinceBuild = 241
8- pluginUntilBuild = 251.*
98
109platformType = IU
1110platformVersion = 2024.1.6
You can’t perform that action at this time.
0 commit comments