From b8cf9daa2e6069185f042ea851ccd413c3b6f872 Mon Sep 17 00:00:00 2001 From: obrusvit Date: Wed, 29 Jan 2025 15:44:29 +0100 Subject: [PATCH] docs(core): changelog for 2.8.8 --- core/.changelog.d/3324.fixed | 1 - core/.changelog.d/3772.fixed | 1 - core/.changelog.d/4491.fixed | 1 - core/.changelog.d/4492.fixed | 1 - core/.changelog.d/4500.fixed | 1 - core/.changelog.d/4537.fixed | 1 - core/CHANGELOG.T2B1.md | 11 +++++++++++ core/CHANGELOG.T2T1.md | 11 +++++++++++ core/CHANGELOG.T3B1.md | 13 +++++++++++++ core/CHANGELOG.T3T1.md | 11 +++++++++++ core/CHANGELOG.md | 16 ++++++++++++++++ 11 files changed, 62 insertions(+), 6 deletions(-) delete mode 100644 core/.changelog.d/3324.fixed delete mode 100644 core/.changelog.d/3772.fixed delete mode 100644 core/.changelog.d/4491.fixed delete mode 100644 core/.changelog.d/4492.fixed delete mode 100644 core/.changelog.d/4500.fixed delete mode 100644 core/.changelog.d/4537.fixed diff --git a/core/.changelog.d/3324.fixed b/core/.changelog.d/3324.fixed deleted file mode 100644 index 6fcea61e1c..0000000000 --- a/core/.changelog.d/3324.fixed +++ /dev/null @@ -1 +0,0 @@ -[T2B1, T3B1] Fix "PIN attempts exceeded" screen. diff --git a/core/.changelog.d/3772.fixed b/core/.changelog.d/3772.fixed deleted file mode 100644 index 75d35009fe..0000000000 --- a/core/.changelog.d/3772.fixed +++ /dev/null @@ -1 +0,0 @@ -[T3B1] Fix behavior of a button press during "hold to confirm". diff --git a/core/.changelog.d/4491.fixed b/core/.changelog.d/4491.fixed deleted file mode 100644 index f9a8e2a6cd..0000000000 --- a/core/.changelog.d/4491.fixed +++ /dev/null @@ -1 +0,0 @@ -[T2T1] Fix wrong RSOD color on some older Model T devices. diff --git a/core/.changelog.d/4492.fixed b/core/.changelog.d/4492.fixed deleted file mode 100644 index 71dd15909d..0000000000 --- a/core/.changelog.d/4492.fixed +++ /dev/null @@ -1 +0,0 @@ -[T3T1] Fixed flashing old content when fading. diff --git a/core/.changelog.d/4500.fixed b/core/.changelog.d/4500.fixed deleted file mode 100644 index bfd7224b1f..0000000000 --- a/core/.changelog.d/4500.fixed +++ /dev/null @@ -1 +0,0 @@ -[T3B1] Fix backup failing if middle button is pressed during confirmation. diff --git a/core/.changelog.d/4537.fixed b/core/.changelog.d/4537.fixed deleted file mode 100644 index e3ce204e6a..0000000000 --- a/core/.changelog.d/4537.fixed +++ /dev/null @@ -1 +0,0 @@ -[T2T1] Fixed a bug resulting in restarting the recovery flow when inputting 33-word mnemonic. diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md index 1506cbda91..91784cd2f8 100644 --- a/core/CHANGELOG.T2B1.md +++ b/core/CHANGELOG.T2B1.md @@ -4,6 +4,11 @@ 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/). +## [2.8.8] (internal release) + +### Fixed +- Fix "PIN attempts exceeded" screen. [#3324] + ## [2.8.7] (22th January 2025) ### Added @@ -949,6 +954,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3256]: https://github.com/trezor/trezor-firmware/pull/3256 [#3296]: https://github.com/trezor/trezor-firmware/pull/3296 [#3311]: https://github.com/trezor/trezor-firmware/pull/3311 +[#3324]: https://github.com/trezor/trezor-firmware/pull/3324 [#3359]: https://github.com/trezor/trezor-firmware/pull/3359 [#3370]: https://github.com/trezor/trezor-firmware/pull/3370 [#3377]: https://github.com/trezor/trezor-firmware/pull/3377 @@ -972,6 +978,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3640]: https://github.com/trezor/trezor-firmware/pull/3640 [#3692]: https://github.com/trezor/trezor-firmware/pull/3692 [#3728]: https://github.com/trezor/trezor-firmware/pull/3728 +[#3772]: https://github.com/trezor/trezor-firmware/pull/3772 [#3797]: https://github.com/trezor/trezor-firmware/pull/3797 [#3813]: https://github.com/trezor/trezor-firmware/pull/3813 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 @@ -1031,3 +1038,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#4402]: https://github.com/trezor/trezor-firmware/pull/4402 [#4421]: https://github.com/trezor/trezor-firmware/pull/4421 [#4462]: https://github.com/trezor/trezor-firmware/pull/4462 +[#4491]: https://github.com/trezor/trezor-firmware/pull/4491 +[#4492]: https://github.com/trezor/trezor-firmware/pull/4492 +[#4500]: https://github.com/trezor/trezor-firmware/pull/4500 +[#4537]: https://github.com/trezor/trezor-firmware/pull/4537 diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md index ebf49b8603..2a1db8bc35 100644 --- a/core/CHANGELOG.T2T1.md +++ b/core/CHANGELOG.T2T1.md @@ -4,6 +4,12 @@ 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/). +## [2.8.8] (19th February 2025) + +### Fixed +- Fix wrong RSOD color on some older Model T devices. [#4491] +- Fixed a bug resulting in restarting the recovery flow when inputting 33-word mnemonic. [#4537] + ## [2.8.7] (22th January 2025) ### Added @@ -964,6 +970,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3640]: https://github.com/trezor/trezor-firmware/pull/3640 [#3692]: https://github.com/trezor/trezor-firmware/pull/3692 [#3728]: https://github.com/trezor/trezor-firmware/pull/3728 +[#3772]: https://github.com/trezor/trezor-firmware/pull/3772 [#3797]: https://github.com/trezor/trezor-firmware/pull/3797 [#3813]: https://github.com/trezor/trezor-firmware/pull/3813 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 @@ -1023,3 +1030,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#4402]: https://github.com/trezor/trezor-firmware/pull/4402 [#4421]: https://github.com/trezor/trezor-firmware/pull/4421 [#4462]: https://github.com/trezor/trezor-firmware/pull/4462 +[#4491]: https://github.com/trezor/trezor-firmware/pull/4491 +[#4492]: https://github.com/trezor/trezor-firmware/pull/4492 +[#4500]: https://github.com/trezor/trezor-firmware/pull/4500 +[#4537]: https://github.com/trezor/trezor-firmware/pull/4537 diff --git a/core/CHANGELOG.T3B1.md b/core/CHANGELOG.T3B1.md index 2702bd3121..6b85436e55 100644 --- a/core/CHANGELOG.T3B1.md +++ b/core/CHANGELOG.T3B1.md @@ -4,6 +4,13 @@ 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/). +## [2.8.8] (internal release) + +### Fixed +- Fix "PIN attempts exceeded" screen. [#3324] +- Fix behavior of a button press during "hold to confirm". [#3772] +- Fix backup failing if middle button is pressed during confirmation. [#4500] + ## [2.8.7] (22th January 2025) ### Added @@ -949,6 +956,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3256]: https://github.com/trezor/trezor-firmware/pull/3256 [#3296]: https://github.com/trezor/trezor-firmware/pull/3296 [#3311]: https://github.com/trezor/trezor-firmware/pull/3311 +[#3324]: https://github.com/trezor/trezor-firmware/pull/3324 [#3359]: https://github.com/trezor/trezor-firmware/pull/3359 [#3370]: https://github.com/trezor/trezor-firmware/pull/3370 [#3377]: https://github.com/trezor/trezor-firmware/pull/3377 @@ -972,6 +980,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3640]: https://github.com/trezor/trezor-firmware/pull/3640 [#3692]: https://github.com/trezor/trezor-firmware/pull/3692 [#3728]: https://github.com/trezor/trezor-firmware/pull/3728 +[#3772]: https://github.com/trezor/trezor-firmware/pull/3772 [#3797]: https://github.com/trezor/trezor-firmware/pull/3797 [#3813]: https://github.com/trezor/trezor-firmware/pull/3813 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 @@ -1031,3 +1040,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#4402]: https://github.com/trezor/trezor-firmware/pull/4402 [#4421]: https://github.com/trezor/trezor-firmware/pull/4421 [#4462]: https://github.com/trezor/trezor-firmware/pull/4462 +[#4491]: https://github.com/trezor/trezor-firmware/pull/4491 +[#4492]: https://github.com/trezor/trezor-firmware/pull/4492 +[#4500]: https://github.com/trezor/trezor-firmware/pull/4500 +[#4537]: https://github.com/trezor/trezor-firmware/pull/4537 diff --git a/core/CHANGELOG.T3T1.md b/core/CHANGELOG.T3T1.md index 7c7482f868..2d5fb1e53c 100644 --- a/core/CHANGELOG.T3T1.md +++ b/core/CHANGELOG.T3T1.md @@ -4,6 +4,11 @@ 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/). +## [2.8.8] (internal release) + +### Fixed +- Fixed flashing old content when fading. [#4492] + ## [2.8.7] (22th January 2025) ### Added @@ -982,6 +987,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3256]: https://github.com/trezor/trezor-firmware/pull/3256 [#3296]: https://github.com/trezor/trezor-firmware/pull/3296 [#3311]: https://github.com/trezor/trezor-firmware/pull/3311 +[#3324]: https://github.com/trezor/trezor-firmware/pull/3324 [#3359]: https://github.com/trezor/trezor-firmware/pull/3359 [#3370]: https://github.com/trezor/trezor-firmware/pull/3370 [#3377]: https://github.com/trezor/trezor-firmware/pull/3377 @@ -1005,6 +1011,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3640]: https://github.com/trezor/trezor-firmware/pull/3640 [#3692]: https://github.com/trezor/trezor-firmware/pull/3692 [#3728]: https://github.com/trezor/trezor-firmware/pull/3728 +[#3772]: https://github.com/trezor/trezor-firmware/pull/3772 [#3797]: https://github.com/trezor/trezor-firmware/pull/3797 [#3813]: https://github.com/trezor/trezor-firmware/pull/3813 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 @@ -1064,3 +1071,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#4402]: https://github.com/trezor/trezor-firmware/pull/4402 [#4421]: https://github.com/trezor/trezor-firmware/pull/4421 [#4462]: https://github.com/trezor/trezor-firmware/pull/4462 +[#4491]: https://github.com/trezor/trezor-firmware/pull/4491 +[#4492]: https://github.com/trezor/trezor-firmware/pull/4492 +[#4500]: https://github.com/trezor/trezor-firmware/pull/4500 +[#4537]: https://github.com/trezor/trezor-firmware/pull/4537 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 1c122efd85..83a7532d67 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,6 +4,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/). +## [2.8.8] (19th February 2025) + +### Fixed +- [T2B1, T3B1] Fix "PIN attempts exceeded" screen. [#3324] +- [T3B1] Fix behavior of a button press during "hold to confirm". [#3772] +- [T2T1] Fix wrong RSOD color on some older Model T devices. [#4491] +- [T3T1] Fixed flashing old content when fading. [#4492] +- [T3B1] Fix backup failing if middle button is pressed during confirmation. [#4500] +- [T2T1] Fixed a bug resulting in restarting the recovery flow when inputting 33-word mnemonic. [#4537] + ## [2.8.7] (22th January 2025) ### Added @@ -1004,6 +1014,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3256]: https://github.com/trezor/trezor-firmware/pull/3256 [#3296]: https://github.com/trezor/trezor-firmware/pull/3296 [#3311]: https://github.com/trezor/trezor-firmware/pull/3311 +[#3324]: https://github.com/trezor/trezor-firmware/pull/3324 [#3359]: https://github.com/trezor/trezor-firmware/pull/3359 [#3370]: https://github.com/trezor/trezor-firmware/pull/3370 [#3377]: https://github.com/trezor/trezor-firmware/pull/3377 @@ -1027,6 +1038,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3640]: https://github.com/trezor/trezor-firmware/pull/3640 [#3692]: https://github.com/trezor/trezor-firmware/pull/3692 [#3728]: https://github.com/trezor/trezor-firmware/pull/3728 +[#3772]: https://github.com/trezor/trezor-firmware/pull/3772 [#3797]: https://github.com/trezor/trezor-firmware/pull/3797 [#3813]: https://github.com/trezor/trezor-firmware/pull/3813 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 @@ -1086,3 +1098,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#4402]: https://github.com/trezor/trezor-firmware/pull/4402 [#4421]: https://github.com/trezor/trezor-firmware/pull/4421 [#4462]: https://github.com/trezor/trezor-firmware/pull/4462 +[#4491]: https://github.com/trezor/trezor-firmware/pull/4491 +[#4492]: https://github.com/trezor/trezor-firmware/pull/4492 +[#4500]: https://github.com/trezor/trezor-firmware/pull/4500 +[#4537]: https://github.com/trezor/trezor-firmware/pull/4537