Skip to content

Commit 1b6218f

Browse files
sdwheelerCopilot
andauthored
Update release notes for 7.6-rc1 (#12779)
* Update release notes for 7.6-rc1 * Update PSReadLine release notes for 2.4.5 * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 26e9720 commit 1b6218f

File tree

9 files changed

+46
-41
lines changed

9 files changed

+46
-41
lines changed

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

reference/docs-conceptual/install/install-alpine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Alpine Linux
3-
ms.date: 02/04/2026
3+
ms.date: 02/20/2026
44
title: Install PowerShell on Alpine Linux
55
---
66
# Install PowerShell on Alpine Linux
@@ -23,7 +23,7 @@ to the package depends on the version of PowerShell you want to install.
2323

2424
- PowerShell 7.4 (LTS) - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.13/powershell-7.4.13-linux-musl-x64.tar.gz`
2525
- PowerShell 7.5 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-linux-musl-x64.tar.gz`
26-
- PowerShell 7.6-preview - `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-7.6.0-preview.6-linux-musl-x64.tar.gz`
26+
- PowerShell 7.6-preview - `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-linux-musl-x64.tar.gz`
2727

2828
Then, in the terminal, execute the following shell commands to install PowerShell 7.4:
2929

reference/docs-conceptual/install/install-debian.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Debian Linux
3-
ms.date: 02/04/2026
3+
ms.date: 02/20/2026
44
title: Install PowerShell on Debian
55
---
66
# Install PowerShell on Debian
@@ -76,7 +76,7 @@ The link to the current version is:
7676
- PowerShell 7.5 universal package for supported versions of Debian
7777
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell_7.5.4-1.deb_amd64.deb`
7878
- PowerShell 7.6-preview universal package for supported versions of Debian
79-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-preview_7.6.0-preview.6-1.deb_amd64.deb`
79+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-preview_7.6.0-rc1-1.deb_amd64.deb`
8080

8181
The following shell script downloads and installs the current release of PowerShell. You can
8282
change the URL to download the version of PowerShell that you want to install.

reference/docs-conceptual/install/install-powershell-on-macos.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on macOS
3-
ms.date: 12/15/2025
3+
ms.date: 02/20/2026
44
title: Install PowerShell on macOS
55
---
66

@@ -131,8 +131,8 @@ install package from the [releases][11] page onto your Mac. The links to the cur
131131
- Arm64 processors - [powershell-7.5.4-arm64.pkg][20]
132132
- x64 processors - [powershell-7.5.4-osx-x64.pkg][22]
133133
- PowerShell 7.6-preview
134-
- Arm64 processors - [powershell-7.6.0-preview.6-osx-arm64.pkg][24]
135-
- x64 processors - [powershell-7.6.0-preview.6-osx-x64.pkg][26]
134+
- Arm64 processors - [powershell-7.6.0-rc1-osx-arm64.pkg][24]
135+
- x64 processors - [powershell-7.6.0-rc1-osx-x64.pkg][26]
136136

137137
There are two ways to install PowerShell using the Direct Download method.
138138

@@ -219,8 +219,8 @@ versions are:
219219
- Arm64 processors - [powershell-7.5.4-osx-arm64.tar.gz][21]
220220
- x64 processors - [powershell-7.5.4-osx-x64.tar.gz][23]
221221
- PowerShell 7.6-preview
222-
- Arm64 processors - [powershell-7.6.0-preview.6-osx-arm64.tar.gz][25]
223-
- x64 processors - [powershell-7.6.0-preview.6-osx-x64.tar.gz][27]
222+
- Arm64 processors - [powershell-7.6.0-rc1-osx-arm64.tar.gz][25]
223+
- x64 processors - [powershell-7.6.0-rc1-osx-x64.tar.gz][27]
224224

225225
Use the following commands to install PowerShell from the binary archive. Change the download URL to
226226
match the version you want to install.
@@ -316,9 +316,9 @@ support those methods.
316316
[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-osx-arm64.tar.gz
317317
[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-osx-x64.pkg
318318
[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-osx-x64.tar.gz
319-
[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-7.6.0-preview.6-osx-arm64.pkg
320-
[25]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-7.6.0-preview.6-osx-arm64.tar.gz
321-
[26]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-7.6.0-preview.6-osx-x64.pkg
322-
[27]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-7.6.0-preview.6-osx-x64.tar.gz
319+
[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-arm64.pkg
320+
[25]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-arm64.tar.gz
321+
[26]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-x64.pkg
322+
[27]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-osx-x64.tar.gz
323323
[28]: https://specifications.freedesktop.org/basedir/latest/
324324
[29]: https://support.apple.com/102445

reference/docs-conceptual/install/install-powershell-on-windows.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Windows
3-
ms.date: 12/17/2025
3+
ms.date: 02/20/2026
44
title: Install PowerShell on Windows
55
---
66
# Install PowerShell on Windows
@@ -82,9 +82,9 @@ Latest stable release:
8282

8383
Latest Preview release:
8484

85-
- [PowerShell-7.6.0-preview.6-win-x64.msi][19]
86-
- [PowerShell-7.6.0-preview.6-win-x86.msi][20]
87-
- [PowerShell-7.6.0-preview.6-win-arm64.msi][18]
85+
- [PowerShell-7.6.0-rc1-win-x64.msi][19]
86+
- [PowerShell-7.6.0-rc1-win-x86.msi][20]
87+
- [PowerShell-7.6.0-rc1-win-arm64.msi][18]
8888

8989
Once downloaded, double-click the installer file and follow the prompts.
9090

@@ -296,9 +296,9 @@ can't support those methods.
296296
[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x64.zip
297297
[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x86.msi
298298
[17]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x86.zip
299-
[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/PowerShell-7.6.0-preview.6-win-arm64.msi
300-
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/PowerShell-7.6.0-preview.6-win-x64.msi
301-
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/PowerShell-7.6.0-preview.6-win-x86.msi
299+
[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/PowerShell-7.6.0-rc1-win-arm64.msi
300+
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/PowerShell-7.6.0-rc1-win-x64.msi
301+
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/PowerShell-7.6.0-rc1-win-x86.msi
302302
[21]: https://github.com/PowerShell/PowerShell/releases/latest
303303
[22]: https://www.microsoft.com/store/apps/9MZ1SNWT0N5D
304304
[23]: microsoft-update-faq.yml

reference/docs-conceptual/install/install-rhel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Red Hat Enterprise Linux (RHEL)
3-
ms.date: 02/04/2026
3+
ms.date: 02/20/2026
44
title: Installing PowerShell on Red Hat Enterprise Linux (RHEL)
55
---
66
# Installing PowerShell on Red Hat Enterprise Linux (RHEL)
@@ -72,7 +72,7 @@ The link to the current version is:
7272
- PowerShell 7.5.4 universal package for supported versions of RHEL
7373
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-1.rh.x86_64.rpm`
7474
- PowerShell 7.6-preview universal package for supported versions of RHEL
75-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-preview-7.6.0-preview.6-1.rh.x86_64.rpm`
75+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-preview-7.6.0-rc1-1.rh.x86_64.rpm`
7676

7777
The following shell script downloads and installs the current preview release of PowerShell. You can
7878
change the URL to download the version of PowerShell that you want to install.

reference/docs-conceptual/install/install-ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Information about installing PowerShell on Ubuntu
3-
ms.date: 02/04/2026
3+
ms.date: 02/20/2026
44
title: Installing PowerShell on Ubuntu
55
---
66
# Installing PowerShell on Ubuntu
@@ -88,7 +88,7 @@ The link to the current version is:
8888
- PowerShell 7.5 universal package for supported versions of Ubuntu
8989
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell_7.5.4-1.deb_amd64.deb`
9090
- PowerShell 7.6-preview universal package for supported versions of Ubuntu
91-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-preview.6/powershell-preview_7.6.0-preview.6-1.deb_amd64.deb`
91+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-preview_7.6.0-rc1-1.deb_amd64.deb`
9292

9393
The following shell script downloads and installs the current preview release of PowerShell. You can
9494
change the URL to download the version of PowerShell that you want to install.

reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-76.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
11
---
22
title: What's New in PowerShell 7.6
33
description: New features and changes released in PowerShell 7.6
4-
ms.date: 12/17/2025
4+
ms.date: 02/20/2026
55
---
66

77
# What's New in PowerShell 7.6
88

9-
PowerShell 7.6-preview.6 includes the following features, updates, and breaking changes. PowerShell
10-
7.6 is built on .NET 10.0.0 GA release.
11-
9+
PowerShell 7.6-rc1 includes the following features, updates, and breaking changes. PowerShell
10+
7.6 is built on .NET 10.0.
1211

1312
For a complete list of changes, see the [CHANGELOG][log] in the GitHub repository.
1413

1514
## Updated modules
1615

17-
PowerShell 7.6-preview.6 includes the following updated modules:
16+
PowerShell 7.6-rc1 includes the following updated modules:
1817

19-
- **Microsoft.PowerShell.PSResourceGet** v1.2.0-preview5
20-
- **PSReadLine** v2.4.4-beta4
18+
- **Microsoft.PowerShell.PSResourceGet** v1.2.0-rc3
19+
- **PSReadLine** v2.4.5
2120
- **Microsoft.PowerShell.ThreadJob** v2.2.0
22-
- **ThreadJob** v2.1.0
23-
24-
The **ThreadJob** was renamed to **Microsoft.PowerShell.ThreadJob** module. There is no difference
25-
in the functionality of the module. To ensure backward compatibility for scripts that use the old
26-
name, the **ThreadJob** v2.1.0 module is a proxy module that points to the
27-
**Microsoft.PowerShell.ThreadJob** v2.2.0.
2821

2922
## Breaking Changes
3023

24+
- The **Microsoft.PowerShell.ThreadJob** replaces the **ThreadJob** module. The `Start-ThreadJob`
25+
cmdlet hasn't changed, so there shouldn't be an impact unless you have scripts that use the module
26+
qualified name. If you are using the module qualified name, update the name to
27+
`Microsoft.PowerShell.ThreadJob\Start-ThreadJob`.
3128
- Fix `WildcardPattern.Escape` to escape lone backticks correctly ([#25211][25211]) (Thanks
3229
@ArmaanMcleod!)
3330
- Convert `-ChildPath` parameter to `string[]` for `Join-Path` cmdlet ([#24677][24677]) (Thanks

0 commit comments

Comments
 (0)