From b5aac30d26ce777497e85203dc59989296b73f8e Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Thu, 28 Aug 2025 15:32:25 -0700 Subject: [PATCH] Prepare for the v2.4.4-beta4 release of PSReadLine --- PSReadLine/Changes.txt | 7 +++++++ PSReadLine/PSReadLine.csproj | 6 +++--- PSReadLine/PSReadLine.psd1 | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/PSReadLine/Changes.txt b/PSReadLine/Changes.txt index 919f92154..9f949b617 100644 --- a/PSReadLine/Changes.txt +++ b/PSReadLine/Changes.txt @@ -1,3 +1,10 @@ +### [2.4.4-beta4] - 2025-08-28 + +- Fix `IsMutexPresent()` to avoid incorrect use of `GetLastWin32Error()` (#4910) +- Add screen reader support to PSReadLine (#4854) + +[2.4.4-beta4]: https://github.com/PowerShell/PSReadLine/compare/v2.4.3-beta3...v2.4.4-beta4 + ### [2.4.3-beta3] - 2025-07-23 - Allow accepting the current input automatically from within an `OnIdle` event handler (#4830) diff --git a/PSReadLine/PSReadLine.csproj b/PSReadLine/PSReadLine.csproj index 01576b652..c52fab081 100644 --- a/PSReadLine/PSReadLine.csproj +++ b/PSReadLine/PSReadLine.csproj @@ -5,9 +5,9 @@ Microsoft.PowerShell.PSReadLine Microsoft.PowerShell.PSReadLine $(NoWarn);CA1416 - 2.4.3.0 - 2.4.3 - 2.4.3-beta3 + 2.4.4.0 + 2.4.4 + 2.4.4-beta4 true netstandard2.0 true diff --git a/PSReadLine/PSReadLine.psd1 b/PSReadLine/PSReadLine.psd1 index 53d70cfd3..f0068012a 100644 --- a/PSReadLine/PSReadLine.psd1 +++ b/PSReadLine/PSReadLine.psd1 @@ -1,7 +1,7 @@ @{ RootModule = 'PSReadLine.psm1' NestedModules = @("Microsoft.PowerShell.PSReadLine.dll") -ModuleVersion = '2.4.3' +ModuleVersion = '2.4.4' GUID = '5714753b-2afd-4492-a5fd-01d9e2cff8b5' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation'