Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [2.10.0] - 2025-04-15
### Changed
- **Requirement update:** IntelliJ Platform 251.23774.318 is now the minimal supported version (only EAP builds for now).
- Update PSScriptAnalyzer from v1.23.0 to [v1.24.0](https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.24.0).
- Update PowerShellEditorServices from v4.2.0 to [v4.3.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.3.0).

### Fixed
- [#323: Configurations with PowerShell "Before task" don't work in Debug](https://github.com/ant-druha/intellij-powershell/issues/323).
- [#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.

## [2.9.0] - 2025-02-07
### Changed
- **Requirement update:** IntelliJ Platform 251.20015 is now the minimal supported version (only EAP builds for now).
Expand Down Expand Up @@ -305,4 +315,5 @@ Initial editor and code completion support:
[2.7.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.1...v2.7.0
[2.8.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.7.0...v2.8.0
[2.9.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.8.0...v2.9.0
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.9.0...HEAD
[2.10.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.9.0...v2.10.0
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.10.0...HEAD
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kotlin.stdlib.default.dependency=false

pluginVersion=2.9.0
pluginVersion=2.10.0

# 30 MiB:
maxUnpackedPluginBytes=31457280
Expand Down