File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 11@ {
2- ModuleVersion = ' 0.1.6 '
2+ ModuleVersion = ' 0.1.7 '
33 RootModule = ' obs-powershell.psm1'
44 Description = ' Script OBS with PowerShell'
55 Guid = ' 1417123e-a932-439f-9b68-a7313cf1e170'
66 Author = ' James Brundage'
77 CompanyName = ' Start-Automating'
8- Copyright = ' 2022 Start-Automating'
8+ Copyright = ' 2022-2023 Start-Automating'
99 FormatsToProcess = ' obs-powershell.format.ps1xml'
1010 TypesToProcess = ' obs-powershell.types.ps1xml'
1111 RequiredModules = ' ThreadJob'
1616 ProjectURI = ' https://github.com/StartAutomating/obs-powershell'
1717 LicenseURI = ' https://github.com/StartAutomating/obs-powershell/blob/main/LICENSE'
1818 ReleaseNotes = @'
19+ ## obs-powershell 0.1.7:
20+
21+ * New Commands:
22+ * Show-OBS (Fixes #66)
23+ * Hide-OBS (Fixes #67)
24+ * Remove-OBS (Fixes #68)
25+
26+ * Adding -Force to Add-OBS*Source commands (Fixes #69)
27+ * Add-OBS*Source Commands: Supporting -SceneItemEnabled (Fixes #70)
28+ * Add-OBSMediaSource, adding -FitToScreen (Fixes #71)
29+
30+ ---
31+
1932## obs-powershell 0.1.6:
2033
2134* Adding OBS.SceneItem .Scale (Fixes #64)
You can’t perform that action at this time.
0 commit comments