v7.3.0-preview.8 Release of PowerShell #18135
Replies: 3 comments
-
|
how long until this lands on homebrew?Β π |
Beta Was this translation helpful? Give feedback.
-
|
PowerShell/Homebrew-Tap#960 has been merged, so it should be available on Homebrew-Tap already. See https://github.com/PowerShell/Homebrew-Tap#homebrew-tap-for-powershell-products for the installation instructions. |
Beta Was this translation helpful? Give feedback.
-
|
There is again an issue with git tag. I did not get latest one automatically. After manual sync it doesn't work still - Start-PSBuild continue build Preview.3 (coming from git describe). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
7.3.0-preview.8 - 2022-09-20
NOTE: Known issue about
Console.ReadKey()on Unix platforms that theKeyCharis not preserved for Ctrl+Letter inputs. This causes all key bindings in the form of Ctrl+Letter to not work in PowerShellv7.3.0-preview.8on Unix platforms. For details, see the .NET issue dotnet/runtime#75795. The fix dotnet/runtime#75853 will be included in .NET7.0.0-rc.2and we plan to include this in the next PowerShell7.3release.General Cmdlet Updates and Fixes
Add-Type -PassThru(Filter out compiler generated types forAdd-Type -PassThruΒ #18095)$PSStyle.Formatting(Fix error formatting to use color defined in$PSStyle.FormattingΒ #17987)PSObjectargument specially in method invocation logging (Handle PSObject argument specially in method invocation loggingΒ #18060)PSStrictModeAssignment(Revert "Add-StrictModetoInvoke-Commandto allow specifying strict mode when invoking command locally"Β #18040)PSAMSIMethodInvocationLoggingstable (Make experimental featurePSAMSIMethodInvocationLoggingstableΒ #18041)PSAnsiRenderingFileInfostable (Make experimental featurePSAnsiRenderingFileInfostableΒ #18042)PSCleanBlockstable (Make experimental featurePSCleanBlockstableΒ #18043)PSNativeCommandArgumentPassingstable (Make experimental featurePSNativeCommandArgumentPassingstableΒ #18044)PSExecstable (Make experimental featurePSExecstableΒ #18045)PSRemotingSSHTransportErrorHandlingstable (Make experimental featurePSRemotingSSHTransportErrorHandlingstableΒ #18046)ConfigurationFileoption to the PowerShell help content (Add ConfigurationFile option to syntax frontmatterΒ #18093)Build and Packaging Improvements
Bump .NET SDK to version
7.0.100-rc.1Details
Security.types.ps1xmlgets signed in release build ([release/v7.3.0-rc.1] Make sureSecurity.types.ps1xmlgets signed in release buildΒ #17930)DotnetRuntimeMetadata.jsonfor .NET 7 RC1 build (UpdateDotnetRuntimeMetadata.jsonfor .NET 7 RC1 build (#18091)Β #18106)Write-Progressin test ([release/v7.3.0-rc.1] Stop ongoing progress-bar in Write-Progress testΒ #17922)SHA256 Hashes of the release artifacts
This discussion was created from the release v7.3.0-preview.8 Release of PowerShell.
Beta Was this translation helpful? Give feedback.
All reactions