Releases: jdhitsolutions/PSScriptTools
Releases · jdhitsolutions/PSScriptTools
PSScriptTools_v2.7.0
v2.7.0
- Modified
ConvertTo-LocalTime
to allow for locations supporting Daylight Saving Time (Issue #44) - Fixed bug in
New-PSFormatXML
that wasn't using auto detected property names (Issue #45) - Added
Get-TZList
andGet-TZData
commands - Added format file
timeZoneData.format.ps1xml
- Modified
ConvertTo-WPFGrid
to allow the user to control which gridlines are displayed - Modified
New-CustomFilename
to improve parameter help. - Modified
New-CustomFilename
to add %seconds. - Modified
New-CustomFilename
so 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-WPFGrid
to set maximum size equal to total available working area (Issue #36) - Modified
Convertto-WPFGrid
to change cursor on refresh and display a refresh message in the title bar - Added InitializationScript option for
ConvertTo-WPFGrid
(Issue #42) - Added
ConvertTo-LocalTime
with 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-WPFGrid
read-only (Issue #38) - Modified datagrid in
ConvertTo-WPFGrid
to better handle resizing (Issue #36) - Modified statusbar in
ConvertTo-WPFGrid
to better handle resizing (Issue #37) - Modified form in
ConvertTo-WPFGrid
to 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-WPFGrid
that wasn't updating last update time. (Issue #30) - Modified
ConvertTo-WPFGrid
to allow user to load their profile scripts into the runspace. (Issue #29) - Modified auto sizing code in
ConvertTo-WPFGrid
- Modified
ConvertTo-WPFGrid
to automatically display scroll bars when necessary. - Modified
New-PSFormatXML
to display a warning on invalid property names. (Issue #33) - Added
Get-myTimeInfo
,ConvertTo-UTCTime
andConvertFrom-UTCTime
(Issue #31) - help updates
- Updated
README.md
PSScriptTools_v2.2.0
v2.2.0
- Code revisions in
ConvertTo-WPFGrid
(Issue #27) - Updated
Get-ParameterInfo
to reflect dynamic parameters (Issue #28) - Updated
Get-PSLocation
to better reflect locations and use a custom format file. - Updated
Get-WindowsVersion
with custom type for format file. Also better handling of non-Windows platforms. - Updated
Get-WindowsVersionString
to include the computername. - Updated
New-WPFMessageBox
to gracefully exit if running on PowerShell Core. - Updated
Test-ExpressionForm
to gracefully exit if running on PowerShell Core. - Updated
New-RandomFilename
to 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-ParameterInfo
command with an alias ofgpi
- Updated help for
Optimize-Text
- Help updates
- Updated
README.md
PSScriptTools_v2.0.0
v2.0.0
- Added
New-PSFormatXml
and its aliasnfx
- Raised minimum PowerShell version to 5.1
- Modified manifest to support both
Desktop
andCore
- Added
Remove-Runspace
- Modified
ConvertTo-WPFGrid
to autosize the display and support an automatic refresh - Modified
ConvertTo-WPFGrid
to use a runspace (Issue #22) - Updated
README.md
- Updated help documentation
- Raised version number to reflect a number of potentially breaking changes.
PSScriptTools_v1.8.1
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