|
| 1 | +--- |
| 2 | + |
| 3 | +title: obs powershell 0.1.9 |
| 4 | +sourceURL: https://github.com/StartAutomating/obs-powershell/releases/tag/v0.1.9 |
| 5 | +tag: release |
| 6 | +--- |
| 7 | +## obs-powershell 0.1.9: |
| 8 | + |
| 9 | +* New Filters! |
| 10 | + * @exeldro makes some excellent obs plugins |
| 11 | + * obs-powershell now supports a couple of them: |
| 12 | + * Set-OBS3DFilter ([#137](https://github.com/StartAutomating/obs-powershell/issues/137)) - Transform an object in 3D! |
| 13 | + * Set-OBSShaderFilter ([#134](https://github.com/StartAutomating/obs-powershell/issues/134)) - Apply _any_ PixelShader! |
| 14 | +* New Effects! |
| 15 | + * LeftToRight ([#125](https://github.com/StartAutomating/obs-powershell/issues/125)) / RightToLeft ([#126](https://github.com/StartAutomating/obs-powershell/issues/126)) |
| 16 | + * TopToBottom ([#127](https://github.com/StartAutomating/obs-powershell/issues/127)) / BottomToTop ([#128](https://github.com/StartAutomating/obs-powershell/issues/128)) |
| 17 | + * ZoomIn ([#129](https://github.com/StartAutomating/obs-powershell/issues/129)) / ZoomOut ([#130](https://github.com/StartAutomating/obs-powershell/issues/130)) |
| 18 | +* Effect Fixes |
| 19 | + * Start-OBSEffect - Adding -LoopCount ([#133](https://github.com/StartAutomating/obs-powershell/issues/133)) |
| 20 | + * FadeIn/FadeOut no longer conflict ([#119](https://github.com/StartAutomating/obs-powershell/issues/119)) (thanks @I-Am-Jakoby)! |
| 21 | + |
| 22 | +--- |
| 23 | + |
| 24 | +## obs-powershell 0.1.8: |
| 25 | + |
| 26 | +* Added Sponsorship, Please support obs-powershell ([#78](https://github.com/StartAutomating/obs-powershell/issues/78)) |
| 27 | +* Added OBS-PowerShell Effects ([#109](https://github.com/StartAutomating/obs-powershell/issues/109)) |
| 28 | + * Effect Commands |
| 29 | + * Get-OBSEffect |
| 30 | + * Import-OBSEffect |
| 31 | + * Start-OBSEffect |
| 32 | + * Stop-OBSEffect |
| 33 | + * Remove-OBSEffect |
| 34 | + * ColorLoop ([#113](https://github.com/StartAutomating/obs-powershell/issues/113)) |
| 35 | + * FadeIn ([#112](https://github.com/StartAutomating/obs-powershell/issues/112)) |
| 36 | + * FadeOut ([#114](https://github.com/StartAutomating/obs-powershell/issues/114)) (thanks @I-Am-Jakoby !) |
| 37 | +* Adding Commands for Filtering |
| 38 | + * Set/Add-OBSGainFilter ([#94](https://github.com/StartAutomating/obs-powershell/issues/94)) |
| 39 | + * Set/Add-OBSColorFilter ([#92](https://github.com/StartAutomating/obs-powershell/issues/92)) |
| 40 | + * Set/Add-OBSScrollFilter ([#93](https://github.com/StartAutomating/obs-powershell/issues/93)) |
| 41 | + * Set/Add-OBSSharpnessFilter ([#95](https://github.com/StartAutomating/obs-powershell/issues/95)) |
| 42 | + * Set/Add-OBSRenderDelayFilter ([#96](https://github.com/StartAutomating/obs-powershell/issues/96)) |
| 43 | + * Set/Add-OBSEqualizerFilter ([#97](https://github.com/StartAutomating/obs-powershell/issues/97)) |
| 44 | +* New Easy Sources |
| 45 | + * Set/Add-OBSAudioOutputSource ([#110](https://github.com/StartAutomating/obs-powershell/issues/110)) |
| 46 | + * Set/Add-OBSWindowSource ([#104](https://github.com/StartAutomating/obs-powershell/issues/104)) |
| 47 | + * Set/Add-OBSVLCSource ([#102](https://github.com/StartAutomating/obs-powershell/issues/102)) |
| 48 | +* Scene Items Can Now Do A Lot More |
| 49 | + * Animate allows for multiple steps and is more careful ([#75](https://github.com/StartAutomating/obs-powershell/issues/75) and [#73](https://github.com/StartAutomating/obs-powershell/issues/73)) |
| 50 | + * Move, Scale, Rotate are written using animate ([#80](https://github.com/StartAutomating/obs-powershell/issues/80), [#81](https://github.com/StartAutomating/obs-powershell/issues/81), [#89](https://github.com/StartAutomating/obs-powershell/issues/89)) |
| 51 | +* Extending Inputs ([#99](https://github.com/StartAutomating/obs-powershell/issues/99)) |
| 52 | +* Autogenerating help for extended types, thanks to a new version of [HelpOut](https://github.com/StartAutomating/HelpOut) |
| 53 | +* Improving Performance and Stability of Send/Receive/Watch-OBS ([#77](https://github.com/StartAutomating/obs-powershell/issues/77), [#90](https://github.com/StartAutomating/obs-powershell/issues/90), [#86](https://github.com/StartAutomating/obs-powershell/issues/86), [#106](https://github.com/StartAutomating/obs-powershell/issues/106), [#107](https://github.com/StartAutomating/obs-powershell/issues/107)) |
| 54 | + |
| 55 | + |
| 56 | +* Also, new logo ([#76](https://github.com/StartAutomating/obs-powershell/issues/76)) |
| 57 | + |
| 58 | +--- |
| 59 | + |
| 60 | +## obs-powershell 0.1.7: |
| 61 | + |
| 62 | +* New Commands: |
| 63 | + * Show-OBS (Fixes [#66](https://github.com/StartAutomating/obs-powershell/issues/66)) |
| 64 | + * Hide-OBS (Fixes [#67](https://github.com/StartAutomating/obs-powershell/issues/67)) |
| 65 | + * Remove-OBS (Fixes [#68](https://github.com/StartAutomating/obs-powershell/issues/68)) |
| 66 | + |
| 67 | +* Adding -Force to Add-OBS*Source commands (Fixes [#69](https://github.com/StartAutomating/obs-powershell/issues/69)) |
| 68 | +* Add-OBS*Source Commands: Supporting -SceneItemEnabled (Fixes [#70](https://github.com/StartAutomating/obs-powershell/issues/70)) |
| 69 | +* Add-OBSMediaSource, adding -FitToScreen (Fixes [#71](https://github.com/StartAutomating/obs-powershell/issues/71)) |
| 70 | + |
| 71 | +--- |
| 72 | + |
| 73 | +## obs-powershell 0.1.6: |
| 74 | + |
| 75 | +* Adding OBS.SceneItem .Scale (Fixes [#64](https://github.com/StartAutomating/obs-powershell/issues/64)) |
| 76 | +* OBS.SceneItem .FitToScreen, adjusting .Scale (Fixes [#63](https://github.com/StartAutomating/obs-powershell/issues/63)) |
| 77 | +* Add-OBSMediaSource: Fixing -InputSettings / -SceneItemEnabled (Fixes [#62](https://github.com/StartAutomating/obs-powershell/issues/62)) |
| 78 | + |
| 79 | +--- |
| 80 | + |
| 81 | +## obs-powershell 0.1.5: |
| 82 | + |
| 83 | +* Adding OBS.SceneItem .Animate (Fixes [#59](https://github.com/StartAutomating/obs-powershell/issues/59)) |
| 84 | + |
| 85 | + |
| 86 | +--- |
| 87 | + |
| 88 | +## obs-powershell 0.1.4: |
| 89 | + |
| 90 | +* Adding Add-OBSColorSource (Fixes [#51](https://github.com/StartAutomating/obs-powershell/issues/51)) |
| 91 | +* Save-OBSSourceScreenShot: |
| 92 | + * Attaching .InputName, .SourceName, .ImageWidth, .ImageHeight to output (Fixes [#50](https://github.com/StartAutomating/obs-powershell/issues/50)) |
| 93 | + * Now returns a file (Fixes [#49](https://github.com/StartAutomating/obs-powershell/issues/49)) |
| 94 | +* -Path parameters now attempt to resolve to an absolute path (Fixes [#48](https://github.com/StartAutomating/obs-powershell/issues/48)) |
| 95 | +* All scene items can now: |
| 96 | + * Blend() / get .BlendMode (Fixes [#53](https://github.com/StartAutomating/obs-powershell/issues/53)) |
| 97 | + * FitToScreen() (Fixes [#46](https://github.com/StartAutomating/obs-powershell/issues/46)) |
| 98 | + * Crop() (Fixes [#57](https://github.com/StartAutomating/obs-powershell/issues/57)) |
| 99 | + * Rotate() (Fixes [#35](https://github.com/StartAutomating/obs-powershell/issues/35)) |
| 100 | +* Color Sources can now .SetColor (Fixes [#55](https://github.com/StartAutomating/obs-powershell/issues/55)) |
| 101 | + |
| 102 | +--- |
| 103 | + |
| 104 | +## obs-powershell 0.1.3: |
| 105 | + |
| 106 | +* Requiring ThreadJob Module (Thanks @nyanhp!) (Fixes [#36](https://github.com/StartAutomating/obs-powershell/issues/36)) |
| 107 | +* Fixing Add-OBSBrowserSource (Fixes [#34](https://github.com/StartAutomating/obs-powershell/issues/34)) |
| 108 | +* Improving Batch Processing Capabilities (Fixes [#38](https://github.com/StartAutomating/obs-powershell/issues/38)) |
| 109 | +* Requiring PowerShell Version 7 |
| 110 | + |
| 111 | +--- |
| 112 | + |
| 113 | +## obs-powershell 0.1.2: |
| 114 | + |
| 115 | +* New Commands |
| 116 | + * Add-OBSBrowserSource (Fixes [#24](https://github.com/StartAutomating/obs-powershell/issues/24)) |
| 117 | + * Add-OBSDisplaySource (Fixes [#25](https://github.com/StartAutomating/obs-powershell/issues/25)) |
| 118 | + * Add-OBSMediaSource (Fixes [#28](https://github.com/StartAutomating/obs-powershell/issues/28)) |
| 119 | + * Clear-OBSScene (Fixes [#27](https://github.com/StartAutomating/obs-powershell/issues/27)) |
| 120 | +* New Methods |
| 121 | + * OBS.GetSceneListResponse: |
| 122 | + * .Remove()/.Delete() (Fixes [#26](https://github.com/StartAutomating/obs-powershell/issues/26)) |
| 123 | + * .Lock()/.Unlock() (Fixes [#32](https://github.com/StartAutomating/obs-powershell/issues/32)) |
| 124 | +* General Improvements |
| 125 | + * Standardizing Parameter Naming (Fixes [#30](https://github.com/StartAutomating/obs-powershell/issues/30)) |
| 126 | + * Using GUIDs for RequestIDs (Fixes [#29](https://github.com/StartAutomating/obs-powershell/issues/29)) |
| 127 | + * Updated logo (Fixes [#23](https://github.com/StartAutomating/obs-powershell/issues/23)) |
| 128 | + |
| 129 | +--- |
| 130 | + |
| 131 | +## obs-powershell 0.1.1: |
| 132 | + |
| 133 | +* Connect-OBS now caches connections (Fixes [#18](https://github.com/StartAutomating/obs-powershell/issues/18)) |
| 134 | +* Adding new core commands: |
| 135 | + * Watch-OBS (Fixes [#19](https://github.com/StartAutomating/obs-powershell/issues/19)) |
| 136 | + * Receive-OBS (Fixes [#20](https://github.com/StartAutomating/obs-powershell/issues/20)) |
| 137 | + * Send-OBS (Fixes [#21](https://github.com/StartAutomating/obs-powershell/issues/21)) |
| 138 | +* All commands now support -PassThru (Fixes [#16](https://github.com/StartAutomating/obs-powershell/issues/16)) |
| 139 | +* All commands now increment requests correctly (Fixes [#15](https://github.com/StartAutomating/obs-powershell/issues/15)) |
| 140 | +* Improved formatting: |
| 141 | + * Get-OBSScene (Fixes [#14](https://github.com/StartAutomating/obs-powershell/issues/14)) |
| 142 | + * Get-OBSSceneItem (Fixes [#17](https://github.com/StartAutomating/obs-powershell/issues/17)) |
| 143 | + |
| 144 | +--- |
| 145 | + |
| 146 | +## obs-powershell 0.1: |
| 147 | + |
| 148 | +Initial Release of obs-powershell |
| 149 | + |
| 150 | +* Connect-OBS/Disconnect-OBS let you connect and disconnect. |
| 151 | +* Commands exist for every request in the websocket. |
| 152 | +* OBS Events are broadcast to the the runspace. |
0 commit comments