Skip to content

Commit

Permalink
Release: prepare v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Oct 29, 2023
1 parent 4a36599 commit 714646a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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/).

## [Unreleased]
## [2.3.0] - 2023-10-29
### Changed
- The PowerShellEditorServices connection code has been refactored to not cause any UI freezes: everything was moved to background and rewritten to use non-blocking IO as much as possible

### Fixed
- [#155](https://github.com/ant-druha/intellij-powershell/issues/155): cannot start PowerShellEditorServices under the default PowerShell 5 execution policy, `Restricted`
- [#104](https://github.com/ant-druha/intellij-powershell/issues/104) (fixed partially): use less restricting flags when opening pipe connections to PowerShellEditorServices

### Added
- [#144](https://github.com/ant-druha/intellij-powershell/issues/144): terminate the language server processes when exiting the IDE (even if the IDE was terminated abnormally)

## [2.2.0] - 2023-10-01
### Changed
Expand Down Expand Up @@ -191,4 +198,5 @@ Initial editor and code completion support:
[2.0.10]: https://github.com/ant-druha/intellij-powershell/compare/v2.0.9...v2.0.10
[2.1.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.0.10...v2.1.0
[2.2.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.1.0...v2.2.0
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.2.0...HEAD
[2.3.0]: https://github.com/ant-druha/intellij-powershell/compare/v2.2.0...v2.3.0
[Unreleased]: https://github.com/ant-druha/intellij-powershell/compare/v2.3.0...HEAD
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
identification within third-party archives.

Copyright 2018 Andrey Dernov
Copyright 2023 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 build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sourceSets {
}

group = "com.intellij.plugin"
version = "2.2.0"
version = "2.3.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 714646a

Please sign in to comment.