Skip to content

Commit c936b21

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #33 from StartAutomating/obs-powershell-sources
obs-powershell 0.1.2
1 parent b0560e1 commit c936b21

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
3+
title: obs powershell 0.1.2
4+
sourceURL: https://github.com/StartAutomating/obs-powershell/releases/tag/v0.1.2
5+
tag: release
6+
---
7+
## obs-powershell 0.1.2:
8+
9+
* New Commands
10+
* Add-OBSBrowserSource (Fixes [#24](https://github.com/StartAutomating/obs-powershell/issues/24))
11+
* Add-OBSDisplaySource (Fixes [#25](https://github.com/StartAutomating/obs-powershell/issues/25))
12+
* Add-OBSMediaSource (Fixes [#28](https://github.com/StartAutomating/obs-powershell/issues/28))
13+
* Clear-OBSScene (Fixes [#27](https://github.com/StartAutomating/obs-powershell/issues/27))
14+
* New Methods
15+
* OBS.GetSceneListResponse:
16+
* .Remove()/.Delete() (Fixes [#26](https://github.com/StartAutomating/obs-powershell/issues/26))
17+
* .Lock()/.Unlock() (Fixes [#32](https://github.com/StartAutomating/obs-powershell/issues/32))
18+
* General Improvements
19+
* Standardizing Parameter Naming (Fixes [#30](https://github.com/StartAutomating/obs-powershell/issues/30))
20+
* Using GUIDs for RequestIDs (Fixes [#29](https://github.com/StartAutomating/obs-powershell/issues/29))
21+
* Updated logo (Fixes [#23](https://github.com/StartAutomating/obs-powershell/issues/23))
22+
23+
---
24+
25+
## obs-powershell 0.1.1:
26+
27+
* Connect-OBS now caches connections (Fixes [#18](https://github.com/StartAutomating/obs-powershell/issues/18))
28+
* Adding new core commands:
29+
* Watch-OBS (Fixes [#19](https://github.com/StartAutomating/obs-powershell/issues/19))
30+
* Receive-OBS (Fixes [#20](https://github.com/StartAutomating/obs-powershell/issues/20))
31+
* Send-OBS (Fixes [#21](https://github.com/StartAutomating/obs-powershell/issues/21))
32+
* All commands now support -PassThru (Fixes [#16](https://github.com/StartAutomating/obs-powershell/issues/16))
33+
* All commands now increment requests correctly (Fixes [#15](https://github.com/StartAutomating/obs-powershell/issues/15))
34+
* Improved formatting:
35+
* Get-OBSScene (Fixes [#14](https://github.com/StartAutomating/obs-powershell/issues/14))
36+
* Get-OBSSceneItem (Fixes [#17](https://github.com/StartAutomating/obs-powershell/issues/17))
37+
38+
---
39+
40+
## obs-powershell 0.1:
41+
42+
Initial Release of obs-powershell
43+
44+
* Connect-OBS/Disconnect-OBS let you connect and disconnect.
45+
* Commands exist for every request in the websocket.
46+
* OBS Events are broadcast to the the runspace.

0 commit comments

Comments
 (0)