Releases: jdhitsolutions/PSScriptTools
Releases · jdhitsolutions/PSScriptTools
PSScriptTools_v2.8.0
Change Log for PSScriptTools
v2.8.0
- Added
Get-FileItemwith an alias ofpswhere - Renamed
timezonedata.format.ps1xmlto all lower case. - Replaced using
Out-Nullto 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
PSScriptTools_v2.7.0
v2.7.0
- Modified
ConvertTo-LocalTimeto allow for locations supporting Daylight Saving Time (Issue #44) - Fixed bug in
New-PSFormatXMLthat wasn't using auto detected property names (Issue #45) - Added
Get-TZListandGet-TZDatacommands - Added format file
timeZoneData.format.ps1xml - Modified
ConvertTo-WPFGridto allow the user to control which gridlines are displayed - Modified
New-CustomFilenameto improve parameter help. - Modified
New-CustomFilenameto add %seconds. - Modified
New-CustomFilenameso that %month, %day and %minute will use a leading zero if necessary - Added new help examples for
New-CustomFilename - Help updates
- File re-organization
- Updated
README.md
PSScriptTools_v2.6.0
v2.6.0
- Modified
Convertto-WPFGridto set maximum size equal to total available working area (Issue #36) - Modified
Convertto-WPFGridto change cursor on refresh and display a refresh message in the title bar - Added InitializationScript option for
ConvertTo-WPFGrid(Issue #42) - Added
ConvertTo-LocalTimewith an alias ofclt - Help updates
PSScriptTools_v2.5.0
v2.5.0
- fixed bug which was hiding the horizontal scroll bar in
ConvertTo-WPFGrid(Issue #40) - fixed bug which prevented status bar from updating when manually refreshing in
ConvertTo-WPFGrid(Issue #34) - Changed time display in `ConvertTo-WPFGrid as a timespan instead of raw seconds (Issue #41)
- Markdown help cleanup
- Added
Set-ConsoleTitle - Added
Set-ConsoleColor - Updated
README.md
PSScriptTools_v2.4.0
v2.4.0
- Made datagrid in
ConvertTo-WPFGridread-only (Issue #38) - Modified datagrid in
ConvertTo-WPFGridto better handle resizing (Issue #36) - Modified statusbar in
ConvertTo-WPFGridto better handle resizing (Issue #37) - Modified form in
ConvertTo-WPFGridto better fit in the screen and not exceed the screen area (Issue #39) - Added parameter to allow usage of local variables in
ConvertTo-WPFGrid(Issue #35) - Help updates
- Reorganized
README.md
PSScriptTools_v2.3.0
v2.3.0
- Fixed bug in
ConvertTo-WPFGridthat wasn't updating last update time. (Issue #30) - Modified
ConvertTo-WPFGridto allow user to load their profile scripts into the runspace. (Issue #29) - Modified auto sizing code in
ConvertTo-WPFGrid - Modified
ConvertTo-WPFGridto automatically display scroll bars when necessary. - Modified
New-PSFormatXMLto display a warning on invalid property names. (Issue #33) - Added
Get-myTimeInfo,ConvertTo-UTCTimeandConvertFrom-UTCTime(Issue #31) - help updates
- Updated
README.md
PSScriptTools_v2.2.0
v2.2.0
- Code revisions in
ConvertTo-WPFGrid(Issue #27) - Updated
Get-ParameterInfoto reflect dynamic parameters (Issue #28) - Updated
Get-PSLocationto better reflect locations and use a custom format file. - Updated
Get-WindowsVersionwith custom type for format file. Also better handling of non-Windows platforms. - Updated
Get-WindowsVersionStringto include the computername. - Updated
New-WPFMessageBoxto gracefully exit if running on PowerShell Core. - Updated
Test-ExpressionFormto gracefully exit if running on PowerShell Core. - Updated
New-RandomFilenameto better reflect locations using[environment] - Modified manifest to be more aware of PSEdition and only load compatible commands.
- Help updates
- Updated
README.md
PSScriptTools_v2.1.0
v2.1.0
- Added parameter to allow user to specify a type name with
New-PSFormatXML(Issue #26) - Added
Get-ParameterInfocommand with an alias ofgpi - Updated help for
Optimize-Text - Help updates
- Updated
README.md
PSScriptTools_v2.0.0
v2.0.0
- Added
New-PSFormatXmland its aliasnfx - Raised minimum PowerShell version to 5.1
- Modified manifest to support both
DesktopandCore - Added
Remove-Runspace - Modified
ConvertTo-WPFGridto autosize the display and support an automatic refresh - Modified
ConvertTo-WPFGridto use a runspace (Issue #22) - Updated
README.md - Updated help documentation
- Raised version number to reflect a number of potentially breaking changes.