Skip to content

PSScriptTools_v2.37.0

Compare
Choose a tag to compare
@jdhitsolutions jdhitsolutions released this 23 Jun 13:04
· 149 commits to main since this release

PSScriptTools

v2.37.0

  • Updated Convertto-WPFGrid to better handle non-standard property names. (Issue #108).
  • Modified custom format files that use ANSI to test if host name matches 'console' or 'code' to support VSCode.
  • Modified Summary view in psparameterinfo.format.ps1xml to not use autosizing.
  • Added <AutoSize/> back to serviceansi.format.ps1xml so that ANSI output displays properly.
  • Modified Show-ANSI and Get-PSAnsiFileMap to use [char]27 instead of [char]0x1b for Windows PowerShell sessions.
  • Modified ANSI sequences in format files to use [char]27. (Issue #107).
  • Modified ANSI sequences in format files recognize a remote PSSession. (Issue #106).
  • Update Get-PSLocation to work in a PowerShell remoting session where there is no profile. (Issue #104).
  • Updated help
  • Updated README.md.