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.
-
7.3.0-preview.8 - 2022-09-20
NOTE: Known issue about
Console.ReadKey()
on Unix platforms that theKeyChar
is 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.8
on Unix platforms. For details, see the .NET issue dotnet/runtime#75795. The fix dotnet/runtime#75853 will be included in .NET7.0.0-rc.2
and we plan to include this in the next PowerShell7.3
release.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)PSObject
argument specially in method invocation logging (Handle PSObject argument specially in method invocation logging #18060)PSStrictModeAssignment
(Revert "Add-StrictMode
toInvoke-Command
to allow specifying strict mode when invoking command locally" #18040)PSAMSIMethodInvocationLogging
stable (Make experimental featurePSAMSIMethodInvocationLogging
stable #18041)PSAnsiRenderingFileInfo
stable (Make experimental featurePSAnsiRenderingFileInfo
stable #18042)PSCleanBlock
stable (Make experimental featurePSCleanBlock
stable #18043)PSNativeCommandArgumentPassing
stable (Make experimental featurePSNativeCommandArgumentPassing
stable #18044)PSExec
stable (Make experimental featurePSExec
stable #18045)PSRemotingSSHTransportErrorHandling
stable (Make experimental featurePSRemotingSSHTransportErrorHandling
stable #18046)ConfigurationFile
option 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.1
Security.types.ps1xml
gets signed in release build ([release/v7.3.0-rc.1] Make sureSecurity.types.ps1xml
gets signed in release build #17930)DotnetRuntimeMetadata.json
for .NET 7 RC1 build (UpdateDotnetRuntimeMetadata.json
for .NET 7 RC1 build (#18091) #18106)Write-Progress
in 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