Skip to content

Commit 2f8e8f1

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Module Version [0.1.4] and CHANGELOG
1 parent 7c4aa29 commit 2f8e8f1

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

obs-powershell.psd1

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.1.3'
2+
ModuleVersion = '0.1.4'
33
RootModule = 'obs-powershell.psm1'
44
Description = 'Script OBS with PowerShell'
55
Guid = '1417123e-a932-439f-9b68-a7313cf1e170'
@@ -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.4:
20+
21+
* Adding Add-OBSColorSource (Fixes #51)
22+
* Save-OBSSourceScreenShot:
23+
* Attaching .InputName, .SourceName, .ImageWidth, .ImageHeight to output (Fixes #50)
24+
* Now returns a file (Fixes #49)
25+
* -Path parameters now attempt to resolve to an absolute path (Fixes #48)
26+
* All scene items can now:
27+
* Blend() / get .BlendMode (Fixes #53)
28+
* FitToScreen() (Fixes #46)
29+
* Color Sources can now .SetColor (Fixes #55)
30+
31+
---
1932
2033
## obs-powershell 0.1.3:
2134

0 commit comments

Comments
 (0)