Skip to content

Commit 04819a4

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #56 from StartAutomating/obs-powershell-updates
obs-powershell 0.1.4
1 parent 1b80dd9 commit 04819a4

File tree

1 file changed

+71
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)