1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-21 18:45:42 +00:00

docs(core): changelog for 2.8.8

This commit is contained in:
obrusvit 2025-01-29 15:44:29 +01:00
parent 7bd37520ac
commit b8cf9daa2e
11 changed files with 62 additions and 6 deletions

View File

@ -1 +0,0 @@
[T2B1, T3B1] Fix "PIN attempts exceeded" screen.

View File

@ -1 +0,0 @@
[T3B1] Fix behavior of a button press during "hold to confirm".

View File

@ -1 +0,0 @@
[T2T1] Fix wrong RSOD color on some older Model T devices.

View File

@ -1 +0,0 @@
[T3T1] Fixed flashing old content when fading.

View File

@ -1 +0,0 @@
[T3B1] Fix backup failing if middle button is pressed during confirmation.

View File

@ -1 +0,0 @@
[T2T1] Fixed a bug resulting in restarting the recovery flow when inputting 33-word mnemonic.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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