Skip to content

Commit 744d4e3

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.1.8] and CHANGELOG
1 parent c5ade2b commit 744d4e3

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

obs-powershell.psd1

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
2-
ModuleVersion = '0.1.7'
2+
ModuleVersion = '0.1.8'
33
RootModule = 'obs-powershell.psm1'
4-
Description = 'Script OBS with PowerShell'
4+
Description = 'Script your streams'
55
Guid = '1417123e-a932-439f-9b68-a7313cf1e170'
66
Author = 'James Brundage'
77
CompanyName = 'Start-Automating'
@@ -16,6 +16,42 @@
1616
ProjectURI = 'https://github.com/StartAutomating/obs-powershell'
1717
LicenseURI = 'https://github.com/StartAutomating/obs-powershell/blob/main/LICENSE'
1818
ReleaseNotes = @'
19+
## obs-powershell 0.1.8:
20+
21+
* Added Sponsorship, Please support obs-powershell (#78)
22+
* Added OBS-PowerShell Effects (#109)
23+
* Effect Commands
24+
* Get-OBSEffect
25+
* Import-OBSEffect
26+
* Start-OBSEffect
27+
* Stop-OBSEffect
28+
* Remove-OBSEffect
29+
* ColorLoop (#113)
30+
* FadeIn (#112)
31+
* FadeOut (#114) (thanks @I-Am-Jakoby !)
32+
* Adding Commands for Filtering
33+
* Set/Add-OBSGainFilter (#94)
34+
* Set/Add-OBSColorFilter (#92)
35+
* Set/Add-OBSScrollFilter (#93)
36+
* Set/Add-OBSSharpnessFilter (#95)
37+
* Set/Add-OBSRenderDelayFilter (#96)
38+
* Set/Add-OBSEqualizerFilter (#97)
39+
* New Easy Sources
40+
* Set/Add-OBSAudioOutputSource (#110)
41+
* Set/Add-OBSWindowSource (#104)
42+
* Set/Add-OBSVLCSource (#102)
43+
* Scene Items Can Now Do A Lot More
44+
* Animate allows for multiple steps and is more careful (#75 and #73)
45+
* Move, Scale, Rotate are written using animate (#80, #81, #89)
46+
* Extending Inputs (#99)
47+
* Autogenerating help for extended types, thanks to a new version of [HelpOut](https://github.com/StartAutomating/HelpOut)
48+
* Improving Performance and Stability of Send/Receive/Watch-OBS (#77, #90, #86, #106, #107)
49+
50+
51+
* Also, new logo (#76)
52+
53+
---
54+
1955
## obs-powershell 0.1.7:
2056
2157
* New Commands:

0 commit comments

Comments
 (0)