You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ 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.10.0] - 2025-04-15
8
+
### Changed
9
+
-**Requirement update:** IntelliJ Platform 251.23774.318 is now the minimal supported version (only EAP builds for now).
10
+
- Update PSScriptAnalyzer from v1.23.0 to [v1.24.0](https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.24.0).
11
+
- Update PowerShellEditorServices from v4.2.0 to [v4.3.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.3.0).
12
+
13
+
### Fixed
14
+
-[#323: Configurations with PowerShell "Before task" don't work in Debug](https://github.com/ant-druha/intellij-powershell/issues/323).
15
+
-[#352](https://github.com/ant-druha/intellij-powershell/issues/352): fix an assertion thrown from settings in IntelliJ IDEA 2025.1. Thanks to @Fantoom for the contribution.
16
+
7
17
## [2.9.0] - 2025-02-07
8
18
### Changed
9
19
-**Requirement update:** IntelliJ Platform 251.20015 is now the minimal supported version (only EAP builds for now).
@@ -305,4 +315,5 @@ Initial editor and code completion support:
0 commit comments