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