mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 12:28:09 +00:00
python: update changelog
This commit is contained in:
parent
efcaf7bda6
commit
3dd3d96957
@ -15,6 +15,10 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/
|
|||||||
- `trezorctl btc get-address` can create multisig addresses.
|
- `trezorctl btc get-address` can create multisig addresses.
|
||||||
- the following commands are now equivalent in trezorctl: `firmware-update`, `firmware-upgrade`,
|
- the following commands are now equivalent in trezorctl: `firmware-update`, `firmware-upgrade`,
|
||||||
`update-firmware`, `upgrade-firmware`
|
`update-firmware`, `upgrade-firmware`
|
||||||
|
- support for EXTERNAL input type [#38], [#1052]
|
||||||
|
- support for ownership proofs
|
||||||
|
- support for pre-authorized CoinJoin transactions [#37]
|
||||||
|
- support for Cardano Shelley [#948]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@ -22,7 +26,7 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- correctly calculate hashes for very small firmwares [f#1082]
|
- correctly calculate hashes for very small firmwares [f#1082]
|
||||||
- unified file arguments in trezorctl
|
- unified file arguments in trezorctl
|
||||||
|
|
||||||
## [0.12.0] - 2020-04-01
|
## [0.12.0] - 2020-04-01
|
||||||
@ -399,6 +403,8 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/
|
|||||||
[f#778]: https://github.com/trezor/trezor-firmware/issues/778
|
[f#778]: https://github.com/trezor/trezor-firmware/issues/778
|
||||||
[f#823]: https://github.com/trezor/trezor-firmware/issues/823
|
[f#823]: https://github.com/trezor/trezor-firmware/issues/823
|
||||||
[f#1082]: https://github.com/trezor/trezor-firmware/issues/1082
|
[f#1082]: https://github.com/trezor/trezor-firmware/issues/1082
|
||||||
|
[#37]: https://github.com/trezor/trezor-firmware/issues/37
|
||||||
|
[#38]: https://github.com/trezor/trezor-firmware/issues/38
|
||||||
[#94]: https://github.com/trezor/python-trezor/issues/94
|
[#94]: https://github.com/trezor/python-trezor/issues/94
|
||||||
[#167]: https://github.com/trezor/python-trezor/issues/167
|
[#167]: https://github.com/trezor/python-trezor/issues/167
|
||||||
[#169]: https://github.com/trezor/python-trezor/issues/169
|
[#169]: https://github.com/trezor/python-trezor/issues/169
|
||||||
@ -442,4 +448,6 @@ _At the moment, the project does **not** adhere to [Semantic Versioning](https:/
|
|||||||
[#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
|
||||||
|
[#948]: https://github.com/trezor/trezor-firmware/issues/948
|
||||||
|
[#1052]: https://github.com/trezor/trezor-firmware/issues/1052
|
||||||
[#1126]: https://github.com/trezor/trezor-firmware/issues/1126
|
[#1126]: https://github.com/trezor/trezor-firmware/issues/1126
|
||||||
|
Loading…
Reference in New Issue
Block a user