@@ -4,12 +4,21 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
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+
716## [ 2.7.0] - 2024-08-21
817### 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.
1322
1423### Added
1524- ** Debugger support** based on the debugger adapter protocol from PowerShellEditorServices.
@@ -288,4 +297,5 @@ Initial editor and code completion support:
288297[ 2.6.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.5.0...v2.6.0
289298[ 2.6.1 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...v2.6.1
290299[ 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