forked from jdhitsolutions/PSScriptTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.txt
More file actions
44 lines (37 loc) · 1.04 KB
/
changelog.txt
File metadata and controls
44 lines (37 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#Changelog for PSScriptTools
v1.0.1
fixed version number mistake
updated README.md
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
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
v0.3.0
Added help documentation
updated README
Added samples
Reverted Get-PSWho to not trim when using -AsString
Added code to New-CustomFileName to preserve case for non-placeholders
Modified Out-VerboseTee to turn on VerboseTee
v0.2.0
modified verbose output to use Write-Detail
expanded aliases to full cmdlet names
modified Get-PSWho to trim when using -AsString
Added Out-ConditionalColor
Added Get-RandomFileName
Added New-CustomFileName
v0.1.0
initial module