PowerShell 7.2.0 Preview 4 has been released


This time the PowerShell 7.1.3 and 7.0.6 were left on the stand and the preview was updated. The new version is PowerShell 7.2.0 Preview 4 and brings some corrections.

First of all: There is a problem with the progress display under Windows 7 and 8.1. But here are the changes in the overview.

  • Fix Get-Date -UFormat% G and% g behavior
  • Update engine script signature validation to match Get-AuthenticodeSignature logic
  • Avoid array allocations from GetDirectories and GetFiles
  • Add UseOSCIndicator setting to enable progress indicator in terminal
  • Re-enable VT mode on Windows after running the command in ConsoleHost
  • Fix Move-Item for FileSystemProvider to use copy-delete instead of move for DFS paths
  • Fix PromptForCredential () to add targetName as domain
  • Update Concise Error View to not show line information for errors from script module functions
  • Remove the 32,767 character limit on the environment block for Start-Process
  • Don't write possible secrets to verbose stream for web cmdlets
  • Update dependabot configuration to V2 format
  • Add tooling issue slots in PR template
  • Move misplaced test file to tests directory
  • Refactor MSI CI
  • You can find the other changes under Build and Packaging Improvements

Info and download:

github.com/PowerShell/releases

github.com/PowerShell

Post a Comment

0 Comments