Skip to content

Commit a657745

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #65 from StartAutomating/obs-powershell-updates
obs-powershell 0.1.6
1 parent 44e10b2 commit a657745

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
---
2+
3+
title: obs powershell 0.1.6
4+
sourceURL: https://github.com/StartAutomating/obs-powershell/releases/tag/v0.1.6
5+
tag: release
6+
---
7+
## obs-powershell 0.1.6:
8+
9+
* Adding OBS.SceneItem .Scale (Fixes [#64](https://github.com/StartAutomating/obs-powershell/issues/64))
10+
* OBS.SceneItem .FitToScreen, adjusting .Scale (Fixes [#63](https://github.com/StartAutomating/obs-powershell/issues/63))
11+
* Add-OBSMediaSource: Fixing -InputSettings / -SceneItemEnabled (Fixes [#62](https://github.com/StartAutomating/obs-powershell/issues/62))
12+
13+
---
14+
15+
## obs-powershell 0.1.5:
16+
17+
* Adding OBS.SceneItem .Animate (Fixes [#59](https://github.com/StartAutomating/obs-powershell/issues/59))
18+
19+
20+
---
21+
22+
## obs-powershell 0.1.4:
23+
24+
* Adding Add-OBSColorSource (Fixes [#51](https://github.com/StartAutomating/obs-powershell/issues/51))
25+
* Save-OBSSourceScreenShot:
26+
* Attaching .InputName, .SourceName, .ImageWidth, .ImageHeight to output (Fixes [#50](https://github.com/StartAutomating/obs-powershell/issues/50))
27+
* Now returns a file (Fixes [#49](https://github.com/StartAutomating/obs-powershell/issues/49))
28+
* -Path parameters now attempt to resolve to an absolute path (Fixes [#48](https://github.com/StartAutomating/obs-powershell/issues/48))
29+
* All scene items can now:
30+
* Blend() / get .BlendMode (Fixes [#53](https://github.com/StartAutomating/obs-powershell/issues/53))
31+
* FitToScreen() (Fixes [#46](https://github.com/StartAutomating/obs-powershell/issues/46))
32+
* Crop() (Fixes [#57](https://github.com/StartAutomating/obs-powershell/issues/57))
33+
* Rotate() (Fixes [#35](https://github.com/StartAutomating/obs-powershell/issues/35))
34+
* Color Sources can now .SetColor (Fixes [#55](https://github.com/StartAutomating/obs-powershell/issues/55))
35+
36+
---
37+
38+
## obs-powershell 0.1.3:
39+
40+
* Requiring ThreadJob Module (Thanks @nyanhp!) (Fixes [#36](https://github.com/StartAutomating/obs-powershell/issues/36))
41+
* Fixing Add-OBSBrowserSource (Fixes [#34](https://github.com/StartAutomating/obs-powershell/issues/34))
42+
* Improving Batch Processing Capabilities (Fixes [#38](https://github.com/StartAutomating/obs-powershell/issues/38))
43+
* Requiring PowerShell Version 7
44+
45+
---
46+
47+
## obs-powershell 0.1.2:
48+
49+
* New Commands
50+
* Add-OBSBrowserSource (Fixes [#24](https://github.com/StartAutomating/obs-powershell/issues/24))
51+
* Add-OBSDisplaySource (Fixes [#25](https://github.com/StartAutomating/obs-powershell/issues/25))
52+
* Add-OBSMediaSource (Fixes [#28](https://github.com/StartAutomating/obs-powershell/issues/28))
53+
* Clear-OBSScene (Fixes [#27](https://github.com/StartAutomating/obs-powershell/issues/27))
54+
* New Methods
55+
* OBS.GetSceneListResponse:
56+
* .Remove()/.Delete() (Fixes [#26](https://github.com/StartAutomating/obs-powershell/issues/26))
57+
* .Lock()/.Unlock() (Fixes [#32](https://github.com/StartAutomating/obs-powershell/issues/32))
58+
* General Improvements
59+
* Standardizing Parameter Naming (Fixes [#30](https://github.com/StartAutomating/obs-powershell/issues/30))
60+
* Using GUIDs for RequestIDs (Fixes [#29](https://github.com/StartAutomating/obs-powershell/issues/29))
61+
* Updated logo (Fixes [#23](https://github.com/StartAutomating/obs-powershell/issues/23))
62+
63+
---
64+
65+
## obs-powershell 0.1.1:
66+
67+
* Connect-OBS now caches connections (Fixes [#18](https://github.com/StartAutomating/obs-powershell/issues/18))
68+
* Adding new core commands:
69+
* Watch-OBS (Fixes [#19](https://github.com/StartAutomating/obs-powershell/issues/19))
70+
* Receive-OBS (Fixes [#20](https://github.com/StartAutomating/obs-powershell/issues/20))
71+
* Send-OBS (Fixes [#21](https://github.com/StartAutomating/obs-powershell/issues/21))
72+
* All commands now support -PassThru (Fixes [#16](https://github.com/StartAutomating/obs-powershell/issues/16))
73+
* All commands now increment requests correctly (Fixes [#15](https://github.com/StartAutomating/obs-powershell/issues/15))
74+
* Improved formatting:
75+
* Get-OBSScene (Fixes [#14](https://github.com/StartAutomating/obs-powershell/issues/14))
76+
* Get-OBSSceneItem (Fixes [#17](https://github.com/StartAutomating/obs-powershell/issues/17))
77+
78+
---
79+
80+
## obs-powershell 0.1:
81+
82+
Initial Release of obs-powershell
83+
84+
* Connect-OBS/Disconnect-OBS let you connect and disconnect.
85+
* Commands exist for every request in the websocket.
86+
* OBS Events are broadcast to the the runspace.

0 commit comments

Comments
 (0)