From 8b88d09f28b56d3dbedb3a85922ee8f987bd49a3 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Tue, 9 Dec 2025 12:32:44 -0800 Subject: [PATCH 1/4] Changelog for release v7.6.0-preview.6 --- CHANGELOG/preview.md | 71 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index 3648f4cc121..13c999a37a5 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,5 +1,76 @@ # Preview Changelog +## [7.6.0-preview.6] - 2025-12-11 + +### Engine Updates and Fixes + +- Properly Expand Aliases to their actual ResolvedCommand (#26571) + +### General Cmdlet Updates and Fixes + +- Update `Microsoft.PowerShell.PSResourceGet` to `v1.2.0-preview5` (#26590) +- Make the experimental feature `PSFeedbackProvider` stable (#26502) +- Fix a regression in the API `CompletionCompleters.CompleteFilename()` that causes null reference exception (#26487) +- Add Delimiter parameter to `Get-Clipboard` (#26572) +- Close pipe client handles after creating the child ssh process (#26564) +- Make some experimental features stable (#26490) +- DSC v3 resource for Powershell Profile (#26447) + +### Tools + +- Add merge conflict marker detection to linux-ci workflow and refactor existing actions to use reusable get-changed-files action (#26530) +- Add reusable get-changed-files action and refactor existing actions (#26529) +- Refactor analyze job to reusable workflow and enable on Windows CI (#26494) + +### Tests + +- Fix merge conflict checker for empty file lists and filter *.cs files (#26556) +- Add markdown link verification for PRs (#26445) + +### Build and Packaging Improvements + +
+ + + +

We thank the following contributors!

+ +
+ + + +
+ +[7.6.0-preview.6]: https://github.com/PowerShell/PowerShell/compare/v7.6.0-preview.5...v7.6.0-preview.6 + ## [7.6.0-preview.5] - 2025-09-30 ### Engine Updates and Fixes From 732d767345325f1e01266360501520c1a576525c Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Tue, 9 Dec 2025 12:59:55 -0800 Subject: [PATCH 2/4] CR feedback --- CHANGELOG/preview.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index 13c999a37a5..ab279d1e8ae 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -31,12 +31,6 @@
- - -

We thank the following contributors!

- -
-
  • Fix template path for rebuild branch check in package.yml (#26560)
  • Update the macos package name for preview releases to match the previous pattern (#26576)
  • From 46e4b1101304c02571191da6a3b7e5fdb2180565 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Tue, 9 Dec 2025 14:24:28 -0800 Subject: [PATCH 3/4] CR feedback --- CHANGELOG/preview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index ab279d1e8ae..6dd57adf9eb 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -11,7 +11,7 @@ - Update `Microsoft.PowerShell.PSResourceGet` to `v1.2.0-preview5` (#26590) - Make the experimental feature `PSFeedbackProvider` stable (#26502) - Fix a regression in the API `CompletionCompleters.CompleteFilename()` that causes null reference exception (#26487) -- Add Delimiter parameter to `Get-Clipboard` (#26572) +- Add Delimiter parameter to `Get-Clipboard` (#26572) (Thanks @MartinGC94!) - Close pipe client handles after creating the child ssh process (#26564) - Make some experimental features stable (#26490) - DSC v3 resource for Powershell Profile (#26447) From a1c78491b8b09b35c64666d2ac1dfd411fbc940b Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Tue, 16 Dec 2025 14:54:59 -0800 Subject: [PATCH 4/4] Address copilot comments and add author attribution --- CHANGELOG/preview.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index 6dd57adf9eb..f1c5f566289 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -4,7 +4,7 @@ ### Engine Updates and Fixes -- Properly Expand Aliases to their actual ResolvedCommand (#26571) +- Properly Expand Aliases to their actual ResolvedCommand (#26571) (Thanks @kilasuit!) ### General Cmdlet Updates and Fixes @@ -14,7 +14,7 @@ - Add Delimiter parameter to `Get-Clipboard` (#26572) (Thanks @MartinGC94!) - Close pipe client handles after creating the child ssh process (#26564) - Make some experimental features stable (#26490) -- DSC v3 resource for Powershell Profile (#26447) +- DSC v3 resource for PowerShell Profile (#26447) ### Tools @@ -31,13 +31,19 @@
    + + +

    Expand to see details.

    + +
    +
    • Fix template path for rebuild branch check in package.yml (#26560)
    • Update the macos package name for preview releases to match the previous pattern (#26576)
    • Add rebuild branch support with conditional MSIX signing (#26573)
    • Update the WCF packages to the latest version that is compatible with v4.10.3 (#26503)
    • Improve ADO package build and validation across platforms (#26532)
    • -
    • Mirror .NET/runtime ICU version range in PowerShell (#26563)
    • +
    • Mirror .NET/runtime ICU version range in PowerShell (#26563) (Thanks @kasperk81!)
    • Update the macos package name for preview releases to match the previous pattern (#26562)
    • Fix condition syntax for StoreBroker package tasks in MSIX pipeline (#26561)
    • Move package validation to package pipeline (#26558)
    • @@ -52,7 +58,7 @@
    • Fix build to only enable ready-to-run for the Release configuration (#26481)
    • Integrate Windows packaging into windows-ci workflow using reusable workflow (#26468)
    • Update outdated package references (#26471)
    • -
    • Github Workflow cleanup (#26439)
    • +
    • GitHub Workflow cleanup (#26439)
    • Update PSResourceGet package version to preview4 (#26438)
    • Update PSReadLine to v2.4.5 (#26446)
    • Add network isolation policy parameter to vPack pipeline (#26444)