1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 06:48:16 +00:00

docs(core): changelog for 2.8.6

This commit is contained in:
Martin Milata 2024-11-26 23:12:25 +01:00
parent c44f901a97
commit 688bddc887
21 changed files with 132 additions and 33 deletions

View File

@ -1 +0,0 @@
Improve UI synchronization, ordering, and responsiveness (Global Layout project).

View File

@ -1 +0,0 @@
Improved device responsiveness by removing unnecessary screen refreshes.

View File

@ -1 +0,0 @@
Fix translation of the 'Enable labeling' screen.

View File

@ -1 +0,0 @@
Show last typed PIN number for short period of time

View File

@ -1 +0,0 @@
Enum for valid device rotations

View File

@ -1 +0,0 @@
[T3T1] Add swipe back in fido confirm flow menu.

View File

@ -1 +0,0 @@
Add P2WSH support for Unchained BIP32 paths.

View File

@ -1 +0,0 @@
[T3T1] Make swipe back action in tutorial flow menu consistent with menu cancel action.

View File

@ -1 +0,0 @@
[T3T1] Fix color and icon for 'Success' string in set_brightness flow.

View File

@ -1 +0,0 @@
[T3T1] Add page counter to paginated blobs.

View File

@ -1 +0,0 @@
[T3T1] Add cancel button to individual pages of a blob.

View File

@ -1 +0,0 @@
[T3T1] Add margin to the first page of a blob.

View File

@ -1 +0,0 @@
[T3B1] Add "continue" button after scrolling through the whole blob.

View File

@ -1 +0,0 @@
[T3B1] Fix data size mismatch when confirming a blob.

View File

@ -1 +0,0 @@
[T3T1] Fixed incorrect navigation in handy menu while signing BTC message

View File

@ -1 +0,0 @@
[T3T1] Fixed information screen when signing BTC fee bump transaction

View File

