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
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.9.0] - 2025-02-07
### Changed
- **Requirement update:** IntelliJ Platform 251.20015 is now the minimal supported version (only EAP builds for now).
- Update PowerShellEditorServices from v3.20.1 to [v4.2.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.2.0).
- Used library updates and minor code cleanup.

## [2.8.0] - 2024-10-20
### Added
- Debugger: "verified" status for breakpoints that are successfully set. Thanks to @Fantoom for the contribution.
Expand Down Expand Up @@ -298,4 +304,5 @@ Initial editor and code completion support:
[2.6.1]: https://github.com/ant-druha/intellij-powershell/compare/v2.6.0...v2.6.1
[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
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.8.0...HEAD
[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 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Documentation
---------
Copyright 2018 Andrey Dernov

Copyright 2024 intellij-powershell contributors
Copyright 2025 intellij-powershell contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
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.8.0
pluginVersion=2.9.0

# 30 MiB:
maxUnpackedPluginBytes=31457280
Expand Down
Loading