File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,17 @@ 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- ## [ Unreleased ] ( 2.7.0)
7+ ## [ 2.7.0] - 2024-08-21
88### Changed
9+ - ** Requirement update:** IntelliJ Platform 2024.2.0.2 is now the minimal supported version
910- Update PowerShellEditorServices from v3.18.1 to v3.20.1
10- - Update junixsocket from v2.9.0 to v2.9.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
13+
14+ ### Added
15+ - ** Debugger support** based on the debugger adapter protocol from PowerShellEditorServices.
16+
17+ Thanks to @Fantoom for the contribution.
1118
1219## [ 2.6.1] - 2024-03-28
1320### Fixed
@@ -280,4 +287,5 @@ Initial editor and code completion support:
280287[ 2.5.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.4.0...v2.5.0
281288[ 2.6.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.5.0...v2.6.0
282289[ 2.6.1 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...v2.6.1
283- [ Unreleased ] : https://github.com/ant-druha/intellij-powershell/compare/v2.6.1...HEAD
290+ [ 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
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ sourceSets {
3131}
3232
3333group = " com.intellij.plugin"
34- version = " 2.6.1 "
34+ version = " 2.7.0 "
3535
3636repositories {
3737 intellijPlatform {
You can’t perform that action at this time.
0 commit comments