|
| 1 | +--- |
| 2 | + |
| 3 | +title: obs powershell 0.1.5 |
| 4 | +sourceURL: https://github.com/StartAutomating/obs-powershell/releases/tag/v0.1.5 |
| 5 | +tag: release |
| 6 | +--- |
| 7 | +## obs-powershell 0.1.5: |
| 8 | + |
| 9 | +* Adding OBS.SceneItem .Animate (Fixes [#59](https://github.com/StartAutomating/obs-powershell/issues/59)) |
| 10 | + |
| 11 | + |
| 12 | +--- |
| 13 | + |
| 14 | +## obs-powershell 0.1.4: |
| 15 | + |
| 16 | +* Adding Add-OBSColorSource (Fixes [#51](https://github.com/StartAutomating/obs-powershell/issues/51)) |
| 17 | +* Save-OBSSourceScreenShot: |
| 18 | + * Attaching .InputName, .SourceName, .ImageWidth, .ImageHeight to output (Fixes [#50](https://github.com/StartAutomating/obs-powershell/issues/50)) |
| 19 | + * Now returns a file (Fixes [#49](https://github.com/StartAutomating/obs-powershell/issues/49)) |
| 20 | +* -Path parameters now attempt to resolve to an absolute path (Fixes [#48](https://github.com/StartAutomating/obs-powershell/issues/48)) |
| 21 | +* All scene items can now: |
| 22 | + * Blend() / get .BlendMode (Fixes [#53](https://github.com/StartAutomating/obs-powershell/issues/53)) |
| 23 | + * FitToScreen() (Fixes [#46](https://github.com/StartAutomating/obs-powershell/issues/46)) |
| 24 | + * Crop() (Fixes [#57](https://github.com/StartAutomating/obs-powershell/issues/57)) |
| 25 | + * Rotate() (Fixes [#35](https://github.com/StartAutomating/obs-powershell/issues/35)) |
| 26 | +* Color Sources can now .SetColor (Fixes [#55](https://github.com/StartAutomating/obs-powershell/issues/55)) |
| 27 | + |
| 28 | +--- |
| 29 | + |
| 30 | +## obs-powershell 0.1.3: |
| 31 | + |
| 32 | +* Requiring ThreadJob Module (Thanks @nyanhp!) (Fixes [#36](https://github.com/StartAutomating/obs-powershell/issues/36)) |
| 33 | +* Fixing Add-OBSBrowserSource (Fixes [#34](https://github.com/StartAutomating/obs-powershell/issues/34)) |
| 34 | +* Improving Batch Processing Capabilities (Fixes [#38](https://github.com/StartAutomating/obs-powershell/issues/38)) |
| 35 | +* Requiring PowerShell Version 7 |
| 36 | + |
| 37 | +--- |
| 38 | + |
| 39 | +## obs-powershell 0.1.2: |
| 40 | + |
| 41 | +* New Commands |
| 42 | + * Add-OBSBrowserSource (Fixes [#24](https://github.com/StartAutomating/obs-powershell/issues/24)) |
| 43 | + * Add-OBSDisplaySource (Fixes [#25](https://github.com/StartAutomating/obs-powershell/issues/25)) |
| 44 | + * Add-OBSMediaSource (Fixes [#28](https://github.com/StartAutomating/obs-powershell/issues/28)) |
| 45 | + * Clear-OBSScene (Fixes [#27](https://github.com/StartAutomating/obs-powershell/issues/27)) |
| 46 | +* New Methods |
| 47 | + * OBS.GetSceneListResponse: |
| 48 | + * .Remove()/.Delete() (Fixes [#26](https://github.com/StartAutomating/obs-powershell/issues/26)) |
| 49 | + * .Lock()/.Unlock() (Fixes [#32](https://github.com/StartAutomating/obs-powershell/issues/32)) |
| 50 | +* General Improvements |
| 51 | + * Standardizing Parameter Naming (Fixes [#30](https://github.com/StartAutomating/obs-powershell/issues/30)) |
| 52 | + * Using GUIDs for RequestIDs (Fixes [#29](https://github.com/StartAutomating/obs-powershell/issues/29)) |
| 53 | + * Updated logo (Fixes [#23](https://github.com/StartAutomating/obs-powershell/issues/23)) |
| 54 | + |
| 55 | +--- |
| 56 | + |
| 57 | +## obs-powershell 0.1.1: |
| 58 | + |
| 59 | +* Connect-OBS now caches connections (Fixes [#18](https://github.com/StartAutomating/obs-powershell/issues/18)) |
| 60 | +* Adding new core commands: |
| 61 | + * Watch-OBS (Fixes [#19](https://github.com/StartAutomating/obs-powershell/issues/19)) |
| 62 | + * Receive-OBS (Fixes [#20](https://github.com/StartAutomating/obs-powershell/issues/20)) |
| 63 | + * Send-OBS (Fixes [#21](https://github.com/StartAutomating/obs-powershell/issues/21)) |
| 64 | +* All commands now support -PassThru (Fixes [#16](https://github.com/StartAutomating/obs-powershell/issues/16)) |
| 65 | +* All commands now increment requests correctly (Fixes [#15](https://github.com/StartAutomating/obs-powershell/issues/15)) |
| 66 | +* Improved formatting: |
| 67 | + * Get-OBSScene (Fixes [#14](https://github.com/StartAutomating/obs-powershell/issues/14)) |
| 68 | + * Get-OBSSceneItem (Fixes [#17](https://github.com/StartAutomating/obs-powershell/issues/17)) |
| 69 | + |
| 70 | +--- |
| 71 | + |
| 72 | +## obs-powershell 0.1: |
| 73 | + |
| 74 | +Initial Release of obs-powershell |
| 75 | + |
| 76 | +* Connect-OBS/Disconnect-OBS let you connect and disconnect. |
| 77 | +* Commands exist for every request in the websocket. |
| 78 | +* OBS Events are broadcast to the the runspace. |
0 commit comments