File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ 2.11.0] - 2025-07-05
8
+ ### Changed
9
+ - ** Requirement update:** IntelliJ Platform 252.23591.19 (2025.2 EAP) is now the minimal supported version.
10
+ - Minor internal refactoring for better compatibility with newer IntelliJ and general code improvement.
11
+
7
12
## [ 2.10.0] - 2025-04-15
8
13
### Changed
9
14
- ** Requirement update:** IntelliJ Platform 251.23774.318 is now the minimal supported version (only EAP builds for now).
@@ -316,4 +321,5 @@ Initial editor and code completion support:
316
321
[ 2.8.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.7.0...v2.8.0
317
322
[ 2.9.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.8.0...v2.9.0
318
323
[ 2.10.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.9.0...v2.10.0
319
- [ Unreleased ] : https://github.com/ant-druha/intellij-powershell/compare/v2.10.0...HEAD
324
+ [ 2.11.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.10.0...v2.11.0
325
+ [ Unreleased ] : https://github.com/ant-druha/intellij-powershell/compare/v2.11.0...HEAD
Original file line number Diff line number Diff line change 1
1
kotlin.stdlib.default.dependency =false
2
2
3
- pluginVersion =2.10 .0
3
+ pluginVersion =2.11 .0
4
4
5
5
# 30 MiB:
6
6
maxUnpackedPluginBytes =31457280
You can’t perform that action at this time.
0 commit comments