Skip to content

Releases: onyx-and-iris/vmrcli

v0.11.0

23 Jul 16:35
Compare
Choose a tag to compare

Changes internal to the interface, they don't affect cli usage.

v0.10.0

13 Jul 10:53
Compare
Choose a tag to compare

Input buffer size increased.

v0.9.0

10 Jul 17:19
Compare
Choose a tag to compare

Added some quickcommands:

  • lock: command.lock=1
  • unlock: command.lock=0
  • show: command.show=1
  • hide: command.show=0
  • restart: command.restart=1

They may be used in either direct or interactive mode.

v0.8.0

10 Jul 09:55
Compare
Choose a tag to compare

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

09 Jul 12:16
Compare
Choose a tag to compare

Adding logging for unknown option/missing option args.

v0.6.0

08 Jul 17:01
Compare
Choose a tag to compare

Multiple commands in script files may now be separated by space, ; or ,.

v0.5.0

05 Jul 10:30
Compare
Choose a tag to compare

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

02 Jul 16:50
Compare
Choose a tag to compare

Added -s flag for launching StreamerView app
Added -m flag for launching MacroButtons app

v0.3.0

02 Jul 09:16
Compare
Choose a tag to compare

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

01 Jul 02:43
Compare
Choose a tag to compare

Print a warning if attempting to toggle a non-boolean parameter