add special commands

Added special commands:
show
restart
showvbanchat
shutdown

Updated README and CHANGELOG to reflect changes.

Minor version bump
This commit is contained in:
onyx-and-iris
2021-08-23 15:24:05 +01:00
parent da9a71188c
commit a7913f8934
6 changed files with 83 additions and 0 deletions

10
examples/special.ps1 Normal file
View File

@@ -0,0 +1,10 @@
Import-Module Voicemeeter
try {
$vmr = Get-RemoteBanana
$vmr.command.show
$vmr.command.restart
$vmr.command.showvbanchat
}
finally { $vmr.Logout() }