diff --git a/MockPSConsole/MockPSConsole.csproj b/MockPSConsole/MockPSConsole.csproj index e934b2446..73766831e 100644 --- a/MockPSConsole/MockPSConsole.csproj +++ b/MockPSConsole/MockPSConsole.csproj @@ -18,7 +18,7 @@ - + diff --git a/PSReadLine/Changes.txt b/PSReadLine/Changes.txt index 27ccd6f6e..f28a71322 100644 --- a/PSReadLine/Changes.txt +++ b/PSReadLine/Changes.txt @@ -1,3 +1,15 @@ +### [2.3.2-beta2] - 2023-08-17 + +- Work around `InvalidOperationException` from Console API (#3755) (Thanks @jazzdelightsme!) +- Add the `TerminateOrphanedConsoleApps` option on Windows to kill orphaned console-attached process that may mess up reading from Console input (#3764) (Thanks @jazzdelightsme!) +- Fix bot to add `needs-triage` label to newly opened issue (#3772) +- Update `actions/checkout` used in GitHub action to v3 (#3773) +- Supports the text-object command `diw` in the VI edit mode (#2059) (Thanks @springcomp!) +- Fix `NullReferenceException` when processing event subscribers (#3781) +- Point to `F7History` in the comment of the `F7` key-binding sample (#3782) + +[2.3.2-beta2]: https://github.com/PowerShell/PSReadLine/compare/v2.3.1-beta1...v2.3.2-beta2 + ### [2.3.1-beta1] - 2023-05-03 - Append reset VT sequence before rendering the ineline prediction (#3669) diff --git a/PSReadLine/PSReadLine.csproj b/PSReadLine/PSReadLine.csproj index abe887a7a..38b8f6430 100644 --- a/PSReadLine/PSReadLine.csproj +++ b/PSReadLine/PSReadLine.csproj @@ -5,9 +5,9 @@ Microsoft.PowerShell.PSReadLine Microsoft.PowerShell.PSReadLine2 $(NoWarn);CA1416 - 2.3.1.0 - 2.3.1 - 2.3.1-beta1 + 2.3.2.0 + 2.3.2 + 2.3.2-beta2 true net462;net6.0 true @@ -22,7 +22,7 @@ - + diff --git a/PSReadLine/PSReadLine.psd1 b/PSReadLine/PSReadLine.psd1 index 11299abf0..3f900233a 100644 --- a/PSReadLine/PSReadLine.psd1 +++ b/PSReadLine/PSReadLine.psd1 @@ -1,7 +1,7 @@ @{ RootModule = 'PSReadLine.psm1' NestedModules = @("Microsoft.PowerShell.PSReadLine2.dll") -ModuleVersion = '2.3.1' +ModuleVersion = '2.3.2' GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' diff --git a/Polyfill/Polyfill.csproj b/Polyfill/Polyfill.csproj index c6b7ee481..bcc2fcb24 100644 --- a/Polyfill/Polyfill.csproj +++ b/Polyfill/Polyfill.csproj @@ -12,7 +12,7 @@ - + diff --git a/test/PSReadLine.Tests.csproj b/test/PSReadLine.Tests.csproj index e79fa34e8..b6c4625f0 100644 --- a/test/PSReadLine.Tests.csproj +++ b/test/PSReadLine.Tests.csproj @@ -19,12 +19,12 @@ - + - +