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.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
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+
713## [ 2.8.0] - 2024-10-20
814### Added
915- 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:
298304[ 2.6.1 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...v2.6.1
299305[ 2.7.0 ] : https://github.com/ant-druha/intellij-powershell/compare/v2.6.1...v2.7.0
300306[ 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
5353---------
5454Copyright 2018 Andrey Dernov
5555
56- Copyright 2024 intellij-powershell contributors
56+ Copyright 2025 intellij-powershell contributors
5757
5858Licensed under the Apache License, Version 2.0 (the "License");
5959you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11kotlin.stdlib.default.dependency =false
22
3- pluginVersion =2.8 .0
3+ pluginVersion =2.9 .0
44
55# 30 MiB:
66maxUnpackedPluginBytes =31457280
You can’t perform that action at this time.
0 commit comments