1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

chore(core): changelog for bootloader and prodtest

This commit is contained in:
Martin Milata 2024-09-05 15:11:42 +02:00
parent d7e1f0faf3
commit cb76e1351d
10 changed files with 30 additions and 8 deletions

View File

@ -1 +0,0 @@
Require confirmation when installing non-full trust firmware image on empty device

View File

@ -1 +0,0 @@
Fix incorrect error message when installing firmware for different model.

View File

@ -1 +0,0 @@
Added firmware downgrade protection

View File

@ -1 +0,0 @@
[T3B1, T3T1] Added bootloader unlock mechanism to U5 models

View File

@ -1 +0,0 @@
[T3B1] UI adjustments: fix icon on warning screen, replace empty logo with full during boot

View File

@ -4,6 +4,19 @@ 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.1.8 [September 2024]
### Added
- Added firmware downgrade protection. [#4133]
### Changed
- Require confirmation when installing non-full trust firmware image on empty device. [#3709]
- Fix incorrect error message when installing firmware for different model. [#4081]
- [T3B1, T3T1] Added bootloader unlock mechanism to U5 models. [#4133]
### Fixed
- [T3B1] UI adjustments: fix icon on warning screen, replace empty logo with full during boot. [#4140]
## 2.1.7 [July 2024]
### Added
@ -144,5 +157,9 @@ Internal only release for Model R prototypes.
[#3303]: https://github.com/trezor/trezor-firmware/pull/3303
[#3370]: https://github.com/trezor/trezor-firmware/pull/3370
[#3429]: https://github.com/trezor/trezor-firmware/pull/3429
[#3709]: https://github.com/trezor/trezor-firmware/pull/3709
[#3711]: https://github.com/trezor/trezor-firmware/pull/3711
[#3770]: https://github.com/trezor/trezor-firmware/pull/3770
[#4081]: https://github.com/trezor/trezor-firmware/pull/4081
[#4133]: https://github.com/trezor/trezor-firmware/pull/4133
[#4140]: https://github.com/trezor/trezor-firmware/pull/4140

View File

@ -1 +0,0 @@
Added commands to read bootloader and boardloader versions

View File

@ -1 +0,0 @@
Added TOUCH_CUSTOM and TOUCH_IDLE commands

View File

@ -1 +0,0 @@
[T3B1] Changed welcome screen to show full white display

View File

@ -1,4 +1,14 @@
## 0.2.9 [18th September 2024]
### Added
- Added commands to read bootloader and boardloader versions. [#3752]
- Added TOUCH_CUSTOM and TOUCH_IDLE commands. [#4064]
### Changed
- [T3B1] Changed welcome screen to show full white display. [#4140]
## 0.2.8 [19th July 2024]
### Added
@ -61,7 +71,10 @@
[#3325]: https://github.com/trezor/trezor-firmware/pull/3325
[#3370]: https://github.com/trezor/trezor-firmware/pull/3370
[#3752]: https://github.com/trezor/trezor-firmware/pull/3752
[#3769]: https://github.com/trezor/trezor-firmware/pull/3769
[#3770]: https://github.com/trezor/trezor-firmware/pull/3770
[#3900]: https://github.com/trezor/trezor-firmware/pull/3900
[#3932]: https://github.com/trezor/trezor-firmware/pull/3932
[#4064]: https://github.com/trezor/trezor-firmware/pull/4064
[#4140]: https://github.com/trezor/trezor-firmware/pull/4140