Skip to content

Releases: jdhitsolutions/PSScriptTools

PSScriptTools_v1.8.0

04 Jan 00:18
Compare
Choose a tag to compare

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

30 Dec 21:20
Compare
Choose a tag to compare

Change Log for PSScriptTools

v1.7.0

  • Added New-WPFMessagebox function. (Issue #11)
  • Added alias nmb for New-WPFMessageBox
  • Added icon files for WPF Message box
  • Updated README.md

PSScriptTools_v1.6.0

21 Nov 15:26
Compare
Choose a tag to compare

v1.6.0

  • Added Optimize-Text and its alias ot
  • Added Show-Tree
  • Help and documentation updates

PSScriptTools_v1.5.1

22 Oct 17:49
Compare
Choose a tag to compare

Code cleanup for the module published to the PowerShell Gallery

PSScriptTools_v1.5.0

22 Oct 15:17
Compare
Choose a tag to compare
  • Added Select-First and its alias first
  • Added Select-Last and its alias last
  • Added Get-MyVariable and its alias gmv
  • Added New-PSDriveHere and its alias npsd
  • Updated README.md

PSScriptTools_v1.4.0

12 Oct 15:14
Compare
Choose a tag to compare

v1.4.0

  • Added hashtable tools
  • Updated README.md
  • minor code cleanup

PSScriptTools_v1.3.0

25 Sep 15:11
Compare
Choose a tag to compare
  • 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

14 Dec 17:54
Compare
Choose a tag to compare

corrected version number in module manifest and updated README.md

PSScriptTools-v1.0.0.zip

14 Dec 17:47
Compare
Choose a tag to compare

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

PSScriptTools-v0.4.0-beta

30 Nov 13:51
Compare
Choose a tag to compare
Pre-release

v0.4.0
added Copy-Command (Issue #2)
updated Copy-Command to open new file in the ISE or VSCode
Added Format functions (Issue #3)
updated help
added new sample files