@@ -4,12 +4,21 @@ 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.8.0] - 2024-10-20
8
+ ### Added
9
+ - Debugger: "verified" status for breakpoints that are successfully set. Thanks to @Fantoom for the contribution.
10
+
11
+ ### Changed
12
+ - ** Requirement update:** IntelliJ Platform 2024.2 is now the minimal supported version (i.e., a downgrade, meaning we support more versions).
13
+ - Update PSScriptAnalyzer from v1.22.0 to v1.23.0.
14
+ - Update junixsocket library from v2.10.0 to v2.10.1.
15
+
7
16
## [ 2.7.0] - 2024-08-21
8
17
### Changed
9
- - ** Requirement update:** IntelliJ Platform 2024.2.0.2 is now the minimal supported version
10
- - Update PowerShellEditorServices from v3.18.1 to v3.20.1
11
- - Update junixsocket library from v2.9.0 to v2.10.0
12
- - Update LSP4J library from v0.22.0 to v0.23.0
18
+ - ** Requirement update:** IntelliJ Platform 2024.2.0.2 is now the minimal supported version.
19
+ - Update PowerShellEditorServices from v3.18.1 to v3.20.1.
20
+ - Update junixsocket library from v2.9.0 to v2.10.0.
21
+ - Update LSP4J library from v0.22.0 to v0.23.0.
13
22
14
23
### Added
15
24
- ** Debugger support** based on the debugger adapter protocol from PowerShellEditorServices.
@@ -288,4 +297,5 @@ Initial editor and code completion support:
288
297
[ 2.6.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.5.0...v2.6.0
289
298
[ 2.6.1 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...v2.6.1
290
299
[ 2.7.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.6.1...v2.7.0
291
- [ Unreleased ] : https://github.com/ant-druha/intellij-powershell/compare/v2.7.0...HEAD
300
+ [ 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
0 commit comments