File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
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:
2945
3046---
3147
32- ## obs-powershell 0.1
48+ ## obs-powershell 0.1:
3349
3450Initial Release of obs-powershell
3551
You can’t perform that action at this time.
0 commit comments