mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-08 17:18:46 +00:00
docs(python): regenerate changelog
This commit is contained in:
parent
c3eb1664ef
commit
f588046ded
@ -1 +0,0 @@
|
|||||||
Add possibility to call tutorial flow
|
|
@ -1 +0,0 @@
|
|||||||
Add ability to change homescreen for Model R
|
|
@ -1 +0,0 @@
|
|||||||
Recognize hw model field in vendor headers.
|
|
@ -1 +0,0 @@
|
|||||||
Recognize signing keys for T2B1.
|
|
@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.13.7] (2023-06-02)
|
||||||
|
[0.13.7]: https://github.com/trezor/trezor-firmware/compare/python/v0.13.6...python/v0.13.7
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Recognize signing keys for T2B1.
|
||||||
|
- Add possibility to call tutorial flow [#2795]
|
||||||
|
- Add ability to change homescreen for Model R [#2967]
|
||||||
|
- Recognize hw model field in vendor headers. [#3048]
|
||||||
|
|
||||||
|
|
||||||
## [0.13.6] (2023-04-24)
|
## [0.13.6] (2023-04-24)
|
||||||
[0.13.6]: https://github.com/trezor/trezor-firmware/compare/python/v0.13.5...python/v0.13.6
|
[0.13.6]: https://github.com/trezor/trezor-firmware/compare/python/v0.13.5...python/v0.13.6
|
||||||
|
|
||||||
@ -749,7 +759,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
[#2701]: https://github.com/trezor/trezor-firmware/pull/2701
|
[#2701]: https://github.com/trezor/trezor-firmware/pull/2701
|
||||||
[#2745]: https://github.com/trezor/trezor-firmware/pull/2745
|
[#2745]: https://github.com/trezor/trezor-firmware/pull/2745
|
||||||
[#2786]: https://github.com/trezor/trezor-firmware/pull/2786
|
[#2786]: https://github.com/trezor/trezor-firmware/pull/2786
|
||||||
|
[#2795]: https://github.com/trezor/trezor-firmware/pull/2795
|
||||||
[#2801]: https://github.com/trezor/trezor-firmware/pull/2801
|
[#2801]: https://github.com/trezor/trezor-firmware/pull/2801
|
||||||
[#2832]: https://github.com/trezor/trezor-firmware/pull/2832
|
[#2832]: https://github.com/trezor/trezor-firmware/pull/2832
|
||||||
[#2833]: https://github.com/trezor/trezor-firmware/pull/2833
|
[#2833]: https://github.com/trezor/trezor-firmware/pull/2833
|
||||||
[#2880]: https://github.com/trezor/trezor-firmware/pull/2880
|
[#2880]: https://github.com/trezor/trezor-firmware/pull/2880
|
||||||
|
[#2967]: https://github.com/trezor/trezor-firmware/pull/2967
|
||||||
|
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
|
||||||
|
@ -216,6 +216,7 @@ Device management commands - setup, recover seed, wipe, etc.
|
|||||||
self-test Perform a factory self-test.
|
self-test Perform a factory self-test.
|
||||||
set-busy Show a "Do not disconnect" dialog.
|
set-busy Show a "Do not disconnect" dialog.
|
||||||
setup Perform device setup and generate new seed.
|
setup Perform device setup and generate new seed.
|
||||||
|
tutorial Show on-device tutorial.
|
||||||
wipe Reset device to factory defaults and remove all private data.
|
wipe Reset device to factory defaults and remove all private data.
|
||||||
|
|
||||||
EOS commands.
|
EOS commands.
|
||||||
|
Loading…
Reference in New Issue
Block a user