mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-21 13:58:08 +00:00
docs(core/bootloader): generate changelog for 2.1.2
This commit is contained in:
parent
ee34425062
commit
0532585105
@ -1 +0,0 @@
|
|||||||
Locked bootloader support: bootloader will disallow installation of unofficial firmware unless the Optiga pairing secret is erased.
|
|
@ -1 +0,0 @@
|
|||||||
When building a `PRODUCTION=0` bootloader, it will recognize the development signing keys instead of production ones.
|
|
@ -1 +0,0 @@
|
|||||||
Support unlocking the bootloader via `UnlockBootloader` message.
|
|
@ -1 +0,0 @@
|
|||||||
Fixed gamma correction settings for Model T
|
|
@ -1 +0,0 @@
|
|||||||
Added support for STM32F429I-DISC1 board
|
|
@ -1 +0,0 @@
|
|||||||
Show "empty lock" logo together with model name (replacing the "filled lock" logo for bootloader entirely).
|
|
@ -4,6 +4,21 @@ 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/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## 2.1.2 [August 2023]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added support for STM32F429I-DISC1 board [#2989]
|
||||||
|
- Locked bootloader support: bootloader will disallow installation of unofficial firmware unless the Optiga pairing secret is erased.
|
||||||
|
- Support unlocking the bootloader via `UnlockBootloader` message.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Show "empty lock" logo together with model name (replacing the "filled lock" logo for bootloader entirely). [#3222]
|
||||||
|
- When building a `PRODUCTION=0` bootloader, it will recognize the development signing keys instead of production ones.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed gamma correction settings for Model T [#2955]
|
||||||
|
|
||||||
|
|
||||||
## 2.1.1 [June 2023]
|
## 2.1.1 [June 2023]
|
||||||
|
|
||||||
Internal only release for Model R prototypes.
|
Internal only release for Model R prototypes.
|
||||||
@ -76,4 +91,7 @@ Internal only release for Model R prototypes.
|
|||||||
[#2879]: https://github.com/trezor/trezor-firmware/pull/2879
|
[#2879]: https://github.com/trezor/trezor-firmware/pull/2879
|
||||||
[#2896]: https://github.com/trezor/trezor-firmware/pull/2896
|
[#2896]: https://github.com/trezor/trezor-firmware/pull/2896
|
||||||
[#2941]: https://github.com/trezor/trezor-firmware/pull/2941
|
[#2941]: https://github.com/trezor/trezor-firmware/pull/2941
|
||||||
|
[#2955]: https://github.com/trezor/trezor-firmware/pull/2955
|
||||||
|
[#2989]: https://github.com/trezor/trezor-firmware/pull/2989
|
||||||
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
|
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
|
||||||
|
[#3222]: https://github.com/trezor/trezor-firmware/pull/3222
|
||||||
|
Loading…
Reference in New Issue
Block a user