Skip to content

Commit 7883814

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #22 from StartAutomating/obs-powershell-updates
obs-powershell 0.1.1
1 parent 06e5253 commit 7883814

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
3+
title: obs powershell 0.1.1
4+
sourceURL: https://github.com/StartAutomating/obs-powershell/releases/tag/v0.1.1
5+
tag: release
6+
---
7+
## obs-powershell 0.1.1
8+
9+
* Connect-OBS now caches connections (Fixes [#18](https://github.com/StartAutomating/obs-powershell/issues/18))
10+
* Adding new core commands:
11+
* Watch-OBS (Fixes [#19](https://github.com/StartAutomating/obs-powershell/issues/19))
12+
* Receive-OBS (Fixes [#20](https://github.com/StartAutomating/obs-powershell/issues/20))
13+
* Send-OBS (Fixes [#21](https://github.com/StartAutomating/obs-powershell/issues/21))
14+
* All commands now support -PassThru (Fixes [#16](https://github.com/StartAutomating/obs-powershell/issues/16))
15+
* All commands now increment requests correctly (Fixes [#15](https://github.com/StartAutomating/obs-powershell/issues/15))
16+
* Improved formatting:
17+
* Get-OBSScene (Fixes [#14](https://github.com/StartAutomating/obs-powershell/issues/14))
18+
* Get-OBSSceneItem (Fixes [#17](https://github.com/StartAutomating/obs-powershell/issues/17))
19+
20+
---
21+
22+
## obs-powershell 0.1
23+
24+
Initial Release of obs-powershell
25+
26+
* Connect-OBS/Disconnect-OBS let you connect and disconnect.
27+
* Commands exist for every request in the websocket.
28+
* OBS Events are broadcast to the the runspace.

0 commit comments

Comments
 (0)