We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8275e94 commit 9c968c6Copy full SHA for 9c968c6
obs-powershell.psd1
@@ -1,5 +1,5 @@
1
@{
2
- ModuleVersion = '0.1.5'
+ ModuleVersion = '0.1.6'
3
RootModule = 'obs-powershell.psm1'
4
Description = 'Script OBS with PowerShell'
5
Guid = '1417123e-a932-439f-9b68-a7313cf1e170'
@@ -16,6 +16,14 @@
16
ProjectURI = 'https://github.com/StartAutomating/obs-powershell'
17
LicenseURI = 'https://github.com/StartAutomating/obs-powershell/blob/main/LICENSE'
18
ReleaseNotes = @'
19
+## obs-powershell 0.1.6:
20
+
21
+* Adding OBS.SceneItem .Scale (Fixes #64)
22
+* OBS.SceneItem .FitToScreen, adjusting .Scale (Fixes #63)
23
+* Add-OBSMediaSource: Fixing -InputSettings / -SceneItemEnabled (Fixes #62)
24
25
+---
26
27
## obs-powershell 0.1.5:
28
29
* Adding OBS.SceneItem .Animate (Fixes #59)
0 commit comments