Skip to content

Releases: StartAutomating/obs-powershell

obs-powershell 0.1.9

07 Jul 19:40
7cfc8a8
Compare
Choose a tag to compare

obs-powershell 0.1.9:

  • New Filters!
    • @exeldro makes some excellent obs plugins
    • obs-powershell now supports a couple of them:
    • Set-OBS3DFilter (#137) - Transform an object in 3D!
    • Set-OBSShaderFilter (#134) - Apply any PixelShader!
  • 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 !)
  • Adding Commands for Filtering

    • Set/Add-OBSGainFilter (#94)
    • Set/Add-OBSColorFilter (#92)
    • Set/Add-OBSScrollFilter (#93)
    • Set/Add-OBSSharpnessFilter (#95)
    • Set/Add-OBSRenderDelayFilter (#96)
    • Set/Add-OBSEqualizerFilter (#97)
  • New Easy Sources

    • Set/Add-OBSAudioOutputSource (#110)
    • Set/Add-OBSWindowSource (#104)
    • Set/Add-OBSVLCSource (#102)
  • Scene Items Can Now Do A Lot More

    • Animate allows for multiple steps and is more careful (#75 and #73)
    • Move, Scale, Rotate are written using animate (#80, #81, #89)
  • 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:

    • Show-OBS (Fixes #66)
    • Hide-OBS (Fixes #67)
    • Remove-OBS (Fixes #68)
  • 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:
    • Attaching .InputName, .SourceName, .ImageWidth, .ImageHeight to output (Fixes #50)
    • Now returns a file (Fixes #49)
  • -Path parameters now attempt to resolve to an absolute path (Fixes #48)
  • All scene items can now:
    • Blend() / get .BlendMode (Fixes #53)
    • FitToScreen() (Fixes #46)
    • Crop() (Fixes #57)
    • Rotate() (Fixes #35)
  • 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
    • Add-OBSBrowserSource (Fixes #24)
    • Add-OBSDisplaySource (Fixes #25)
    • Add-OBSMediaSource (Fixes #28)
    • Clear-OBSScene (Fixes #27)
  • New Methods
    • OBS.GetSceneListResponse:
      • .Remove()/.Delete() (Fixes #26)
      • .Lock()/.Unlock() (Fixes #32)
  • General Improvements
    • Standardizing Parameter Naming (Fixes #30)
    • Using GUIDs for RequestIDs (Fixes #29)
    • Updated logo (Fixes #23)

obs-powershell 0.1.1:

  • Connect-OBS now caches connections (Fixes #18)
  • Adding new core commands:
    • Watch-OBS (Fixes #19)
    • Receive-OBS (Fixes #20)
    • Send-OBS (Fixes #21)
  • All commands now support -PassThru (Fixes #16)
  • All commands now increment requests correctly (Fixes #15)
  • Improved formatting:
    • Get-OBSScene (Fixes #14)
    • Get-OBSSceneItem (Fixes #17)

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

01 Jun 23:53
2cd8dae
Compare
Choose a tag to compare

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 !)
  • Adding Commands for Filtering

    • Set/Add-OBSGainFilter (#94)
    • Set/Add-OBSColorFilter (#92)
    • Set/Add-OBSScrollFilter (#93)
    • Set/Add-OBSSharpnessFilter (#95)
    • Set/Add-OBSRenderDelayFilter (#96)
    • Set/Add-OBSEqualizerFilter (#97)
  • New Easy Sources

    • Set/Add-OBSAudioOutputSource (#110)
    • Set/Add-OBSWindowSource (#104)
    • Set/Add-OBSVLCSource (#102)
  • Scene Items Can Now Do A Lot More

    • Animate allows for multiple steps and is more careful (#75 and #73)
    • Move, Scale, Rotate are written using animate (#80, #81, #89)
  • 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:

    • Show-OBS (Fixes #66)
    • Hide-OBS (Fixes #67)
    • Remove-OBS (Fixes #68)
  • 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:
    • Attaching .InputName, .SourceName, .ImageWidth, .ImageHeight to output (Fixes #50)
    • Now returns a file (Fixes #49)
  • -Path parameters now attempt to resolve to an absolute path (Fixes #48)
  • All scene items can now:
    • Blend() / get .BlendMode (Fixes #53)
    • FitToScreen() (Fixes #46)
    • Crop() (Fixes #57)
    • Rotate() (Fixes #35)
  • 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
    • Add-OBSBrowserSource (Fixes #24)
    • Add-OBSDisplaySource (Fixes #25)
    • Add-OBSMediaSource (Fixes #28)
    • Clear-OBSScene (Fixes #27)
  • New Methods
    • OBS.GetSceneListResponse:
      • .Remove()/.Delete() (Fixes #26)
      • .Lock()/.Unlock() (Fixes #32)
  • General Improvements
    • Standardizing Parameter Naming (Fixes #30)
    • Using GUIDs for RequestIDs (Fixes #29)
    • Updated logo (Fixes #23)

obs-powershell 0.1.1:

  • Connect-OBS now caches connections (Fixes #18)
  • Adding new core commands:
    • Watch-OBS (Fixes #19)
    • Receive-OBS (Fixes #20)
    • Send-OBS (Fixes #21)
  • All commands now support -PassThru (Fixes #16)
  • All commands now increment requests correctly (Fixes #15)
  • Improved formatting:
    • Get-OBSScene (Fixes #14)
    • Get-OBSSceneItem (Fixes #17)

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

11 Mar 01:38
379a946
Compare
Choose a tag to compare

obs-powershell 0.1.7:

  • New Commands:

    • Show-OBS (Fixes #66)
    • Hide-OBS (Fixes #67)
    • Remove-OBS (Fixes #68)
  • 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:
    • Attaching .InputName, .SourceName, .ImageWidth, .ImageHeight to output (Fixes #50)
    • Now returns a file (Fixes #49)
  • -Path parameters now attempt to resolve to an absolute path (Fixes #48)
  • All scene items can now:
    • Blend() / get .BlendMode (Fixes #53)
    • FitToScreen() (Fixes #46)
    • Crop() (Fixes #57)
    • Rotate() (Fixes #35)
  • 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
    • Add-OBSBrowserSource (Fixes #24)
    • Add-OBSDisplaySource (Fixes #25)
    • Add-OBSMediaSource (Fixes #28)
    • Clear-OBSScene (Fixes #27)
  • New Methods
    • OBS.GetSceneListResponse:
      • .Remove()/.Delete() (Fixes #26)
      • .Lock()/.Unlock() (Fixes #32)
  • General Improvements
    • Standardizing Parameter Naming (Fixes #30)
    • Using GUIDs for RequestIDs (Fixes #29)
    • Updated logo (Fixes #23)

obs-powershell 0.1.1:

  • Connect-OBS now caches connections (Fixes #18)
  • Adding new core commands:
    • Watch-OBS (Fixes #19)
    • Receive-OBS (Fixes #20)
    • Send-OBS (Fixes #21)
  • All commands now support -PassThru (Fixes #16)
  • All commands now increment requests correctly (Fixes #15)
  • Improved formatting:
    • Get-OBSScene (Fixes #14)
    • Get-OBSSceneItem (Fixes #17)

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

04 Feb 01:41
44e10b2
Compare
Choose a tag to compare

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:
    • Attaching .InputName, .SourceName, .ImageWidth, .ImageHeight to output (Fixes #50)
    • Now returns a file (Fixes #49)
  • -Path parameters now attempt to resolve to an absolute path (Fixes #48)
  • All scene items can now:
    • Blend() / get .BlendMode (Fixes #53)
    • FitToScreen() (Fixes #46)
    • Crop() (Fixes #57)
    • Rotate() (Fixes #35)
  • 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
    • Add-OBSBrowserSource (Fixes #24)
    • Add-OBSDisplaySource (Fixes #25)
    • Add-OBSMediaSource (Fixes #28)
    • Clear-OBSScene (Fixes #27)
  • New Methods
    • OBS.GetSceneListResponse:
      • .Remove()/.Delete() (Fixes #26)
      • .Lock()/.Unlock() (Fixes #32)
  • General Improvements
    • Standardizing Parameter Naming (Fixes #30)
    • Using GUIDs for RequestIDs (Fixes #29)
    • Updated logo (Fixes #23)

obs-powershell 0.1.1:

  • Connect-OBS now caches connections (Fixes #18)
  • Adding new core commands:
    • Watch-OBS (Fixes #19)
    • Receive-OBS (Fixes #20)
    • Send-OBS (Fixes #21)
  • All commands now support -PassThru (Fixes #16)
  • All commands now increment requests correctly (Fixes #15)
  • Improved formatting:
    • Get-OBSScene (Fixes #14)
    • Get-OBSSceneItem (Fixes #17)

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

07 Jan 01:31
3f317b3
Compare
Choose a tag to compare

obs-powershell 0.1.5:

  • Adding OBS.SceneItem .Animate (Fixes #59)

obs-powershell 0.1.4:

  • Adding Add-OBSColorSource (Fixes #51)
  • Save-OBSSourceScreenShot:
    • Attaching .InputName, .SourceName, .ImageWidth, .ImageHeight to output (Fixes #50)
    • Now returns a file (Fixes #49)
  • -Path parameters now attempt to resolve to an absolute path (Fixes #48)
  • All scene items can now:
    • Blend() / get .BlendMode (Fixes #53)
    • FitToScreen() (Fixes #46)
    • Crop() (Fixes #57)
    • Rotate() (Fixes #35)
  • 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
    • Add-OBSBrowserSource (Fixes #24)
    • Add-OBSDisplaySource (Fixes #25)
    • Add-OBSMediaSource (Fixes #28)
    • Clear-OBSScene (Fixes #27)
  • New Methods
    • OBS.GetSceneListResponse:
      • .Remove()/.Delete() (Fixes #26)
      • .Lock()/.Unlock() (Fixes #32)
  • General Improvements
    • Standardizing Parameter Naming (Fixes #30)
    • Using GUIDs for RequestIDs (Fixes #29)
    • Updated logo (Fixes #23)

obs-powershell 0.1.1:

  • Connect-OBS now caches connections (Fixes #18)
  • Adding new core commands:
    • Watch-OBS (Fixes #19)
    • Receive-OBS (Fixes #20)
    • Send-OBS (Fixes #21)
  • All commands now support -PassThru (Fixes #16)
  • All commands now increment requests correctly (Fixes #15)
  • Improved formatting:
    • Get-OBSScene (Fixes #14)
    • Get-OBSSceneItem (Fixes #17)

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

03 Jan 03:11
1b80dd9
Compare
Choose a tag to compare

obs-powershell 0.1.4:

  • Adding Add-OBSColorSource (Fixes #51)
  • Save-OBSSourceScreenShot:
    • Attaching .InputName, .SourceName, .ImageWidth, .ImageHeight to output (Fixes #50)
    • Now returns a file (Fixes #49)
  • -Path parameters now attempt to resolve to an absolute path (Fixes #48)
  • All scene items can now:
    • Blend() / get .BlendMode (Fixes #53)
    • FitToScreen() (Fixes #46)
    • Crop() (Fixes #57)
    • Rotate() (Fixes #35)
  • 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
    • Add-OBSBrowserSource (Fixes #24)
    • Add-OBSDisplaySource (Fixes #25)
    • Add-OBSMediaSource (Fixes #28)
    • Clear-OBSScene (Fixes #27)
  • New Methods
    • OBS.GetSceneListResponse:
      • .Remove()/.Delete() (Fixes #26)
      • .Lock()/.Unlock() (Fixes #32)
  • General Improvements
    • Standardizing Parameter Naming (Fixes #30)
    • Using GUIDs for RequestIDs (Fixes #29)
    • Updated logo (Fixes #23)

obs-powershell 0.1.1:

  • Connect-OBS now caches connections (Fixes #18)
  • Adding new core commands:
    • Watch-OBS (Fixes #19)
    • Receive-OBS (Fixes #20)
    • Send-OBS (Fixes #21)
  • All commands now support -PassThru (Fixes #16)
  • All commands now increment requests correctly (Fixes #15)
  • Improved formatting:
    • Get-OBSScene (Fixes #14)
    • Get-OBSSceneItem (Fixes #17)

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

20 Dec 21:49
d3bca83
Compare
Choose a tag to compare

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
    • Add-OBSBrowserSource (Fixes #24)
    • Add-OBSDisplaySource (Fixes #25)
    • Add-OBSMediaSource (Fixes #28)
    • Clear-OBSScene (Fixes #27)
  • New Methods
    • OBS.GetSceneListResponse:
      • .Remove()/.Delete() (Fixes #26)
      • .Lock()/.Unlock() (Fixes #32)
  • General Improvements
    • Standardizing Parameter Naming (Fixes #30)
    • Using GUIDs for RequestIDs (Fixes #29)
    • Updated logo (Fixes #23)

obs-powershell 0.1.1:

  • Connect-OBS now caches connections (Fixes #18)
  • Adding new core commands:
    • Watch-OBS (Fixes #19)
    • Receive-OBS (Fixes #20)
    • Send-OBS (Fixes #21)
  • All commands now support -PassThru (Fixes #16)
  • All commands now increment requests correctly (Fixes #15)
  • Improved formatting:
    • Get-OBSScene (Fixes #14)
    • Get-OBSSceneItem (Fixes #17)

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

16 Dec 05:46
b0560e1
Compare
Choose a tag to compare

obs-powershell 0.1.2:

  • New Commands
    • Add-OBSBrowserSource (Fixes #24)
    • Add-OBSDisplaySource (Fixes #25)
    • Add-OBSMediaSource (Fixes #28)
    • Clear-OBSScene (Fixes #27)
  • New Methods
    • OBS.GetSceneListResponse:
      • .Remove()/.Delete() (Fixes #26)
      • .Lock()/.Unlock() (Fixes #32)
  • General Improvements
    • Standardizing Parameter Naming (Fixes #30)
    • Using GUIDs for RequestIDs (Fixes #29)
    • Updated logo (Fixes #23)

obs-powershell 0.1.1:

  • Connect-OBS now caches connections (Fixes #18)
  • Adding new core commands:
    • Watch-OBS (Fixes #19)
    • Receive-OBS (Fixes #20)
    • Send-OBS (Fixes #21)
  • All commands now support -PassThru (Fixes #16)
  • All commands now increment requests correctly (Fixes #15)
  • Improved formatting:
    • Get-OBSScene (Fixes #14)
    • Get-OBSSceneItem (Fixes #17)

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.1

12 Dec 06:57
06e5253
Compare
Choose a tag to compare

obs-powershell 0.1.1

  • Connect-OBS now caches connections (Fixes #18)
  • Adding new core commands:
    • Watch-OBS (Fixes #19)
    • Receive-OBS (Fixes #20)
    • Send-OBS (Fixes #21)
  • All commands now support -PassThru (Fixes #16)
  • All commands now increment requests correctly (Fixes #15)
  • Improved formatting:
    • Get-OBSScene (Fixes #14)
    • Get-OBSSceneItem (Fixes #17)

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

09 Dec 02:17
0b557ee
Compare
Choose a tag to compare

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.