|
1 | 1 | @{ |
2 | | - ModuleVersion = '0.1.7' |
| 2 | + ModuleVersion = '0.1.8' |
3 | 3 | RootModule = 'obs-powershell.psm1' |
4 | | - Description = 'Script OBS with PowerShell' |
| 4 | + Description = 'Script your streams' |
5 | 5 | Guid = '1417123e-a932-439f-9b68-a7313cf1e170' |
6 | 6 | Author = 'James Brundage' |
7 | 7 | CompanyName = 'Start-Automating' |
|
16 | 16 | ProjectURI = 'https://github.com/StartAutomating/obs-powershell' |
17 | 17 | LicenseURI = 'https://github.com/StartAutomating/obs-powershell/blob/main/LICENSE' |
18 | 18 | ReleaseNotes = @' |
| 19 | +## obs-powershell 0.1.8: |
| 20 | +
|
| 21 | +* Added Sponsorship, Please support obs-powershell (#78) |
| 22 | +* Added OBS-PowerShell Effects (#109) |
| 23 | + * Effect Commands |
| 24 | + * Get-OBSEffect |
| 25 | + * Import-OBSEffect |
| 26 | + * Start-OBSEffect |
| 27 | + * Stop-OBSEffect |
| 28 | + * Remove-OBSEffect |
| 29 | + * ColorLoop (#113) |
| 30 | + * FadeIn (#112) |
| 31 | + * FadeOut (#114) (thanks @I-Am-Jakoby !) |
| 32 | +* Adding Commands for Filtering |
| 33 | + * Set/Add-OBSGainFilter (#94) |
| 34 | + * Set/Add-OBSColorFilter (#92) |
| 35 | + * Set/Add-OBSScrollFilter (#93) |
| 36 | + * Set/Add-OBSSharpnessFilter (#95) |
| 37 | + * Set/Add-OBSRenderDelayFilter (#96) |
| 38 | + * Set/Add-OBSEqualizerFilter (#97) |
| 39 | +* New Easy Sources |
| 40 | + * Set/Add-OBSAudioOutputSource (#110) |
| 41 | + * Set/Add-OBSWindowSource (#104) |
| 42 | + * Set/Add-OBSVLCSource (#102) |
| 43 | +* Scene Items Can Now Do A Lot More |
| 44 | + * Animate allows for multiple steps and is more careful (#75 and #73) |
| 45 | + * Move, Scale, Rotate are written using animate (#80, #81, #89) |
| 46 | +* Extending Inputs (#99) |
| 47 | +* Autogenerating help for extended types, thanks to a new version of [HelpOut](https://github.com/StartAutomating/HelpOut) |
| 48 | +* Improving Performance and Stability of Send/Receive/Watch-OBS (#77, #90, #86, #106, #107) |
| 49 | +
|
| 50 | +
|
| 51 | +* Also, new logo (#76) |
| 52 | +
|
| 53 | +--- |
| 54 | +
|
19 | 55 | ## obs-powershell 0.1.7: |
20 | 56 |
|
21 | 57 | * New Commands: |
|
0 commit comments