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