1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

python/changelog: update changelog, tag release

This commit is contained in:
matejcik 2019-05-29 18:52:52 +02:00
parent e6f440e11c
commit 6060a56d2c

View File

@ -6,23 +6,33 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
_At the moment, the project does **not** adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). That is expected to change with version 1.0._ _At the moment, the project does **not** adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). That is expected to change with version 1.0._
## [0.11.3] - Unreleased ## [0.11.3] - 2019-05-29
[0.11.3]: https://github.com/trezor/python-trezor/compare/v0.11.2...master [0.11.3]: https://github.com/trezor/trezor-firmware/compare/python/v0.11.2...python/v0.11.3
### Added ### Added
- trezorctl can now send ERC20 tokens - trezorctl can now send ERC20 tokens
- trezorctl usb-reset will perform USB reset on devices in inconsistent state - trezorctl usb-reset will perform USB reset on devices in inconsistent state
- set-display-rotation command added for TT firmware 2.1.1 - set-display-rotation command added for TT firmware 2.1.1
- EOS support [f#87]
- Tezos: add voting support [f#41]
- `dict_to_proto` now allows enum values as strings
### Changed ### Changed
- Minimum firmware versions bumped to 1.8.0 and 2.1.0 - Minimum firmware versions bumped to 1.8.0 and 2.1.0
- Cleaner errors when UI object is not supplied
- Generated files are now part of the source tarball again. That means that `protoc` is no longer required.
### Fixed ### Fixed
- Ethereum commands in trezorctl now work - Ethereum commands in trezorctl now work
- Memory debugging tools now work again
### Removed
- Tron and Ontology support removed until implementations exist in Trezor firmware
## [0.11.2] - 2019-02-27 ## [0.11.2] - 2019-02-27
@ -265,3 +275,5 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](http://
[#349]: https://github.com/trezor/python-trezor/issues/349 [#349]: https://github.com/trezor/python-trezor/issues/349
[#351]: https://github.com/trezor/python-trezor/issues/351 [#351]: https://github.com/trezor/python-trezor/issues/351
[#352]: https://github.com/trezor/python-trezor/issues/352 [#352]: https://github.com/trezor/python-trezor/issues/352
[f#41]: https://github.com/trezor/trezor-firmware/issues/41
[f#87]: https://github.com/trezor/trezor-firmware/issues/87