- Replace structopt crate with clap to get really rid of atty
- Update rustyline to v13.0
- Replace unmaintained atty crate with standard library implementation
- Add history element even if parsing fails
- Disable SSL when connecting to localhost
- Fix crash when only NaNs are returned from raw command
- Update various crates
- Add typed input to history instead of generated json
- Add shortcut for hidden values with
--hidden
- Add shortcuts
sn
forserial_number
andbt
forboard_temp
- Add shortcut for
sync
command
- Add shortcuts for
channel_data
andchanel_attributes
- Update libraries
- Add support for ssl encryption (enabled by default)
- Allow to use
--serial
to generate link local ipv6 adress for given serial
- Add support for
ks_sync
andks
command - Add second level for quick commands, if parameter two is not json, it will be sent as name
- Initial release