@ -4,18 +4,25 @@ 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.5] (20th November 2024)
## [2.8.6] (internal release)
### Added
- Initial support for Italian and Portugese translations. [#4047]
- Added benchmark application. [#4101]
- Add benchmark application. [#4101]
- Show last typed PIN number for short period of time. [#3863]
- Add P2WSH support for Unchained BIP32 paths. [#4271]
### Changed
- Simplified UI of Cardano transactions initiated by Trezor Suite. [#4284]
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
- Improve UI synchronization, ordering, and responsiveness (Global Layout project). [#2299]
- Improve device responsiveness by removing unnecessary screen refreshes. [#3633]
### Fixed
- Fix ETH account number detection. [#3627]
- New EVM call contract flow UI. [#4251]
- Fix translation of the 'Enable labeling' screen. [#3813]
## [2.8.5] (internal release)
## [2.8.4] (internal release)
@ -870,6 +877,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#2284]: https://github.com/trezor/trezor-firmware/pull/2284
[#2289]: https://github.com/trezor/trezor-firmware/pull/2289
[#2297]: https://github.com/trezor/trezor-firmware/pull/2297
[#2299]: https://github.com/trezor/trezor-firmware/pull/2299
[#2300]: https://github.com/trezor/trezor-firmware/pull/2300
[#2313]: https://github.com/trezor/trezor-firmware/pull/2313
[#2324]: https://github.com/trezor/trezor-firmware/pull/2324
@ -948,13 +956,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3536]: https://github.com/trezor/trezor-firmware/pull/3536
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
[#3627]: https://github.com/trezor/trezor-firmware/pull/3627
[#3633]: https://github.com/trezor/trezor-firmware/pull/3633
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
[#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
[#3858]: https://github.com/trezor/trezor-firmware/pull/3858
[#3859]: https://github.com/trezor/trezor-firmware/pull/3859
[#3863]: https://github.com/trezor/trezor-firmware/pull/3863
[#3885]: https://github.com/trezor/trezor-firmware/pull/3885
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
[#3896]: https://github.com/trezor/trezor-firmware/pull/3896
@ -979,6 +990,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4019]: https://github.com/trezor/trezor-firmware/pull/4019
[#4023]: https://github.com/trezor/trezor-firmware/pull/4023
[#4030]: https://github.com/trezor/trezor-firmware/pull/4030
[#4041]: https://github.com/trezor/trezor-firmware/pull/4041
[#4047]: https://github.com/trezor/trezor-firmware/pull/4047
[#4054]: https://github.com/trezor/trezor-firmware/pull/4054
[#4060]: https://github.com/trezor/trezor-firmware/pull/4060
@ -992,6 +1004,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
[#4165]: https://github.com/trezor/trezor-firmware/pull/4165
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
[#4176]: https://github.com/trezor/trezor-firmware/pull/4176
[#4251]: https://github.com/trezor/trezor-firmware/pull/4251
[#4261]: https://github.com/trezor/trezor-firmware/pull/4261
[#4271]: https://github.com/trezor/trezor-firmware/pull/4271
[#4284]: https://github.com/trezor/trezor-firmware/pull/4284
[#4294]: https://github.com/trezor/trezor-firmware/pull/4294
[#4295]: https://github.com/trezor/trezor-firmware/pull/4295
[#4302]: https://github.com/trezor/trezor-firmware/pull/4302
[#4309]: https://github.com/trezor/trezor-firmware/pull/4309
[#4326]: https://github.com/trezor/trezor-firmware/pull/4326

View File

@ -4,19 +4,26 @@ 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.5] (20th November 2024)
## [2.8.6] (internal release)
### Added
- Initial support for Italian and Portugese translations. [#4047]
- Added benchmark application. [#4101]
- Add benchmark application. [#4101]
- Show last typed PIN number for short period of time. [#3863]
- Add P2WSH support for Unchained BIP32 paths. [#4271]
### Changed
- Simplified UI of Cardano transactions initiated by Trezor Suite. [#4284]
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
- Improve UI synchronization, ordering, and responsiveness (Global Layout project). [#2299]
- Improve device responsiveness by removing unnecessary screen refreshes. [#3633]
### Fixed
- Fix ETH account number detection. [#3627]
- Fix spending decred stake outputs. [#4161]
- New EVM call contract flow UI. [#4251]
- Fix translation of the 'Enable labeling' screen. [#3813]
## [2.8.5] (internal release)
## [2.8.4] (internal release)
@ -864,6 +871,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#2284]: https://github.com/trezor/trezor-firmware/pull/2284
[#2289]: https://github.com/trezor/trezor-firmware/pull/2289
[#2297]: https://github.com/trezor/trezor-firmware/pull/2297
[#2299]: https://github.com/trezor/trezor-firmware/pull/2299
[#2300]: https://github.com/trezor/trezor-firmware/pull/2300
[#2313]: https://github.com/trezor/trezor-firmware/pull/2313
[#2324]: https://github.com/trezor/trezor-firmware/pull/2324
@ -942,13 +950,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3536]: https://github.com/trezor/trezor-firmware/pull/3536
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
[#3627]: https://github.com/trezor/trezor-firmware/pull/3627
[#3633]: https://github.com/trezor/trezor-firmware/pull/3633
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
[#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
[#3858]: https://github.com/trezor/trezor-firmware/pull/3858
[#3859]: https://github.com/trezor/trezor-firmware/pull/3859
[#3863]: https://github.com/trezor/trezor-firmware/pull/3863
[#3885]: https://github.com/trezor/trezor-firmware/pull/3885
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
[#3896]: https://github.com/trezor/trezor-firmware/pull/3896
@ -973,6 +984,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4019]: https://github.com/trezor/trezor-firmware/pull/4019
[#4023]: https://github.com/trezor/trezor-firmware/pull/4023
[#4030]: https://github.com/trezor/trezor-firmware/pull/4030
[#4041]: https://github.com/trezor/trezor-firmware/pull/4041
[#4047]: https://github.com/trezor/trezor-firmware/pull/4047
[#4054]: https://github.com/trezor/trezor-firmware/pull/4054
[#4060]: https://github.com/trezor/trezor-firmware/pull/4060
@ -986,6 +998,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
[#4165]: https://github.com/trezor/trezor-firmware/pull/4165
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
[#4176]: https://github.com/trezor/trezor-firmware/pull/4176
[#4251]: https://github.com/trezor/trezor-firmware/pull/4251
[#4261]: https://github.com/trezor/trezor-firmware/pull/4261
[#4271]: https://github.com/trezor/trezor-firmware/pull/4271
[#4284]: https://github.com/trezor/trezor-firmware/pull/4284
[#4294]: https://github.com/trezor/trezor-firmware/pull/4294
[#4295]: https://github.com/trezor/trezor-firmware/pull/4295
[#4302]: https://github.com/trezor/trezor-firmware/pull/4302
[#4309]: https://github.com/trezor/trezor-firmware/pull/4309
[#4326]: https://github.com/trezor/trezor-firmware/pull/4326

View File

@ -4,18 +4,27 @@ 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.5] (20th November 2024)
## [2.8.6] (internal release)
### Added
- Initial support for Italian and Portugese translations. [#4047]
- Added benchmark application. [#4101]
- Add benchmark application. [#4101]
- Show last typed PIN number for short period of time. [#3863]
- Add P2WSH support for Unchained BIP32 paths. [#4271]
### Changed
- Simplified UI of Cardano transactions initiated by Trezor Suite. [#4284]
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
- Improve UI synchronization, ordering, and responsiveness (Global Layout project). [#2299]
- Improve device responsiveness by removing unnecessary screen refreshes. [#3633]
### Fixed
- Fix ETH account number detection. [#3627]
- New EVM call contract flow UI. [#4251]
- Fix translation of the 'Enable labeling' screen. [#3813]
- Fix data size mismatch when confirming a blob. [#4302]
- Add "continue" button after scrolling through the whole blob. [#4302]
## [2.8.5] (internal release)
## [2.8.4] (internal release)
@ -871,6 +880,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#2284]: https://github.com/trezor/trezor-firmware/pull/2284
[#2289]: https://github.com/trezor/trezor-firmware/pull/2289
[#2297]: https://github.com/trezor/trezor-firmware/pull/2297
[#2299]: https://github.com/trezor/trezor-firmware/pull/2299
[#2300]: https://github.com/trezor/trezor-firmware/pull/2300
[#2313]: https://github.com/trezor/trezor-firmware/pull/2313
[#2324]: https://github.com/trezor/trezor-firmware/pull/2324
@ -949,13 +959,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3536]: https://github.com/trezor/trezor-firmware/pull/3536
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
[#3627]: https://github.com/trezor/trezor-firmware/pull/3627
[#3633]: https://github.com/trezor/trezor-firmware/pull/3633
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
[#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
[#3858]: https://github.com/trezor/trezor-firmware/pull/3858
[#3859]: https://github.com/trezor/trezor-firmware/pull/3859
[#3863]: https://github.com/trezor/trezor-firmware/pull/3863
[#3885]: https://github.com/trezor/trezor-firmware/pull/3885
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
[#3896]: https://github.com/trezor/trezor-firmware/pull/3896
@ -980,6 +993,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4019]: https://github.com/trezor/trezor-firmware/pull/4019
[#4023]: https://github.com/trezor/trezor-firmware/pull/4023
[#4030]: https://github.com/trezor/trezor-firmware/pull/4030
[#4041]: https://github.com/trezor/trezor-firmware/pull/4041
[#4047]: https://github.com/trezor/trezor-firmware/pull/4047
[#4054]: https://github.com/trezor/trezor-firmware/pull/4054
[#4060]: https://github.com/trezor/trezor-firmware/pull/4060
@ -993,6 +1007,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
[#4165]: https://github.com/trezor/trezor-firmware/pull/4165
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
[#4176]: https://github.com/trezor/trezor-firmware/pull/4176
[#4251]: https://github.com/trezor/trezor-firmware/pull/4251
[#4261]: https://github.com/trezor/trezor-firmware/pull/4261
[#4271]: https://github.com/trezor/trezor-firmware/pull/4271
[#4284]: https://github.com/trezor/trezor-firmware/pull/4284
[#4294]: https://github.com/trezor/trezor-firmware/pull/4294
[#4295]: https://github.com/trezor/trezor-firmware/pull/4295
[#4302]: https://github.com/trezor/trezor-firmware/pull/4302
[#4309]: https://github.com/trezor/trezor-firmware/pull/4309
[#4326]: https://github.com/trezor/trezor-firmware/pull/4326

View File

@ -4,25 +4,40 @@ 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.5] (20th November 2024)
## [2.8.6] (18th December 2024)
### Added
- Initial support for Italian and Portugese translations. [#4047]
- Added benchmark application. [#4101]
- Add benchmark application. [#4101]
- Show last typed PIN number for short period of time. [#3863]
- Add P2WSH support for Unchained BIP32 paths. [#4271]
### Changed
- Simplified UI of Cardano transactions initiated by Trezor Suite. [#4284]
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
- Included bootloader 2.1.9.
- Improve UI synchronization, ordering, and responsiveness (Global Layout project). [#2299]
- Improve device responsiveness by removing unnecessary screen refreshes. [#3633]
### Fixed
- Show account info in ETH send/stake flow. [#3536]
- Fix ETH account number detection. [#3627]
- Fix XPUB confirmed success screen title. [#3947]
- Display menu items on two lines when one line is not enough. [#4019]
- Fixed missing footer page hints in info about remaining shares in super-shamir recovery. [#4165]
- Fix missing footer page hints in info about remaining shares in super-shamir recovery. [#4165]
- Fix swipe in ETH stake flow menu and address confirmation. [#4167]
- New EVM call contract flow UI. [#4251]
- Add instruction to Swipe up after changing brightness. [#4261]
- Fix translation of the 'Enable labeling' screen. [#3813]
- Add swipe back in FIDO confirm flow menu. [#4176]
- Make swipe back action in tutorial flow menu consistent with menu cancel action. [#4294]
- Fix color and icon for 'Success' string in `set_brightness` flow. [#4295]
- Add margin to the first page of a blob. [#4302]
- Add page counter to paginated blobs. [#4302]
- Add cancel button to individual pages of a blob. [#4302]
- Fix incorrect navigation in handy menu while signing BTC message. [#4309]
- Fix information screen when signing BTC fee bump transaction. [#4326]
## [2.8.5] (internal release)
## [2.8.4] (internal release)
@ -898,6 +913,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#2284]: https://github.com/trezor/trezor-firmware/pull/2284
[#2289]: https://github.com/trezor/trezor-firmware/pull/2289
[#2297]: https://github.com/trezor/trezor-firmware/pull/2297
[#2299]: https://github.com/trezor/trezor-firmware/pull/2299
[#2300]: https://github.com/trezor/trezor-firmware/pull/2300
[#2313]: https://github.com/trezor/trezor-firmware/pull/2313
[#2324]: https://github.com/trezor/trezor-firmware/pull/2324
@ -976,13 +992,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3536]: https://github.com/trezor/trezor-firmware/pull/3536
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
[#3627]: https://github.com/trezor/trezor-firmware/pull/3627
[#3633]: https://github.com/trezor/trezor-firmware/pull/3633
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
[#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
[#3858]: https://github.com/trezor/trezor-firmware/pull/3858
[#3859]: https://github.com/trezor/trezor-firmware/pull/3859
[#3863]: https://github.com/trezor/trezor-firmware/pull/3863
[#3885]: https://github.com/trezor/trezor-firmware/pull/3885
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
[#3896]: https://github.com/trezor/trezor-firmware/pull/3896
@ -1007,6 +1026,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4019]: https://github.com/trezor/trezor-firmware/pull/4019
[#4023]: https://github.com/trezor/trezor-firmware/pull/4023
[#4030]: https://github.com/trezor/trezor-firmware/pull/4030
[#4041]: https://github.com/trezor/trezor-firmware/pull/4041
[#4047]: https://github.com/trezor/trezor-firmware/pull/4047
[#4054]: https://github.com/trezor/trezor-firmware/pull/4054
[#4060]: https://github.com/trezor/trezor-firmware/pull/4060
@ -1020,6 +1040,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
[#4165]: https://github.com/trezor/trezor-firmware/pull/4165
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
[#4176]: https://github.com/trezor/trezor-firmware/pull/4176
[#4251]: https://github.com/trezor/trezor-firmware/pull/4251
[#4261]: https://github.com/trezor/trezor-firmware/pull/4261
[#4271]: https://github.com/trezor/trezor-firmware/pull/4271
[#4284]: https://github.com/trezor/trezor-firmware/pull/4284
[#4294]: https://github.com/trezor/trezor-firmware/pull/4294
[#4295]: https://github.com/trezor/trezor-firmware/pull/4295
[#4302]: https://github.com/trezor/trezor-firmware/pull/4302
[#4309]: https://github.com/trezor/trezor-firmware/pull/4309
[#4326]: https://github.com/trezor/trezor-firmware/pull/4326

View File

@ -4,15 +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.8.5] (20th November 2024)
## [2.8.6] (18th December 2024)
### Added
- Initial support for Italian and Portugese translations. [#4047]
- Added benchmark application. [#4101]
- Add benchmark application. [#4101]
- Show last typed PIN number for short period of time. [#3863]
- Add P2WSH support for Unchained BIP32 paths. [#4271]
### Changed
- Simplified UI of Cardano transactions initiated by Trezor Suite. [#4284]
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
- [T3T1] Included bootloader 2.1.9.
- Improve UI synchronization, ordering, and responsiveness (Global Layout project). [#2299]
- Improve device responsiveness by removing unnecessary screen refreshes. [#3633]
### Fixed
- [T3T1] Show account info in ETH send/stake flow. [#3536]
@ -20,10 +24,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- [T3T1] Fix XPUB confirmed success screen title. [#3947]
- [T3T1] Display menu items on two lines when one line is not enough. [#4019]
- [T2T1] Fix spending decred stake outputs. [#4161]
- [T3T1] Fixed missing footer page hints in info about remaining shares in super-shamir recovery. [#4165]
- [T3T1] Fix missing footer page hints in info about remaining shares in super-shamir recovery. [#4165]
- [T3T1] Fix swipe in ETH stake flow menu and address confirmation. [#4167]
- New EVM call contract flow UI. [#4251]
- [T3T1] Add instruction to Swipe up after changing brightness. [#4261]
- Fix translation of the 'Enable labeling' screen. [#3813]
- [T3T1] Add swipe back in FIDO confirm flow menu. [#4176]
- [T3T1] Make swipe back action in tutorial flow menu consistent with menu cancel action. [#4294]
- [T3T1] Fix color and icon for 'Success' string in `set_brightness` flow. [#4295]
- [T3B1] Fix data size mismatch when confirming a blob. [#4302]
- [T3T1] Add margin to the first page of a blob. [#4302]
- [T3T1] Add page counter to paginated blobs. [#4302]
- [T3B1] Add "continue" button after scrolling through the whole blob. [#4302]
- [T3T1] Add cancel button to individual pages of a blob. [#4302]
- [T3T1] Fix incorrect navigation in handy menu while signing BTC message. [#4309]
- [T3T1] Fix information screen when signing BTC fee bump transaction. [#4326]
## [2.8.5] (internal release)
## [2.8.4] (internal release)
@ -917,6 +934,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#2284]: https://github.com/trezor/trezor-firmware/pull/2284
[#2289]: https://github.com/trezor/trezor-firmware/pull/2289
[#2297]: https://github.com/trezor/trezor-firmware/pull/2297
[#2299]: https://github.com/trezor/trezor-firmware/pull/2299
[#2300]: https://github.com/trezor/trezor-firmware/pull/2300
[#2313]: https://github.com/trezor/trezor-firmware/pull/2313
[#2324]: https://github.com/trezor/trezor-firmware/pull/2324
@ -995,13 +1013,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3536]: https://github.com/trezor/trezor-firmware/pull/3536
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
[#3627]: https://github.com/trezor/trezor-firmware/pull/3627
[#3633]: https://github.com/trezor/trezor-firmware/pull/3633
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
[#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
[#3858]: https://github.com/trezor/trezor-firmware/pull/3858
[#3859]: https://github.com/trezor/trezor-firmware/pull/3859
[#3863]: https://github.com/trezor/trezor-firmware/pull/3863
[#3885]: https://github.com/trezor/trezor-firmware/pull/3885
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
[#3896]: https://github.com/trezor/trezor-firmware/pull/3896
@ -1026,6 +1047,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4019]: https://github.com/trezor/trezor-firmware/pull/4019
[#4023]: https://github.com/trezor/trezor-firmware/pull/4023
[#4030]: https://github.com/trezor/trezor-firmware/pull/4030
[#4041]: https://github.com/trezor/trezor-firmware/pull/4041
[#4047]: https://github.com/trezor/trezor-firmware/pull/4047
[#4054]: https://github.com/trezor/trezor-firmware/pull/4054
[#4060]: https://github.com/trezor/trezor-firmware/pull/4060
@ -1039,6 +1061,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
[#4165]: https://github.com/trezor/trezor-firmware/pull/4165
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
[#4176]: https://github.com/trezor/trezor-firmware/pull/4176
[#4251]: https://github.com/trezor/trezor-firmware/pull/4251
[#4261]: https://github.com/trezor/trezor-firmware/pull/4261
[#4271]: https://github.com/trezor/trezor-firmware/pull/4271
[#4284]: https://github.com/trezor/trezor-firmware/pull/4284
[#4294]: https://github.com/trezor/trezor-firmware/pull/4294
[#4295]: https://github.com/trezor/trezor-firmware/pull/4295
[#4302]: https://github.com/trezor/trezor-firmware/pull/4302
[#4309]: https://github.com/trezor/trezor-firmware/pull/4309
[#4326]: https://github.com/trezor/trezor-firmware/pull/4326