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.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ Unreleased ] ( 2.7.0)
7
+ ## [ 2.7.0] - 2024-08-21
8
8
### Changed
9
+ - ** Requirement update:** IntelliJ Platform 2024.2.0.2 is now the minimal supported version
9
10
- 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.
11
18
12
19
## [ 2.6.1] - 2024-03-28
13
20
### Fixed
@@ -280,4 +287,5 @@ Initial editor and code completion support:
280
287
[ 2.5.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.4.0...v2.5.0
281
288
[ 2.6.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.5.0...v2.6.0
282
289
[ 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 {
31
31
}
32
32
33
33
group = " com.intellij.plugin"
34
- version = " 2.6.1 "
34
+ version = " 2.7.0 "
35
35
36
36
repositories {
37
37
intellijPlatform {
You can’t perform that action at this time.
0 commit comments