This file contains the most recent change history for the PSScriptTools module.
- Fixed help typo for
Get-PSUniquePR 133. Thank you @fiala-sns. - Updated
Get-WindowsVersionto inlcudeDisplayVersion, e.g.22H2. - Modified format file
windowsversion.format.ps1xmlto replaceReleaseIDwith theDisplayVersionvalue. - Revised
Get-WindowsVersionto usesysteminfoto 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.
- Updated
Show-ANSISequenceto fix a bug where foreground samples where included when specifying background. Issue #130 - Updated contributing guidelines.
- Updated
README.md.
- Fixed VSCode snippets to run in a PowerShell 7 integrated console. Issue #124
- Updated
Show-AnsiSequenceto fix a display bug that was dropping values. Issue #125 - Removed
ConvertTo-ASCIIArtas the online resource no longer appears to exist. Issue #127 - Updated missing online help links.
- Updated
Get-FoldersizeInfoto better handle null values. Issue #129 - Added new sample script
today.ps1. - Help updates.
- Updated
README.md.
- Updated module manifest to load required .NET assembly for
Convert-HTMLtoAnsi. Issue #124 - Updated
Show-AnsiSequenceto 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.
- Added function
Copy-CommandHistorywith an alias ofch. - Updated
Out-Copyto ignore ANSI unless specified. Issue #118 - Added an alias of
ocforOut-Copy. - Updated
New-PSFormatXMLto fix ReadOnly property error. Issue #121 - Updated
Get-ModuleCommandto include version information and to accept pipeline input. - Updated
modulecommand.format.ps1xmlwith a new table view calledversion. - Updated missing online help links.
- Updated
README.md.
If you need to see older change history, look at the Archive ChangeLog online.