|
| 1 | +> Like It? [Star It](https://github.com/StartAutomating/obs-powershell) |
| 2 | +> Love It? [Support It](https://github.com/sponsors/StartAutomating) |
| 3 | +
|
| 4 | +## obs-powershell 0.2: |
| 5 | + |
| 6 | +* So Many Shaders! |
| 7 | +* @exeldro makes some excellent obs plugins |
| 8 | + * Every PixelShader from [obs-shaderfilter](https://github.com/exeldro/obs-shaderfilter) has an auto-generated function: |
| 9 | + * As of this build, there are 142 Shader functions! |
| 10 | + * Flip Shader ( #200 ) |
| 11 | + * Zoom XY Shader ( #199 ) |
| 12 | + * RGBA Percent Shader ( #198 ) |
| 13 | + * Reflect Shader ( #197 ) |
| 14 | + * Shader Commands now support -Force |
| 15 | +* Drastically improved start time on Windows (#214) |
| 16 | +* OBS Sources: |
| 17 | + * New Sources: |
| 18 | + * OBSSoundCloudSource ( #179 ) |
| 19 | + * OBSSwitchSource (#142) |
| 20 | + * OBSMarkdownSource (#143) |
| 21 | + * OBSWaveformSource (#141) |
| 22 | + * All existing sources are now implemented in a `Get`, and aliased to `Set`,`Add` |
| 23 | + * Making Set also Get-OBSWindowSource (#152) |
| 24 | + * Making Set also Get-OBSVLCSource (#151) |
| 25 | + * Making Set also Get-OBSMediaSource (#150) |
| 26 | + * Making Set also Get-OBSColorSource (#148) |
| 27 | + * Making Set also Get-OBSBrowserSource (#147) |
| 28 | + * Making Set also Get-OBSAudioOutputSource (#146) |
| 29 | +* New Effects: |
| 30 | + * Zoom In / Out Effect ( #164 ) |
| 31 | + * Start-OBSEffect - Adding -Reverse (Fixes #121) |
| 32 | +* Exporting `$obs` (#157, #158, #159) and drastically expanding pseudo types |
| 33 | +* Pseudo Types |
| 34 | + * GetCurrentProgramScene.ToString() ( Fixes #202, Fixes #166 ) |
| 35 | + * OBS.Beat ( #195 ) |
| 36 | + * OBS.Beat.Timer |
| 37 | + * OBS.Beat.TapBPM ( #191) |
| 38 | + * Stopping OBS.Beat.Timer on Unload |
| 39 | + * OBS.Beat.get_Sine ( #192 ) |
| 40 | + * OBS.Beat.get_Cosine ( #193 ) |
| 41 | + * OBS.Beat.Angle ( #194 ) |
| 42 | + * OBS.Beat.Duration ( #189 ) |
| 43 | + * OBS.Beat.BeatCount ( #190 ) |
| 44 | + * OBS.Beat.BeatStart ( #188 ) |
| 45 | + * OBS.Beat.BPM ( #187 ) |
| 46 | + * $obs.Beat ( #186 ) |
| 47 | + * OBS.Input |
| 48 | + * OBS.Input.Disable/EnableAllFilter(s) ( #183 ) |
| 49 | + * OBS.SceneItem.Animate Permissiveness ( #182 ) |
| 50 | + * OBS.Filter.Disable PassThru support ( #181 ) |
| 51 | + * OBS.Statistics ( #178 ) |
| 52 | + * OBS.Input ( #174 ) |
| 53 | + * OBS.Filter ( #175 ) |
| 54 | + * OBS.SceneItem ( #173 ) |
| 55 | + * OBS.GetSceneItemList.Response.Stretch() ( #172 ) |
| 56 | + * OBS.GetSceneItemList.Response.Center() ( #171 ) |
| 57 | + * OBS.GetInputList .SourceName alias ( #170 ) |
| 58 | + * Adding .SceneItem to OBS.Inputs (Fixes #154) |
| 59 | +* Minor Fixes: |
| 60 | + * Watch-OBS -BufferSize: Defaulting to 64kb ( Fixes #212, Fixes #213 ) |
| 61 | + * Fixing -Scene parameter defaults ( Fixes #210 ) |
| 62 | + * Updating Build Conditions |
| 63 | + * obs-powershell now mounts itself ( #180 ) |
| 64 | + * obs-powershell supporting module profiles (#155) |
| 65 | + |
| 66 | +--- |
| 67 | + |
1 | 68 | ## obs-powershell 0.1.9: |
2 | 69 |
|
3 | 70 | * New Filters! |
|
0 commit comments