Releases: onyx-and-iris/vmrcli
v0.11.0
v0.10.0
Input buffer size increased.
v0.9.0
Added some quickcommands:
lock
: command.lock=1unlock
: command.lock=0show
: command.show=1hide
: command.show=0restart
: command.restart=1
They may be used in either direct or interactive mode.
v0.8.0
New flag -I
added, disables >>
on the interactive prompt.
Script files may now contain comments starting with #
. No attempt will be made to parse these lines.
v0.7.1
Adding logging for unknown option/missing option args.
v0.6.0
Multiple commands in script files may now be separated by space, ;
or ,
.
v0.5.0
Added -c flag for loading user configuration files.
Give the full file path, for example:
./vmrcli.exe -v -D2 -c"<path to configuration file>\audio.xml" -i
will load the configuration file and then go into interactive mode.
v0.4.0
Added -s flag for launching StreamerView app
Added -m flag for launching MacroButtons app
v0.3.0
Allow multiple API commands per line in a script file
New flag -v
added for showing extra console output (set and toggle commands)
v0.2.1
Print a warning if attempting to toggle a non-boolean parameter