Skip to content

Commit aa1c429

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #39 from StartAutomating/obs-powershell-improvements
obs-powershell 0.1.3
1 parent d3bca83 commit aa1c429

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)