Releases: jdhitsolutions/PSScriptTools
Releases · jdhitsolutions/PSScriptTools
PSScriptTools_v2.15.1
Change Log for PSScriptTools
v2.15.1
- Fixed bug in
Get-FolderSizeInfo
that was returning incorrect data (Issue #60) - Updated newer help with online links
- Updated
README.md
v2.15.0
- Added
Get-FolderSizeInfo
and its aliasgsi
along with a corresponding format.ps1xml file. - Fixed IsWindows bug in
New-WPFMessageBox
(Issue #59) - Fixed IsWindows bug in
Convertto-WPFGrid
,Find-CimClass
,Test-ExpressionForm
,Get-WindowsVersion
,Get-WindowsVersionString
andInvoke-InputBox
by using a new functionTest-IsPSWindows
- Updated
Get-PSWho
to better work cross-platform - Help updates
- Updated
README.md
PSScriptTools_v2.15.0
Change Log for PSScriptTools
v2.15.0
- Added
Get-FolderSizeInfo
and its aliasgsi
along with a corresponding format.ps1xml file. - Fixed IsWindows bug in
New-WPFMessageBox
(Issue #59) - Fixed IsWindows bug in
Convertto-WPFGrid
,Find-CimClass
,Test-ExpressionForm
,Get-WindowsVersion
,Get-WindowsVersionString
andInvoke-InputBox
by using a new functionTest-IsPSWindows
- Updated
Get-PSWho
to better work cross-platform - Help updates
- Updated
README.md
PSScriptTools_v2.14.1
Change Log for PSScriptTools
v2.14.1
- Fixed bug in
Save-GitSetup
that relies on$IsWindows
(Issue #58). Now this command should work on Windows PowerShell 5.1 as well. - Updated help for
Save-GitSetup
- Updated help files with missing online links
v2.14.0
- Updated
New-PSFormatXML
to support Wide table formats (Issue #55) - Updated
Test-ExpressionForm
to better handle non-Windows platforms - Added
Save-GitSetup
to download the latest x64 version ofgit
- Modified
New-CustomFileName
to support a new template element,%hour24
(Issue #57) - Added
tv
alias toOut-VerboseTee
- Added
ConvertTo-LexicalTimespan
- Added
ConvertFrom-LexicalTimespan
- Updated manifest description
- Updated help for
Get-PowerShellEngine
- Updated
README.md
PSScriptTools_v2.14.0
Change Log for PSScriptTools
v2.14.0
- Updated
New-PSFormatXML
to support Wide table formats (Issue #55) - Updated
Test-ExpressionForm
to better handle non-Windows platforms - Added
Save-GitSetup
to download the latest x64 version ofgit
- Modified
New-CustomFileName
to support a new template element,%hour24
(Issue #57) - Added
tv
alias toOut-VerboseTee
- Added
ConvertTo-LexicalTimespan
- Added
ConvertFrom-LexicalTimespan
- Updated manifest description
- Updated help for
Get-PowerShellEngine
- Updated
README.md
PSScriptTools_v2.13.0
Change Log for PSScriptTools
v2.13.0
- Added
New-RunspaceCleanupJob
command to be used with WPF commands running in a new runspace - Modified
ConvertTo-WPFGrid
to clean up runspace when closed. (Issue #25) - Modified
ConvertTo-WPFGrid
to attempt to run on all platforms and gracefully fail where it won't work. (Issue #56) - Added 'Convert-EventLogRecord' function and its alias
clr
- Added
Rename-Hashtable
function and its aliasrht
- Updated
Convertto-Markdown
to include options to format as a table - Updated module manifest to export
ConvertTo-WPFGrid
to all hosts. Code in the command will determine compatibility. - Updated
Find-FileItem
to work better cross-platform - Updated
New-WPFMessagebox
to work on PowerShell 7 on Windows platforms. - Help Updates
- Modified module and manifest to export all functions regardless of edition. Any OS limitations will be handled on a per command basis.
- Updated
README.md
PSScriptTools_v2.12.0
Change Log for PSScriptTools
v2.12.0
- Help updates
- Replaced GitHub online help links with bit.ly short links
- Minor updates to
README.md
- Updated
Out-More
to work better with output fromGet-Help
.
PSScriptTools_v2.11.0
v2.11.0
- Added a grouping feature to
New-PSFormatXML
(Issue #54) - Modified
New-PSFormatXML
to open the XML file if the command is run in VS Code as part of-Passthru
- Help updates
PSScriptTools_v2.10.0
Change Log for PSScriptTools
2.10.0
- Added
Test-WithCulture
- Fixed typo in
Copy-Command
help - Created yaml formatted help files
- Updated
README.md
- Updated help documentation with online links
- Updated
PSScriptTools.md
PSScriptTools_v2.9.0
PSScriptTools_v2.8.0
Change Log for PSScriptTools
v2.8.0
- Added
Get-FileItem
with an alias ofpswhere
- Renamed
timezonedata.format.ps1xml
to all lower case. - Replaced using
Out-Null
to use[void]
inConvertto-WPFGrid
,
New-PSFormatXML
,Copy-Command
,New-WPFMessageBox
,Write-Detail
,
Test-Expression
,Invoke-Inputbox
(Issue #47) - Revised warning message in
New-PSFormatXML
(Issue #50) - Fixed icon path error in
New-WPFMessageBox