File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ 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.9.0] - 2025-02-07
8
+ ### Changed
9
+ - ** Requirement update:** IntelliJ Platform 251.20015 is now the minimal supported version (only EAP builds for now).
10
+ - Update PowerShellEditorServices from v3.20.1 to [ v4.2.0] ( https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.2.0 ) .
11
+ - Used library updates and minor code cleanup.
12
+
7
13
## [ 2.8.0] - 2024-10-20
8
14
### Added
9
15
- Debugger: "verified" status for breakpoints that are successfully set. Thanks to @Fantoom for the contribution.
@@ -298,4 +304,5 @@ Initial editor and code completion support:
298
304
[ 2.6.1 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...v2.6.1
299
305
[ 2.7.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.6.1...v2.7.0
300
306
[ 2.8.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.7.0...v2.8.0
301
- [ Unreleased ] : https://github.com/ant-druha/intellij-powershell/compare/v2.8.0...HEAD
307
+ [ 2.9.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.8.0...v2.9.0
308
+ [ Unreleased ] : https://github.com/ant-druha/intellij-powershell/compare/v2.9.0...HEAD
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Documentation
53
53
---------
54
54
Copyright 2018 Andrey Dernov
55
55
56
- Copyright 2024 intellij-powershell contributors
56
+ Copyright 2025 intellij-powershell contributors
57
57
58
58
Licensed under the Apache License, Version 2.0 (the "License");
59
59
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
kotlin.stdlib.default.dependency =false
2
2
3
- pluginVersion =2.8 .0
3
+ pluginVersion =2.9 .0
4
4
5
5
# 30 MiB:
6
6
maxUnpackedPluginBytes =31457280
You can’t perform that action at this time.
0 commit comments