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:
parent
d7e1f0faf3
commit
cb76e1351d
@ -1 +0,0 @@
|
||||
Require confirmation when installing non-full trust firmware image on empty device
|
@ -1 +0,0 @@
|
||||
Fix incorrect error message when installing firmware for different model.
|
@ -1 +0,0 @@
|
||||
Added firmware downgrade protection
|
@ -1 +0,0 @@
|
||||
[T3B1, T3T1] Added bootloader unlock mechanism to U5 models
|
@ -1 +0,0 @@
|
||||
[T3B1] UI adjustments: fix icon on warning screen, replace empty logo with full during boot
|
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
Added commands to read bootloader and boardloader versions
|
@ -1 +0,0 @@
|
||||
Added TOUCH_CUSTOM and TOUCH_IDLE commands
|
@ -1 +0,0 @@
|
||||
[T3B1] Changed welcome screen to show full white display
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user