Skip to content

Commit 812eb31

Browse files
committed
Update PSReadLine release notes for 2.4.5
1 parent 5e36ffc commit 812eb31

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

reference/7.6/PSReadLine/About/about_PSReadLine.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: PSReadLine provides an improved command-line editing experience in the PowerShell console.
33
Locale: en-US
4-
ms.date: 08/18/2025
4+
ms.date: 02/20/2026
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline?view=powershell-7.6&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine
@@ -18,6 +18,7 @@ PowerShell console.
1818
There have been many updates to PSReadLine since the version that ships in
1919
Windows PowerShell 5.1.
2020

21+
- v2.4.5 first shipped in PowerShell 7.6.0-rc.1
2122
- v2.3.6 first shipped in PowerShell 7.4.7 and 7.5.0
2223
- v2.3.5 first shipped in PowerShell 7.4.2 and 7.5.0-preview.3
2324
- v2.3.4 first shipped in PowerShell 7.4.0-rc.1

reference/7.6/PSReadLine/About/about_PSReadLine_Release_Notes.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: This article contains the list of changes for each released version of PSReadLine.
33
Locale: en-US
4-
ms.date: 01/18/2026
4+
ms.date: 02/20/2026
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_release_notes?view=powershell-7.6&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine_Release_Notes
@@ -13,8 +13,7 @@ title: about_PSReadLine_Release_Notes
1313
This is a summary of changes to the **PSReadLine** module. For a full list of
1414
changes, see the **PSReadLine** [ChangeLog][01].
1515

16-
- Current preview: v2.4.4-beta4
17-
- Current stable release: v2.3.6
16+
- Current stable release: v2.4.5
1817

1918
## Long description
2019

@@ -23,6 +22,7 @@ changes, see the **PSReadLine** [ChangeLog][01].
2322
There have been many updates to PSReadLine since the version that ships in
2423
Windows PowerShell 5.1.
2524

25+
- v2.4.5 shipped in PowerShell 7.6.0-rc.1
2626
- v2.3.6 shipped in PowerShell 7.4.7 and 7.5.0
2727
- v2.3.5 shipped in PowerShell 7.4.2 and 7.5.0-preview.3
2828
- v2.3.4 shipped in PowerShell 7.4.0-rc.1
@@ -31,6 +31,13 @@ Windows PowerShell 5.1.
3131
- v2.0.4 shipped in PowerShell 7.0.11
3232
- v2.0.0 ships in Windows PowerShell 5.1
3333

34+
### 2.4.5 - 2025-10-22
35+
36+
- Replace `DOTNET_SKIP_FIRST_TIME_EXPERIENCE` with `DOTNET_NOLOGO`
37+
- Add the **ScreenReaderModeEnabled** property to formatting so it's displayed
38+
in the default formatting for `Get-PSReadLineOption`.
39+
- Fix a null reference exception when showing parameter help
40+
3441
### 2.4.4-beta4 - 2025-08-28
3542

3643
- Added screen reader support to PSReadLine - The new render implementation

0 commit comments

Comments
 (0)