Skip to content

Commit 4ad8fc8

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.1.2] and CHANGELOG. Adding .Lock/.Unlock (Fixes #32)
1 parent ee037d1 commit 4ad8fc8

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

obs-powershell.psd1

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.1.1'
2+
ModuleVersion = '0.1.2'
33
RootModule = 'obs-powershell.psm1'
44
Description = 'Script OBS with PowerShell'
55
Guid = '1417123e-a932-439f-9b68-a7313cf1e170'
@@ -14,7 +14,23 @@
1414
ProjectURI = 'https://github.com/StartAutomating/obs-powershell'
1515
LicenseURI = 'https://github.com/StartAutomating/obs-powershell/blob/main/LICENSE'
1616
ReleaseNotes = @'
17-
## obs-powershell 0.1.1
17+
## obs-powershell 0.1.2:
18+
19+
* New Commands
20+
* Add-OBSBrowserSource (Fixes #24)
21+
* Add-OBSDisplaySource (Fixes #25)
22+
* Add-OBSMediaSource (Fixes #28)
23+
* Clear-OBSScene (Fixes #27)
24+
* New Methods
25+
* OBS.GetSceneListResponse: .Remove()/.Delete() (Fixes #26)
26+
* General Improvements
27+
* Standardizing Parameter Naming (Fixes #30)
28+
* Using GUIDs for RequestIDs (Fixes #29)
29+
* Updated logo (Fixes #23)
30+
31+
---
32+
33+
## obs-powershell 0.1.1:
1834
1935
* Connect-OBS now caches connections (Fixes #18)
2036
* Adding new core commands:
@@ -29,7 +45,7 @@
2945
3046
---
3147
32-
## obs-powershell 0.1
48+
## obs-powershell 0.1:
3349
3450
Initial Release of obs-powershell
3551

0 commit comments

Comments
 (0)