Releases: jdhitsolutions/PSScriptTools
Releases · jdhitsolutions/PSScriptTools
PSScriptTools_v1.8.0
Change Log for PSScriptTools
v1.8.0
- fixed typo in
Write-Detail
(Thanks @AndrewPla) - Added
Compare-Module
function (Issue #19) - Added
Get-WindowsVersion
function (Issue #20) - Added
Get-WindowsVersionString
function - Updated
README.md
- Updated module manifest
- reorganized module
- Updated Pester test for
Test-Expression
- Updated external help file
PSScriptTools_v1.7.0
Change Log for PSScriptTools
v1.7.0
- Added
New-WPFMessagebox
function. (Issue #11) - Added alias
nmb
forNew-WPFMessageBox
- Added icon files for WPF Message box
- Updated
README.md
PSScriptTools_v1.6.0
v1.6.0
- Added
Optimize-Text
and its aliasot
- Added
Show-Tree
- Help and documentation updates
PSScriptTools_v1.5.1
Code cleanup for the module published to the PowerShell Gallery
PSScriptTools_v1.5.0
- Added
Select-First
and its aliasfirst
- Added
Select-Last
and its aliaslast
- Added
Get-MyVariable
and its aliasgmv
- Added
New-PSDriveHere
and its aliasnpsd
- Updated
README.md
PSScriptTools_v1.4.0
v1.4.0
- Added hashtable tools
- Updated
README.md
- minor code cleanup
PSScriptTools_v1.3.0
- Fixed documentation errors for
Out-ConditionalColor
(Issue #13) - Added alias definitions to functions
- Added my
Test-Expression
commands (Issue #14) - Added my
Find-CimClass
function (Issue #16) - Added my
ConvertTo-Markdown
function (Issue #17) - Added
ConvertTo-WPFGrid
(Issue #15) - help cleanup and updates
- Code cleanup and formatting
PSScriptTools-v1.0.1.zip
corrected version number in module manifest and updated README.md
PSScriptTools-v1.0.0.zip
v1.0.0
initial release to the PowerShell Gallery
v0.5.0
Added Get-PSLocation function (Issue #4)
Added Get-PowerShellEngine function (Issue #5)
Added Out-More and alias om (Issue #10)
added icon to manifest
added Invoke-InputBox and alias ibx
added code to insert ToDo comments for the ISE and VSCode (Issue #7)
Updated README
updated documentation