From f588046dedacef71dba9e7059885a47c3e3d8189 Mon Sep 17 00:00:00 2001 From: matejcik Date: Fri, 2 Jun 2023 14:44:14 +0200 Subject: [PATCH] docs(python): regenerate changelog --- python/.changelog.d/2795.added | 1 - python/.changelog.d/2967.added | 1 - python/.changelog.d/3048.added | 1 - python/.changelog.d/noissue.added | 1 - python/CHANGELOG.md | 13 +++++++++++++ python/docs/OPTIONS.rst | 1 + 6 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 python/.changelog.d/2795.added delete mode 100644 python/.changelog.d/2967.added delete mode 100644 python/.changelog.d/3048.added delete mode 100644 python/.changelog.d/noissue.added diff --git a/python/.changelog.d/2795.added b/python/.changelog.d/2795.added deleted file mode 100644 index a107b78e7..000000000 --- a/python/.changelog.d/2795.added +++ /dev/null @@ -1 +0,0 @@ -Add possibility to call tutorial flow diff --git a/python/.changelog.d/2967.added b/python/.changelog.d/2967.added deleted file mode 100644 index c9ad38cc7..000000000 --- a/python/.changelog.d/2967.added +++ /dev/null @@ -1 +0,0 @@ -Add ability to change homescreen for Model R diff --git a/python/.changelog.d/3048.added b/python/.changelog.d/3048.added deleted file mode 100644 index 9c2b9fffb..000000000 --- a/python/.changelog.d/3048.added +++ /dev/null @@ -1 +0,0 @@ -Recognize hw model field in vendor headers. diff --git a/python/.changelog.d/noissue.added b/python/.changelog.d/noissue.added deleted file mode 100644 index 8ce4d8415..000000000 --- a/python/.changelog.d/noissue.added +++ /dev/null @@ -1 +0,0 @@ -Recognize signing keys for T2B1. diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 0f104e049..25d88c5ea 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -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/), 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]: 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 [#2745]: https://github.com/trezor/trezor-firmware/pull/2745 [#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 [#2832]: https://github.com/trezor/trezor-firmware/pull/2832 [#2833]: https://github.com/trezor/trezor-firmware/pull/2833 [#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 diff --git a/python/docs/OPTIONS.rst b/python/docs/OPTIONS.rst index 9fcbe6afc..9eb6f5a42 100644 --- a/python/docs/OPTIONS.rst +++ b/python/docs/OPTIONS.rst @@ -216,6 +216,7 @@ Device management commands - setup, recover seed, wipe, etc. self-test Perform a factory self-test. set-busy Show a "Do not disconnect" dialog. setup Perform device setup and generate new seed. + tutorial Show on-device tutorial. wipe Reset device to factory defaults and remove all private data. EOS commands.