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 47139a8 commit 83f4bafCopy full SHA for 83f4baf
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## obs-powershell 0.1.5:
2
+
3
+* Adding OBS.SceneItem .Animate (Fixes #59)
4
5
+---
6
7
## obs-powershell 0.1.4:
8
9
* Adding Add-OBSColorSource (Fixes #51)
obs-powershell.ps.psd1
@@ -1,5 +1,5 @@
@{
- ModuleVersion = '0.1.4'
+ ModuleVersion = '0.1.5'
RootModule = 'obs-powershell.psm1'
Description = 'Script OBS with PowerShell'
Guid = '1417123e-a932-439f-9b68-a7313cf1e170'
@@ -16,6 +16,12 @@
16
ProjectURI = 'https://github.com/StartAutomating/obs-powershell'
17
LicenseURI = 'https://github.com/StartAutomating/obs-powershell/blob/main/LICENSE'
18
ReleaseNotes = @'
19
20
21
22
23
24
25
26
27
0 commit comments