Skip to content

Releases: jdhitsolutions/PSScriptTools

PSScriptTools_v2.15.1

30 Jan 16:53
Compare
Choose a tag to compare

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 alias gsi 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 and Invoke-InputBox by using a new function Test-IsPSWindows
  • Updated Get-PSWho to better work cross-platform
  • Help updates
  • Updated README.md

PSScriptTools_v2.15.0

29 Jan 20:13
Compare
Choose a tag to compare

Change Log for PSScriptTools

v2.15.0

  • Added Get-FolderSizeInfo and its alias gsi 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 and Invoke-InputBox by using a new function Test-IsPSWindows
  • Updated Get-PSWho to better work cross-platform
  • Help updates
  • Updated README.md

PSScriptTools_v2.14.1

29 Jan 15:41
Compare
Choose a tag to compare

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 of git
  • Modified New-CustomFileName to support a new template element, %hour24 (Issue #57)
  • Added tv alias to Out-VerboseTee
  • Added ConvertTo-LexicalTimespan
  • Added ConvertFrom-LexicalTimespan
  • Updated manifest description
  • Updated help for Get-PowerShellEngine
  • Updated README.md

PSScriptTools_v2.14.0

27 Jan 21:05
Compare
Choose a tag to compare

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 of git
  • Modified New-CustomFileName to support a new template element, %hour24 (Issue #57)
  • Added tv alias to Out-VerboseTee
  • Added ConvertTo-LexicalTimespan
  • Added ConvertFrom-LexicalTimespan
  • Updated manifest description
  • Updated help for Get-PowerShellEngine
  • Updated README.md

PSScriptTools_v2.13.0

22 Jan 19:34
Compare
Choose a tag to compare

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 alias rht
  • 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

20 Aug 19:29
Compare
Choose a tag to compare

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 from Get-Help.

PSScriptTools_v2.11.0

19 Jul 15:12
Compare
Choose a tag to compare

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

16 Jul 14:25
Compare
Choose a tag to compare

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

20 Jun 20:30
Compare
Choose a tag to compare

Change Log for PSScriptTools

v2.9.0

  • Added ConvertFrom-Text and its alias cft (Issue #53)
  • Updated ConvertTo-UTC to include an option to format result as a sortable string. (Issue #52)
  • Added Get-WhoIs and whoisresult.format.ps1xml
  • help documentation clean up
  • Updated and reorganized README.md

PSScriptTools_v2.8.0

18 Jun 22:07
Compare
Choose a tag to compare

Change Log for PSScriptTools

v2.8.0

  • Added Get-FileItem with an alias of pswhere
  • Renamed timezonedata.format.ps1xml to all lower case.
  • Replaced using Out-Null to use [void] in Convertto-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