File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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'
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)
You can’t perform that action at this time.
0 commit comments