1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00

Merge branch 'release/24.12'

This commit is contained in:
Martin Milata 2024-12-19 13:08:27 +01:00
commit e06ea8d35d
22 changed files with 140 additions and 38 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]
- Improve paginated blob display. [#4302]
## [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,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]
- 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 +870,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 +949,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 +983,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 +997,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,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]
- Improve paginated blob display. [#4302]
## [2.8.5] (internal release)
## [2.8.4] (internal release)
@ -871,6 +878,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 +957,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 +991,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 +1005,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,37 @@ 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]
- 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]
- Improve paginated blob display. [#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 +910,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 +989,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 +1023,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 +1037,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,18 @@ 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]
- [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 +23,19 @@ 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]
- [T2B1,T3B1,T3T1] Improve paginated blob display. [#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 +929,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 +1008,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 +1042,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 +1056,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

@ -5,6 +5,20 @@
"commit": "76301b1e97ea5ce0a2e17967f44a9db2a2e905e4"
},
"history": [
{
"signature": "03e05044e713084d2649c21449fbcc7d278781a16026eb9e24646a9ed6e47d1c0f58be62d9541da5c2594a8638bfb9a8457a8f3ba76f005bf8f4e1e2100b7a0401",
"version": "2.8.6.1",
"merkle_root": "fc821c85ebb534793a67c75579cb629dd90fedc233aff05094e0f8fbccae28f1",
"datetime": "2024-12-09T11:09:11.271641",
"commit": "17f2a3256b2631823c2bad1855fab61b27985fd2"
},
{
"signature": "036d039cc9c8e026499c7f57769c527d2e005eecf967c0a6cbe38a81a6df00a8cf956a42c8053a80f2b770f3ae09fec79564ffcfde116909a4b6c5d3d06bc4bd05",
"version": "2.8.6.0",
"merkle_root": "468d0a76a8d7a1319bb68955a02621c903ce948abb823774fef394659498adbe",
"datetime": "2024-12-05T11:46:35.955981",
"commit": "2625facf1fe9b71db120439853ceca0a61bb8396"
},
{
"signature": "038e53755061a45698db059c7447fb11785a39fa744dcba557b1f15e51bbb6295602d06e4365dea99bfbd72fd259e982b431f842a06b59bc9cd69f4473e1fad708",
"version": "2.8.5.0",