Skip to content

Commit 183555b

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.1.7] and CHANGELOG
1 parent 810b98f commit 183555b

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

obs-powershell.psd1

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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'
@@ -16,6 +16,19 @@
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)

0 commit comments

Comments
 (0)