Skip to content

Commit 8ed9ab6

Browse files
author
James Brundage
committed
Updating Module Version [0.1.9] and CHANGELOG
1 parent 6632a46 commit 8ed9ab6

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## obs-powershell 0.1.9:
2+
3+
* New Filters!
4+
* @exeldro makes some excellent obs plugins
5+
* obs-powershell now supports a couple of them:
6+
* Set-OBS3DFilter (#137) - Transform an object in 3D!
7+
* Set-OBSShaderFilter (#134) - Apply _any_ PixelShader!
8+
* New Effects!
9+
* LeftToRight (#125) / RightToLeft (#126)
10+
* TopToBottom (#127) / BottomToTop (#128)
11+
* ZoomIn (#129) / ZoomOut (#130)
12+
* Effect Fixes
13+
* Start-OBSEffect - Adding -LoopCount (#133)
14+
* FadeIn/FadeOut no longer conflict (#119) (thanks @I-Am-Jakoby)!
15+
16+
---
17+
118
## obs-powershell 0.1.8:
219

320
* Added Sponsorship, Please support obs-powershell (#78)

obs-powershell.ps.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)