0.0.2
Pre-release
Pre-release
- Files can now be listed with
dvr find
and downloaded (to standard output) withdvr cat
. - Device can now be rebooted with
dvr reboot
. - System time can now be set using
dvr time
, usingdateparser
. - The
dvr info
tool reports system time alongside uptime. - Connection classes are now in
dvrip.io
. - The
test_connect
development script is renamed todvrip_test
. - The
dvr
tool can now be launched under Windows. - Broken dependency on Python 3.7 and broken development dependencies on
mock
andtyping_extensions
are fixed.