Skip to content

Commit 2651fbd

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.1.9] and CHANGELOG
1 parent 8ed9ab6 commit 2651fbd

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

obs-powershell.psd1

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.1.8'
2+
ModuleVersion = '0.1.9'
33
RootModule = 'obs-powershell.psm1'
44
Description = 'Script your streams'
55
Guid = '1417123e-a932-439f-9b68-a7313cf1e170'
@@ -16,6 +16,23 @@
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.9:
20+
21+
* New Filters!
22+
* @exeldro makes some excellent obs plugins
23+
* obs-powershell now supports a couple of them:
24+
* Set-OBS3DFilter (#137) - Transform an object in 3D!
25+
* Set-OBSShaderFilter (#134) - Apply _any_ PixelShader!
26+
* New Effects!
27+
* LeftToRight (#125) / RightToLeft (#126)
28+
* TopToBottom (#127) / BottomToTop (#128)
29+
* ZoomIn (#129) / ZoomOut (#130)
30+
* Effect Fixes
31+
* Start-OBSEffect - Adding -LoopCount (#133)
32+
* FadeIn/FadeOut no longer conflict (#119) (thanks @I-Am-Jakoby)!
33+
34+
---
35+
1936
## obs-powershell 0.1.8:
2037
2138
* Added Sponsorship, Please support obs-powershell (#78)

0 commit comments

Comments
 (0)