-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTerminalVelocity.psd1
68 lines (57 loc) · 2.02 KB
/
TerminalVelocity.psd1
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
@{
ModuleVersion='0.3.1'
RootModule='TerminalVelocity.psm1'
GUID = '3d3087f6-7d8f-484a-aff5-4275c9f61f24'
Author = 'James Brundage'
Copyright = '2020-2022 Start-Automating'
Description = 'Fine tuning Windows Terminal'
PrivateData = @{
PSData = @{
Tags = 'WindowsTerminal','TerminalVelocity'
ProjectURI = 'https://github.com/StartAutomating/TerminalVelocity'
LicenseURI = 'https://github.com/StartAutomating/TerminalVelocity/blob/main/LICENSE'
ReleaseNotes = @'
## 0.3.1:
* Rebranded module to TerminalVelocity (Fixes #10)
* Added logo (Fixes #13) (thanks to [PSSVG](https://pssvg.start-automating.com))
* Add/New/Set-WTProfile: Keeping in sync with Schema (Fixing #8) (thanks to [PipeScript](https://github.com/StartAutomating/PipeScript) )
* Set-WTProfile:
* Added -Overwrite (Fixes #17)
* Caching profile in memory (Fixes #11)
* Show-WT:
* Support for -PixelShaders (Fixes #14)
* Made -Wait wait and added -Duration (Fixes #15)
* Restoring profiles after -Duration (Fixes #16)
* Autogenerating docs (Fixes #18) (thanks to [HelpOut](https://github.com/StartAutomating/HelpOut))
---
## 0.3
* New Commands:
* Clear-WTColorScheme
* Bugfixes
* Show-WT now honors -UseAcrylic
* Set-WTProfile -Current clarifies the current profile.
* Add-WTProfile will now add profiles to the end.
* Start-WT now handles -Split and multiple sequences effectively.
---
## 0.2
* New Commands:
* Backup/Restore-WTProfile
* Remove-WTColorScheme
* New Formatting:
* Color Schemes can now be previewed.
* Improved Commands:
* Show-WT:
* Can now show from a URI
* Can now show from within WSL instance
* Start-WT can now run -Elevated
* Reliability improvements:
* Set-WTProfile and Set-WTColorScheme now try up to three times
* Show-WT now only clears the last image in a sequence, for improved perf and experience
* Assetation:
* Included demo of color scheme preview
---
'@
}
}
FormatsToProcess = 'TerminalVelocity.format.ps1xml'
}