Skip to content

Commit ebe44d1

Browse files
StartAutomatingStartAutomating
authored andcommitted
Merge pull request #72 from StartAutomating/Show-OBS
obs-powershell 0.1.7
1 parent 379a946 commit ebe44d1

File tree

1 file changed

+99
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)