Releases: StartAutomating/obs-powershell
obs-powershell 0.2.0.1
Like It? Star It
Love It? Support It
obs-powershell 0.2.0.1:
- Fixing
Watch-OBS
(Fixes #216) - Adding
CONTRIBUTING.md
(Fixes #204) - Adding
CODE_OF_CONDUCT.md
(Fixes #205)
obs-powershell 0.2:
- So Many Shaders!
- @exeldro makes some excellent obs plugins
- Every PixelShader from obs-shaderfilter has an auto-generated function:
- As of this build, there are 142 Shader functions!
- Flip Shader ( #200 )
- Zoom XY Shader ( #199 )
- RGBA Percent Shader ( #198 )
- Reflect Shader ( #197 )
- Shader Commands now support -Force
- Drastically improved start time on Windows (#214)
- OBS Sources:
- New Sources:
- All existing sources are now implemented in a
Get
, and aliased toSet
,Add
- New Effects:
- Exporting
$obs
(#157, #158, #159) and drastically expanding pseudo types - Pseudo Types
- GetCurrentProgramScene.ToString() ( Fixes #202, Fixes #166 )
- OBS.Beat ( #195 )
- OBS.Input
- OBS.Statistics ( #178 )
- OBS.Input ( #174 )
- OBS.Filter ( #175 )
- OBS.SceneItem ( #173 )
- OBS.GetSceneItemList.Response.Stretch() ( #172 )
- OBS.GetSceneItemList.Response.Center() ( #171 )
- OBS.GetInputList .SourceName alias ( #170 )
- Adding .SceneItem to OBS.Inputs (Fixes #154)
- Minor Fixes:
Previous release notes available in the CHANGELOG
obs-powershell 0.2
Like It? Star It
Love It? Support It
obs-powershell 0.2:
- So Many Shaders!
- @exeldro makes some excellent obs plugins
- Every PixelShader from obs-shaderfilter has an auto-generated function:
- As of this build, there are 142 Shader functions!
- Flip Shader ( #200 )
- Zoom XY Shader ( #199 )
- RGBA Percent Shader ( #198 )
- Reflect Shader ( #197 )
- Shader Commands now support -Force
- Drastically improved start time on Windows (#214)
- OBS Sources:
- New Sources:
- All existing sources are now implemented in a
Get
, and aliased toSet
,Add
- New Effects:
- Exporting
$obs
(#157, #158, #159) and drastically expanding pseudo types - Pseudo Types
- GetCurrentProgramScene.ToString() ( Fixes #202, Fixes #166 )
- OBS.Beat ( #195 )
- OBS.Input
- OBS.Statistics ( #178 )
- OBS.Input ( #174 )
- OBS.Filter ( #175 )
- OBS.SceneItem ( #173 )
- OBS.GetSceneItemList.Response.Stretch() ( #172 )
- OBS.GetSceneItemList.Response.Center() ( #171 )
- OBS.GetInputList .SourceName alias ( #170 )
- Adding .SceneItem to OBS.Inputs (Fixes #154)
- Minor Fixes:
Previous release notes available in the CHANGELOG
obs-powershell 0.1.9
obs-powershell 0.1.9:
- New Filters!
- New Effects!
- Effect Fixes
- Start-OBSEffect - Adding -LoopCount (#133)
- FadeIn/FadeOut no longer conflict (#119) (thanks @I-Am-Jakoby)!
obs-powershell 0.1.8:
-
Added Sponsorship, Please support obs-powershell (#78)
-
Added OBS-PowerShell Effects (#109)
- Effect Commands
- Get-OBSEffect
- Import-OBSEffect
- Start-OBSEffect
- Stop-OBSEffect
- Remove-OBSEffect
- ColorLoop (#113)
- FadeIn (#112)
- FadeOut (#114) (thanks @I-Am-Jakoby !)
- Effect Commands
-
Adding Commands for Filtering
-
New Easy Sources
-
Scene Items Can Now Do A Lot More
-
Extending Inputs (#99)
-
Autogenerating help for extended types, thanks to a new version of HelpOut
-
Improving Performance and Stability of Send/Receive/Watch-OBS (#77, #90, #86, #106, #107)
-
Also, new logo (#76)
obs-powershell 0.1.7:
-
New Commands:
-
Adding -Force to Add-OBS*Source commands (Fixes #69)
-
Add-OBS*Source Commands: Supporting -SceneItemEnabled (Fixes #70)
-
Add-OBSMediaSource, adding -FitToScreen (Fixes #71)
obs-powershell 0.1.6:
- Adding OBS.SceneItem .Scale (Fixes #64)
- OBS.SceneItem .FitToScreen, adjusting .Scale (Fixes #63)
- Add-OBSMediaSource: Fixing -InputSettings / -SceneItemEnabled (Fixes #62)
obs-powershell 0.1.5:
- Adding OBS.SceneItem .Animate (Fixes #59)
obs-powershell 0.1.4:
- Adding Add-OBSColorSource (Fixes #51)
- Save-OBSSourceScreenShot:
- -Path parameters now attempt to resolve to an absolute path (Fixes #48)
- All scene items can now:
- Color Sources can now .SetColor (Fixes #55)
obs-powershell 0.1.3:
- Requiring ThreadJob Module (Thanks @nyanhp!) (Fixes #36)
- Fixing Add-OBSBrowserSource (Fixes #34)
- Improving Batch Processing Capabilities (Fixes #38)
- Requiring PowerShell Version 7
obs-powershell 0.1.2:
- New Commands
- New Methods
- General Improvements
obs-powershell 0.1.1:
- Connect-OBS now caches connections (Fixes #18)
- Adding new core commands:
- All commands now support -PassThru (Fixes #16)
- All commands now increment requests correctly (Fixes #15)
- Improved formatting:
obs-powershell 0.1:
Initial Release of obs-powershell
- Connect-OBS/Disconnect-OBS let you connect and disconnect.
- Commands exist for every request in the websocket.
- OBS Events are broadcast to the the runspace.
obs-powershell 0.1.8
obs-powershell 0.1.8:
-
Added Sponsorship, Please support obs-powershell (#78)
-
Added OBS-PowerShell Effects (#109)
- Effect Commands
- Get-OBSEffect
- Import-OBSEffect
- Start-OBSEffect
- Stop-OBSEffect
- Remove-OBSEffect
- ColorLoop (#113)
- FadeIn (#112)
- FadeOut (#114) (thanks @I-Am-Jakoby !)
- Effect Commands
-
Adding Commands for Filtering
-
New Easy Sources
-
Scene Items Can Now Do A Lot More
-
Extending Inputs (#99)
-
Autogenerating help for extended types, thanks to a new version of HelpOut
-
Improving Performance and Stability of Send/Receive/Watch-OBS (#77, #90, #86, #106, #107)
-
Also, new logo (#76)
obs-powershell 0.1.7:
-
New Commands:
-
Adding -Force to Add-OBS*Source commands (Fixes #69)
-
Add-OBS*Source Commands: Supporting -SceneItemEnabled (Fixes #70)
-
Add-OBSMediaSource, adding -FitToScreen (Fixes #71)
obs-powershell 0.1.6:
- Adding OBS.SceneItem .Scale (Fixes #64)
- OBS.SceneItem .FitToScreen, adjusting .Scale (Fixes #63)
- Add-OBSMediaSource: Fixing -InputSettings / -SceneItemEnabled (Fixes #62)
obs-powershell 0.1.5:
- Adding OBS.SceneItem .Animate (Fixes #59)
obs-powershell 0.1.4:
- Adding Add-OBSColorSource (Fixes #51)
- Save-OBSSourceScreenShot:
- -Path parameters now attempt to resolve to an absolute path (Fixes #48)
- All scene items can now:
- Color Sources can now .SetColor (Fixes #55)
obs-powershell 0.1.3:
- Requiring ThreadJob Module (Thanks @nyanhp!) (Fixes #36)
- Fixing Add-OBSBrowserSource (Fixes #34)
- Improving Batch Processing Capabilities (Fixes #38)
- Requiring PowerShell Version 7
obs-powershell 0.1.2:
- New Commands
- New Methods
- General Improvements
obs-powershell 0.1.1:
- Connect-OBS now caches connections (Fixes #18)
- Adding new core commands:
- All commands now support -PassThru (Fixes #16)
- All commands now increment requests correctly (Fixes #15)
- Improved formatting:
obs-powershell 0.1:
Initial Release of obs-powershell
- Connect-OBS/Disconnect-OBS let you connect and disconnect.
- Commands exist for every request in the websocket.
- OBS Events are broadcast to the the runspace.
obs-powershell 0.1.7
obs-powershell 0.1.7:
-
New Commands:
-
Adding -Force to Add-OBS*Source commands (Fixes #69)
-
Add-OBS*Source Commands: Supporting -SceneItemEnabled (Fixes #70)
-
Add-OBSMediaSource, adding -FitToScreen (Fixes #71)
obs-powershell 0.1.6:
- Adding OBS.SceneItem .Scale (Fixes #64)
- OBS.SceneItem .FitToScreen, adjusting .Scale (Fixes #63)
- Add-OBSMediaSource: Fixing -InputSettings / -SceneItemEnabled (Fixes #62)
obs-powershell 0.1.5:
- Adding OBS.SceneItem .Animate (Fixes #59)
obs-powershell 0.1.4:
- Adding Add-OBSColorSource (Fixes #51)
- Save-OBSSourceScreenShot:
- -Path parameters now attempt to resolve to an absolute path (Fixes #48)
- All scene items can now:
- Color Sources can now .SetColor (Fixes #55)
obs-powershell 0.1.3:
- Requiring ThreadJob Module (Thanks @nyanhp!) (Fixes #36)
- Fixing Add-OBSBrowserSource (Fixes #34)
- Improving Batch Processing Capabilities (Fixes #38)
- Requiring PowerShell Version 7
obs-powershell 0.1.2:
- New Commands
- New Methods
- General Improvements
obs-powershell 0.1.1:
- Connect-OBS now caches connections (Fixes #18)
- Adding new core commands:
- All commands now support -PassThru (Fixes #16)
- All commands now increment requests correctly (Fixes #15)
- Improved formatting:
obs-powershell 0.1:
Initial Release of obs-powershell
- Connect-OBS/Disconnect-OBS let you connect and disconnect.
- Commands exist for every request in the websocket.
- OBS Events are broadcast to the the runspace.
obs-powershell 0.1.6
obs-powershell 0.1.6:
- Adding OBS.SceneItem .Scale (Fixes #64)
- OBS.SceneItem .FitToScreen, adjusting .Scale (Fixes #63)
- Add-OBSMediaSource: Fixing -InputSettings / -SceneItemEnabled (Fixes #62)
obs-powershell 0.1.5:
- Adding OBS.SceneItem .Animate (Fixes #59)
obs-powershell 0.1.4:
- Adding Add-OBSColorSource (Fixes #51)
- Save-OBSSourceScreenShot:
- -Path parameters now attempt to resolve to an absolute path (Fixes #48)
- All scene items can now:
- Color Sources can now .SetColor (Fixes #55)
obs-powershell 0.1.3:
- Requiring ThreadJob Module (Thanks @nyanhp!) (Fixes #36)
- Fixing Add-OBSBrowserSource (Fixes #34)
- Improving Batch Processing Capabilities (Fixes #38)
- Requiring PowerShell Version 7
obs-powershell 0.1.2:
- New Commands
- New Methods
- General Improvements
obs-powershell 0.1.1:
- Connect-OBS now caches connections (Fixes #18)
- Adding new core commands:
- All commands now support -PassThru (Fixes #16)
- All commands now increment requests correctly (Fixes #15)
- Improved formatting:
obs-powershell 0.1:
Initial Release of obs-powershell
- Connect-OBS/Disconnect-OBS let you connect and disconnect.
- Commands exist for every request in the websocket.
- OBS Events are broadcast to the the runspace.
obs-powershell 0.1.5
obs-powershell 0.1.5:
- Adding OBS.SceneItem .Animate (Fixes #59)
obs-powershell 0.1.4:
- Adding Add-OBSColorSource (Fixes #51)
- Save-OBSSourceScreenShot:
- -Path parameters now attempt to resolve to an absolute path (Fixes #48)
- All scene items can now:
- Color Sources can now .SetColor (Fixes #55)
obs-powershell 0.1.3:
- Requiring ThreadJob Module (Thanks @nyanhp!) (Fixes #36)
- Fixing Add-OBSBrowserSource (Fixes #34)
- Improving Batch Processing Capabilities (Fixes #38)
- Requiring PowerShell Version 7
obs-powershell 0.1.2:
- New Commands
- New Methods
- General Improvements
obs-powershell 0.1.1:
- Connect-OBS now caches connections (Fixes #18)
- Adding new core commands:
- All commands now support -PassThru (Fixes #16)
- All commands now increment requests correctly (Fixes #15)
- Improved formatting:
obs-powershell 0.1:
Initial Release of obs-powershell
- Connect-OBS/Disconnect-OBS let you connect and disconnect.
- Commands exist for every request in the websocket.
- OBS Events are broadcast to the the runspace.
obs-powershell 0.1.4
obs-powershell 0.1.4:
- Adding Add-OBSColorSource (Fixes #51)
- Save-OBSSourceScreenShot:
- -Path parameters now attempt to resolve to an absolute path (Fixes #48)
- All scene items can now:
- Color Sources can now .SetColor (Fixes #55)
obs-powershell 0.1.3:
- Requiring ThreadJob Module (Thanks @nyanhp!) (Fixes #36)
- Fixing Add-OBSBrowserSource (Fixes #34)
- Improving Batch Processing Capabilities (Fixes #38)
- Requiring PowerShell Version 7
obs-powershell 0.1.2:
- New Commands
- New Methods
- General Improvements
obs-powershell 0.1.1:
- Connect-OBS now caches connections (Fixes #18)
- Adding new core commands:
- All commands now support -PassThru (Fixes #16)
- All commands now increment requests correctly (Fixes #15)
- Improved formatting:
obs-powershell 0.1:
Initial Release of obs-powershell
- Connect-OBS/Disconnect-OBS let you connect and disconnect.
- Commands exist for every request in the websocket.
- OBS Events are broadcast to the the runspace.
obs-powershell 0.1.3
obs-powershell 0.1.3:
- Requiring ThreadJob Module (Thanks @nyanhp!) (Fixes #36)
- Fixing Add-OBSBrowserSource (Fixes #34)
- Improving Batch Processing Capabilities (Fixes #38)
- Requiring PowerShell Version 7
obs-powershell 0.1.2:
- New Commands
- New Methods
- General Improvements
obs-powershell 0.1.1:
- Connect-OBS now caches connections (Fixes #18)
- Adding new core commands:
- All commands now support -PassThru (Fixes #16)
- All commands now increment requests correctly (Fixes #15)
- Improved formatting:
obs-powershell 0.1:
Initial Release of obs-powershell
- Connect-OBS/Disconnect-OBS let you connect and disconnect.
- Commands exist for every request in the websocket.
- OBS Events are broadcast to the the runspace.
obs-powershell 0.1.2
obs-powershell 0.1.2:
- New Commands
- New Methods
- General Improvements
obs-powershell 0.1.1:
- Connect-OBS now caches connections (Fixes #18)
- Adding new core commands:
- All commands now support -PassThru (Fixes #16)
- All commands now increment requests correctly (Fixes #15)
- Improved formatting:
obs-powershell 0.1:
Initial Release of obs-powershell
- Connect-OBS/Disconnect-OBS let you connect and disconnect.
- Commands exist for every request in the websocket.
- OBS Events are broadcast to the the runspace.