Skip to content

Commit 9e0498c

Browse files
authored
Update PSRL release notes (#12329)
1 parent 91fab6c commit 9e0498c

File tree

4 files changed

+32
-8
lines changed

4 files changed

+32
-8
lines changed

reference/5.1/PSReadLine/About/about_PSReadLine_Release_Notes.md

Lines changed: 8 additions & 2 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: 08/18/2025
4+
ms.date: 09/02/2025
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_release_notes?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine_Release_Notes
@@ -11,7 +11,7 @@ title: about_PSReadLine_Release_Notes
1111
This is a summary of changes to the **PSReadLine** module. For a full list of
1212
changes, see the **PSReadLine** [ChangeLog][01].
1313

14-
- Current preview: v2.4.0-beta1
14+
- Current preview: v2.4.4-beta4
1515
- Current stable release: v2.3.6
1616

1717
## PSReadLine release history
@@ -29,6 +29,12 @@ Windows PowerShell 5.1.
2929

3030
## Release Notes
3131

32+
### 2.4.4-beta4 - 2025-08-28
33+
34+
- Added screen reader support to PSReadLine - The new render implementation
35+
redrawing the terminal buffer to avoid unnecessary and confusing output for
36+
screen readers.
37+
3238
### v2.4.3-beta3 - 2025-07-23
3339

3440
You can get the v2.4.3-beta3 version of the PSReadLine module from PowerShell

reference/7.4/PSReadLine/About/about_PSReadLine_Release_Notes.md

Lines changed: 8 additions & 2 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: 08/18/2025
4+
ms.date: 09/02/2025
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_release_notes?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine_Release_Notes
@@ -11,7 +11,7 @@ title: about_PSReadLine_Release_Notes
1111
This is a summary of changes to the **PSReadLine** module. For a full list of
1212
changes, see the **PSReadLine** [ChangeLog][01].
1313

14-
- Current preview: v2.4.0-beta1
14+
- Current preview: v2.4.4-beta4
1515
- Current stable release: v2.3.6
1616

1717
## PSReadLine release history
@@ -29,6 +29,12 @@ Windows PowerShell 5.1.
2929

3030
## Release Notes
3131

32+
### 2.4.4-beta4 - 2025-08-28
33+
34+
- Added screen reader support to PSReadLine - The new render implementation
35+
redrawing the terminal buffer to avoid unnecessary and confusing output for
36+
screen readers.
37+
3238
### v2.4.3-beta3 - 2025-07-23
3339

3440
You can get the v2.4.3-beta3 version of the PSReadLine module from PowerShell

reference/7.5/PSReadLine/About/about_PSReadLine_Release_Notes.md

Lines changed: 8 additions & 2 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: 08/18/2025
4+
ms.date: 09/02/2025
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_release_notes?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine_Release_Notes
@@ -11,7 +11,7 @@ title: about_PSReadLine_Release_Notes
1111
This is a summary of changes to the **PSReadLine** module. For a full list of
1212
changes, see the **PSReadLine** [ChangeLog][01].
1313

14-
- Current preview: v2.4.0-beta1
14+
- Current preview: v2.4.4-beta4
1515
- Current stable release: v2.3.6
1616

1717
## PSReadLine release history
@@ -29,6 +29,12 @@ Windows PowerShell 5.1.
2929

3030
## Release Notes
3131

32+
### 2.4.4-beta4 - 2025-08-28
33+
34+
- Added screen reader support to PSReadLine - The new render implementation
35+
redrawing the terminal buffer to avoid unnecessary and confusing output for
36+
screen readers.
37+
3238
### v2.4.3-beta3 - 2025-07-23
3339

3440
You can get the v2.4.3-beta3 version of the PSReadLine module from PowerShell

reference/7.6/PSReadLine/About/about_PSReadLine_Release_Notes.md

Lines changed: 8 additions & 2 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: 08/18/2025
4+
ms.date: 09/02/2025
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
@@ -11,7 +11,7 @@ title: about_PSReadLine_Release_Notes
1111
This is a summary of changes to the **PSReadLine** module. For a full list of
1212
changes, see the **PSReadLine** [ChangeLog][01].
1313

14-
- Current preview: v2.4.0-beta1
14+
- Current preview: v2.4.4-beta4
1515
- Current stable release: v2.3.6
1616

1717
## PSReadLine release history
@@ -29,6 +29,12 @@ Windows PowerShell 5.1.
2929

3030
## Release Notes
3131

32+
### 2.4.4-beta4 - 2025-08-28
33+
34+
- Added screen reader support to PSReadLine - The new render implementation
35+
redrawing the terminal buffer to avoid unnecessary and confusing output for
36+
screen readers.
37+
3238
### v2.4.3-beta3 - 2025-07-23
3339

3440
You can get the v2.4.3-beta3 version of the PSReadLine module from PowerShell

0 commit comments

Comments
 (0)