Releases: onyx-and-iris/vmrcli
Releases · onyx-and-iris/vmrcli
vmrcli v0.14.1
Full Changelog: v0.14.0...v0.14.1
vmrcli v0.14.0
Full Changelog: v0.13.0...v0.14.0
vmrcli v0.13.0
Full Changelog: v0.12.0...v0.13.0
v0.12.0
This update includes several changes to the flags:
- -D flag changed to -l flag. It now accepts a string (the name of the log level). Must be one of TRACE, DEBUG, INFO, WARN, ERROR, or FATAL.
- -v flag now prints the CLI version and exits.
- What was previously the -v flag is now the -e flag, it does the same thing, namely prints extra console output, for example when toggling.
- New flag -f allows users to send strings requests that contain spaces, see string commands with spaces section in the README.
v0.11.0
Changes internal to the interface, they don't affect cli usage.
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 ,.