From e2199f6099218c439a047e7c4ea298b4ab9f6553 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 24 Mar 2020 16:39:38 +0100 Subject: [PATCH] python: update changelog, regenerate OPTIONS.rst --- python/CHANGELOG.md | 7 +++++++ python/docs/OPTIONS.rst | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 247774ed0..729e314c4 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -18,6 +18,9 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/ for multiple subsequent trezorctl operations - built-in functionality of UdpTransport to wait until an emulator comes up, and the related command `trezorctl wait-for-emulator` +- `trezorctl debug send-bytes` can send raw messages to the device [f#116] +- when updating firmware, user is warned that the requested version does not match their device [f#823] +- `trezorctl list` can now show name, model and id of device ### Changed @@ -31,10 +34,13 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/ indicating that the connected Trezor is capable of on-device entry - `Transport.write` and `read` method signatures changed to accept bytes instead of protobuf messages +- trezorctl subcommands have a common `@with_client` decorator that manages exception + handling and connecting to device ### Fixed - trezorctl does not print empty line when there is no output +- trezorctl cleanly reports wire exceptions [f#226] ### Removed @@ -45,6 +51,7 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/ is being removed - PIN protection and passphrase protection for `ping()` command was removed - compatibility no-op code from trezorlib 0.9 was removed from `trezorlib.client` +- `trezorlib.tools.CallException` was dropped, use `trezorlib.exceptions.TrezorFailure` instead ## [0.11.6] - 2019-12-30 diff --git a/python/docs/OPTIONS.rst b/python/docs/OPTIONS.rst index 2eef1fd7b..d82ca1b92 100644 --- a/python/docs/OPTIONS.rst +++ b/python/docs/OPTIONS.rst @@ -185,7 +185,8 @@ Miscellaneous debug features. --help Show this message and exit. Commands: - show-text Show text on Trezor display. + send-bytes Send raw bytes to Trezor. + show-text Show text on Trezor display. Device management commands - setup, recover seed, wipe, etc. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~