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