Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions CHANGELOG/7.4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# 7.4 Changelog

## [7.4.16]

### Engine Updates and Fixes

- Fix checks for local user config file paths (#27454)

### General Cmdlet Updates and Fixes

- Update PowerShell telemetry to respect the diagnostics and feedback setting on Windows (#27430)
- Fix Out-GridView by replacing use of obsolete BinaryFormatter with custom implementation (#27426)

### Build and Packaging Improvements

<details>

<summary>

<p>Update to .NET SDK 8.0.421</p>

</summary>

<ul>
<li>Update branch for release (#27475)</li>
<li>Add the <code>windowsTargetName</code> for .NET 8 (#27473)</li>
<li>Update the MSIXBundle-VPack pipeline to create VPack for both LTS and Stable channel packages (#27470)</li>
<li>Exclude .exe packages from publishing to GitHub (#27458)</li>
<li>Update <code>Microsoft.PowerShell.Native</code> to the latest GA version (#27448)</li>
<li>Externalize <code>findMissingNotices</code> target framework selection with ordered Windows fallback (#27427)</li>
<li>Correct Variable Template Reference in NonOfficial Pipeline Templates (#27428)</li>
<li>Fix *nix permissions and use certificate_logical_to_actual (#27452)</li>
<li>Remove package verification from the notice pipeline (#27429)</li>
<li>Add <code>appLicensing</code> capability to Appx manifest (#27449)</li>
<li>Add macOS binary code signing and package notarization (#27431)</li>
<li>Download PMC Packages through <code>TemplateContext</code> (#27330)</li>
<li>PMC release: Use slash instead of back-slash for Linux container (#27322)</li>
</ul>

</details>

[7.4.16]: https://github.com/PowerShell/PowerShell/compare/v7.4.15...v7.4.16

## [7.4.15]

### General Cmdlet Updates and Fixes
Expand Down
Loading