Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.8 KB

File metadata and controls

53 lines (40 loc) · 2.8 KB

Change Log for PSScriptTools

This file contains the most recent change history for the PSScriptTools module.

v2.45.0

  • Fixed help typo for Get-PSUnique PR 133. Thank you @fiala-sns.
  • Updated Get-WindowsVersion to inlcude DisplayVersion, e.g. 22H2.
  • Modified format file windowsversion.format.ps1xml to replace ReleaseID with the DisplayVersion value.
  • Revised Get-WindowsVersion to use systeminfo to retrieve the operating system name and if that fails, fall back to using the registry entry. The registry entry for Windows 11 typically still shows Windows 10.
  • Help updates.
  • Updated README.md.

v2.44.0

  • Updated Show-ANSISequence to fix a bug where foreground samples where included when specifying background. Issue #130
  • Updated contributing guidelines.
  • Updated README.md.

v2.43.0

  • Fixed VSCode snippets to run in a PowerShell 7 integrated console. Issue #124
  • Updated Show-AnsiSequence to fix a display bug that was dropping values. Issue #125
  • Removed ConvertTo-ASCIIArt as the online resource no longer appears to exist. Issue #127
  • Updated missing online help links.
  • Updated Get-FoldersizeInfo to better handle null values. Issue #129
  • Added new sample script today.ps1.
  • Help updates.
  • Updated README.md.

v2.42.0

  • Updated module manifest to load required .NET assembly for Convert-HTMLtoAnsi. Issue #124
  • Updated Show-AnsiSequence to fix a display bug that was dropping values. Issue #125
  • Updated missing online help links.
  • Added new sample script today.ps1.
  • Help updates.
  • Updated README.md.

v2.41.0

  • Added function Copy-CommandHistory with an alias of ch.
  • Updated Out-Copy to ignore ANSI unless specified. Issue #118
  • Added an alias of oc for Out-Copy.
  • Updated New-PSFormatXML to fix ReadOnly property error. Issue #121
  • Updated Get-ModuleCommand to include version information and to accept pipeline input.
  • Updated modulecommand.format.ps1xml with a new table view called version.
  • Updated missing online help links.
  • Updated README.md.

Archive

If you need to see older change history, look at the Archive ChangeLog online.