From 91122995311dc131b7f6265f1ab4b2c5f98e273a Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 15 Jul 2026 15:00:31 -0500 Subject: [PATCH 1/2] Update release note for 7.7.0-preview.3 release --- .../install/install-powershell-on-windows.md | 4 ++-- .../whats-new/What-s-New-in-PowerShell-77.md | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/reference/docs-conceptual/install/install-powershell-on-windows.md b/reference/docs-conceptual/install/install-powershell-on-windows.md index 6063d92c0ac..7fcde7f55c9 100644 --- a/reference/docs-conceptual/install/install-powershell-on-windows.md +++ b/reference/docs-conceptual/install/install-powershell-on-windows.md @@ -195,7 +195,7 @@ releases page and double-click the file to install it. - Next LTS - [PowerShell-7.6.4.msixbundle][19] - Latest stable - [PowerShell-7.5.9.msixbundle][14] - Current LTS - [PowerShell-7.4.18.msixbundle][13] -- Current preview - [PowerShell-7.7.0-preview.2.msixbundle][20] +- Current preview - [PowerShell-7.7.0-preview.3.msixbundle][20] Alternatively, you can use the following command to install the MSIX package from the command line: @@ -362,7 +362,7 @@ can't support those methods. [17]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.4/PowerShell-7.6.4-win-x64.msi [18]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.4/PowerShell-7.6.4-win-x64.zip [19]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.4/PowerShell-7.6.4.msixbundle -[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.7.0-preview.2/PowerShellPreview-7.7.0-preview.2.msixbundle +[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.7.0-preview.2/PowerShellPreview-7.7.0-preview.3.msixbundle [21]: https://github.com/PowerShell/PowerShell/releases/latest [22]: https://www.microsoft.com/store/apps/9MZ1SNWT0N5D [23]: media/install-powershell-on-windows/powershell-start-menu.png diff --git a/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-77.md b/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-77.md index 0203e565b17..a33d84037c5 100644 --- a/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-77.md +++ b/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-77.md @@ -1,13 +1,13 @@ --- title: What's New in PowerShell 7.7 description: New features and changes released in PowerShell 7.7 -ms.date: 06/12/2026 +ms.date: 07/15/2026 --- # What's New in PowerShell 7.7 -PowerShell 7.7-preview.2 includes the following features, updates, and breaking changes. PowerShell -7.7.0 is built on the .NET 11.0.100-preview.4 runtime. +PowerShell 7.7.0-preview.3 includes the following features, updates, and breaking changes. +PowerShell 7.7.0 is built on the .NET 11.0.100-preview.6 runtime. For a complete list of changes, see the [CHANGELOG][04] in the GitHub repository. @@ -36,6 +36,7 @@ PowerShell 7.7 includes the following updated modules: ## Cmdlet improvements +- Change `New-Guid` to generate UUID v7 by default ([#27033][27033]) (Thanks @SufficientDaikon!) - Handle empty-string and null-value results returned from custom argument completer more properly ([#27398][27398]) - Add missing resource strings for `Get-WinEvent` ([#27397][27397]) (Thanks @MartinGC94!) @@ -94,6 +95,8 @@ PowerShell 7.7 includes the following updated modules: ## Engine improvements +- Fix progress bar rendering with double-width unicode characters ([#26185][26185]) (Thanks + @yotsuda!) - Update PowerShell telemetry to respect the diagnostics and feedback setting on Windows ([#27328][27328]) - Fix up default value for parameters with the `in` modifier ([#26785][26785]) (Thanks @jborean93!) @@ -130,6 +133,7 @@ PowerShell 7.7 includes the following experimental features. [26141]: https://github.com/PowerShell/PowerShell/pull/26141 [26144]: https://github.com/PowerShell/PowerShell/pull/26144 [26157]: https://github.com/PowerShell/PowerShell/pull/26157 +[26185]: https://github.com/PowerShell/PowerShell/pull/26185 [26235]: https://github.com/PowerShell/PowerShell/pull/26235 [26252]: https://github.com/PowerShell/PowerShell/pull/26252 [26269]: https://github.com/PowerShell/PowerShell/pull/26269 @@ -157,7 +161,7 @@ PowerShell 7.7 includes the following experimental features. [26692]: https://github.com/PowerShell/PowerShell/pull/26692 [26719]: https://github.com/PowerShell/PowerShell/pull/26719 [26785]: https://github.com/PowerShell/PowerShell/pull/26785 -[26929]: https://github.com/PowerShell/PowerShell/pull/26929 +[27033]: https://github.com/PowerShell/PowerShell/pull/27033 [27095]: https://github.com/PowerShell/PowerShell/pull/27095 [27106]: https://github.com/PowerShell/PowerShell/pull/27106 [27109]: https://github.com/PowerShell/PowerShell/pull/27109 From 898f25eafb623a7cb658f61f75446b3066673df2 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 20 Jul 2026 18:18:59 -0500 Subject: [PATCH 2/2] Copilot fixes --- .../docs-conceptual/install/install-powershell-on-windows.md | 4 ++-- .../docs-conceptual/whats-new/What-s-New-in-PowerShell-77.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/docs-conceptual/install/install-powershell-on-windows.md b/reference/docs-conceptual/install/install-powershell-on-windows.md index 7fcde7f55c9..200c9ea560e 100644 --- a/reference/docs-conceptual/install/install-powershell-on-windows.md +++ b/reference/docs-conceptual/install/install-powershell-on-windows.md @@ -195,7 +195,7 @@ releases page and double-click the file to install it. - Next LTS - [PowerShell-7.6.4.msixbundle][19] - Latest stable - [PowerShell-7.5.9.msixbundle][14] - Current LTS - [PowerShell-7.4.18.msixbundle][13] -- Current preview - [PowerShell-7.7.0-preview.3.msixbundle][20] +- Current preview - [PowerShellPreview-7.7.0-preview.3.msixbundle ][20] Alternatively, you can use the following command to install the MSIX package from the command line: @@ -362,7 +362,7 @@ can't support those methods. [17]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.4/PowerShell-7.6.4-win-x64.msi [18]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.4/PowerShell-7.6.4-win-x64.zip [19]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.4/PowerShell-7.6.4.msixbundle -[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.7.0-preview.2/PowerShellPreview-7.7.0-preview.3.msixbundle +[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.7.0-preview.3/PowerShellPreview-7.7.0-preview.3.msixbundle [21]: https://github.com/PowerShell/PowerShell/releases/latest [22]: https://www.microsoft.com/store/apps/9MZ1SNWT0N5D [23]: media/install-powershell-on-windows/powershell-start-menu.png diff --git a/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-77.md b/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-77.md index a33d84037c5..033475eab29 100644 --- a/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-77.md +++ b/reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-77.md @@ -95,7 +95,7 @@ PowerShell 7.7 includes the following updated modules: ## Engine improvements -- Fix progress bar rendering with double-width unicode characters ([#26185][26185]) (Thanks +- Fix progress bar rendering with double-width Unicode characters ([#26185][26185]) (Thanks @yotsuda!) - Update PowerShell telemetry to respect the diagnostics and feedback setting on Windows ([#27328][27328]) @@ -161,6 +161,7 @@ PowerShell 7.7 includes the following experimental features. [26692]: https://github.com/PowerShell/PowerShell/pull/26692 [26719]: https://github.com/PowerShell/PowerShell/pull/26719 [26785]: https://github.com/PowerShell/PowerShell/pull/26785 +[26929]: https://github.com/PowerShell/PowerShell/pull/26929 [27033]: https://github.com/PowerShell/PowerShell/pull/27033 [27095]: https://github.com/PowerShell/PowerShell/pull/27095 [27106]: https://github.com/PowerShell/PowerShell/pull/27106