Skip to content

Commit 810b98f

Browse files
author
James Brundage
committed
Updating Module Version [0.1.7] and CHANGELOG
1 parent a19bc75 commit 810b98f

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## obs-powershell 0.1.7:
2+
3+
* New Commands:
4+
* Show-OBS (Fixes #66)
5+
* Hide-OBS (Fixes #67)
6+
* Remove-OBS (Fixes #68)
7+
8+
* Adding -Force to Add-OBS*Source commands (Fixes #69)
9+
* Add-OBS*Source Commands: Supporting -SceneItemEnabled (Fixes #70)
10+
* Add-OBSMediaSource, adding -FitToScreen (Fixes #71)
11+
12+
---
13+
114
## obs-powershell 0.1.6:
215

316
* Adding OBS.SceneItem .Scale (Fixes #64)

obs-powershell.ps.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)