mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-24 06:11:06 +00:00
Merge branch 'release/25.01'
This commit is contained in:
commit
ae853bb821
@ -1 +0,0 @@
|
||||
Fix auto-mover hitting wall scenario.
|
@ -1 +0,0 @@
|
||||
Entropy check workflow in ResetDevice.
|
@ -1 +0,0 @@
|
||||
Added support for lexicographic sorting of pubkeys in multisig.
|
@ -1 +0,0 @@
|
||||
Forbid multisig to singlesig change outputs.
|
@ -1 +0,0 @@
|
||||
Removed deprecated Unchained Capital's multisig path.
|
@ -1 +0,0 @@
|
||||
Forbid per-node paths in multisig change outputs and multisig receive addresses.
|
@ -1 +0,0 @@
|
||||
[T3T1] Fix unexpected info button when confirming passphrase coming from host.
|
@ -1 +0,0 @@
|
||||
[T3T1] Fix swiping into empty page.
|
@ -1 +0,0 @@
|
||||
STWLC38 nvm patch and config update from host.
|
@ -4,23 +4,34 @@ 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.6] (internal release)
|
||||
## [2.8.7] (22th January 2025)
|
||||
|
||||
### Added
|
||||
- Add benchmark application. [#4101]
|
||||
- Show last typed PIN number for short period of time. [#3863]
|
||||
- Add P2WSH support for Unchained BIP32 paths. [#4271]
|
||||
- Entropy check workflow in ResetDevice. [#4155]
|
||||
- Added support for lexicographic sorting of pubkeys in multisig. [#4351]
|
||||
|
||||
### Changed
|
||||
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
- Included bootloader 2.1.8.
|
||||
- Improve UI synchronization, ordering, and responsiveness (Global Layout project). [#2299]
|
||||
- Improve device responsiveness by removing unnecessary screen refreshes. [#3633]
|
||||
- Forbid multisig to singlesig change outputs. [#4351]
|
||||
- Forbid per-node paths in multisig change outputs and multisig receive addresses. [#4351]
|
||||
|
||||
### Removed
|
||||
- Removed deprecated Unchained Capital's multisig path. [#4351]
|
||||
|
||||
### 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]
|
||||
- UI: Fix auto-mover hitting wall scenario. [#3692]
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
|
||||
## [2.8.5] (internal release)
|
||||
|
||||
@ -959,6 +970,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#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
|
||||
[#3692]: https://github.com/trezor/trezor-firmware/pull/3692
|
||||
[#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
|
||||
@ -1001,6 +1013,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
|
||||
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
|
||||
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
|
||||
[#4155]: https://github.com/trezor/trezor-firmware/pull/4155
|
||||
[#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
|
||||
@ -1014,3 +1027,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#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
|
||||
[#4351]: https://github.com/trezor/trezor-firmware/pull/4351
|
||||
[#4402]: https://github.com/trezor/trezor-firmware/pull/4402
|
||||
[#4421]: https://github.com/trezor/trezor-firmware/pull/4421
|
||||
[#4462]: https://github.com/trezor/trezor-firmware/pull/4462
|
||||
|
@ -4,17 +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.6] (internal release)
|
||||
## [2.8.7] (22th January 2025)
|
||||
|
||||
### Added
|
||||
- Add benchmark application. [#4101]
|
||||
- Show last typed PIN number for short period of time. [#3863]
|
||||
- Add P2WSH support for Unchained BIP32 paths. [#4271]
|
||||
- Entropy check workflow in ResetDevice. [#4155]
|
||||
- Added support for lexicographic sorting of pubkeys in multisig. [#4351]
|
||||
|
||||
### Changed
|
||||
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
- Included bootloader 2.1.8.
|
||||
- Improve UI synchronization, ordering, and responsiveness (Global Layout project). [#2299]
|
||||
- Improve device responsiveness by removing unnecessary screen refreshes. [#3633]
|
||||
- Forbid multisig to singlesig change outputs. [#4351]
|
||||
- Forbid per-node paths in multisig change outputs and multisig receive addresses. [#4351]
|
||||
|
||||
### Removed
|
||||
- Removed deprecated Unchained Capital's multisig path. [#4351]
|
||||
|
||||
### Fixed
|
||||
- Fix ETH account number detection. [#3627]
|
||||
@ -22,6 +30,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- New EVM call contract flow UI. [#4251]
|
||||
- Fix translation of the 'Enable labeling' screen. [#3813]
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
|
||||
## [2.8.5] (internal release)
|
||||
|
||||
## [2.8.4] (internal release)
|
||||
@ -952,6 +962,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#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
|
||||
[#3692]: https://github.com/trezor/trezor-firmware/pull/3692
|
||||
[#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
|
||||
@ -994,6 +1005,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
|
||||
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
|
||||
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
|
||||
[#4155]: https://github.com/trezor/trezor-firmware/pull/4155
|
||||
[#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
|
||||
@ -1007,3 +1019,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#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
|
||||
[#4351]: https://github.com/trezor/trezor-firmware/pull/4351
|
||||
[#4402]: https://github.com/trezor/trezor-firmware/pull/4402
|
||||
[#4421]: https://github.com/trezor/trezor-firmware/pull/4421
|
||||
[#4462]: https://github.com/trezor/trezor-firmware/pull/4462
|
||||
|
@ -4,23 +4,33 @@ 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.6] (internal release)
|
||||
## [2.8.7] (22th January 2025)
|
||||
|
||||
### Added
|
||||
- Add benchmark application. [#4101]
|
||||
- Show last typed PIN number for short period of time. [#3863]
|
||||
- Add P2WSH support for Unchained BIP32 paths. [#4271]
|
||||
- Entropy check workflow in ResetDevice. [#4155]
|
||||
- Added support for lexicographic sorting of pubkeys in multisig. [#4351]
|
||||
|
||||
### Changed
|
||||
- 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]
|
||||
- Forbid multisig to singlesig change outputs. [#4351]
|
||||
- Forbid per-node paths in multisig change outputs and multisig receive addresses. [#4351]
|
||||
|
||||
### Removed
|
||||
- Removed deprecated Unchained Capital's multisig path. [#4351]
|
||||
|
||||
### 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]
|
||||
- UI: Fix auto-mover hitting wall scenario. [#3692]
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
|
||||
## [2.8.5] (internal release)
|
||||
|
||||
@ -960,6 +970,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#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
|
||||
[#3692]: https://github.com/trezor/trezor-firmware/pull/3692
|
||||
[#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
|
||||
@ -1002,6 +1013,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
|
||||
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
|
||||
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
|
||||
[#4155]: https://github.com/trezor/trezor-firmware/pull/4155
|
||||
[#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
|
||||
@ -1015,3 +1027,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#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
|
||||
[#4351]: https://github.com/trezor/trezor-firmware/pull/4351
|
||||
[#4402]: https://github.com/trezor/trezor-firmware/pull/4402
|
||||
[#4421]: https://github.com/trezor/trezor-firmware/pull/4421
|
||||
[#4462]: https://github.com/trezor/trezor-firmware/pull/4462
|
||||
|
@ -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.6] (internal release)
|
||||
## [2.8.7] (22th January 2025)
|
||||
|
||||
### Added
|
||||
- Add benchmark application. [#4101]
|
||||
- Show last typed PIN number for short period of time. [#3863]
|
||||
- Add P2WSH support for Unchained BIP32 paths. [#4271]
|
||||
- Entropy check workflow in ResetDevice. [#4155]
|
||||
- Added support for lexicographic sorting of pubkeys in multisig. [#4351]
|
||||
|
||||
### Changed
|
||||
- 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]
|
||||
- Forbid multisig to singlesig change outputs. [#4351]
|
||||
- Forbid per-node paths in multisig change outputs and multisig receive addresses. [#4351]
|
||||
|
||||
### Removed
|
||||
- Removed deprecated Unchained Capital's multisig path. [#4351]
|
||||
|
||||
### Fixed
|
||||
- Show account info in ETH send/stake flow. [#3536]
|
||||
@ -33,6 +40,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- 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]
|
||||
- Fix unexpected info button when confirming passphrase coming from host. [#4402]
|
||||
- Fix swiping into empty page. [#4421]
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
|
||||
## [2.8.5] (internal release)
|
||||
|
||||
@ -992,6 +1003,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#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
|
||||
[#3692]: https://github.com/trezor/trezor-firmware/pull/3692
|
||||
[#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
|
||||
@ -1034,6 +1046,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
|
||||
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
|
||||
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
|
||||
[#4155]: https://github.com/trezor/trezor-firmware/pull/4155
|
||||
[#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
|
||||
@ -1047,3 +1060,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#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
|
||||
[#4351]: https://github.com/trezor/trezor-firmware/pull/4351
|
||||
[#4402]: https://github.com/trezor/trezor-firmware/pull/4402
|
||||
[#4421]: https://github.com/trezor/trezor-firmware/pull/4421
|
||||
[#4462]: https://github.com/trezor/trezor-firmware/pull/4462
|
||||
|
@ -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.6] (internal release)
|
||||
## [2.8.7] (22th January 2025)
|
||||
|
||||
### Added
|
||||
- Add benchmark application. [#4101]
|
||||
- Show last typed PIN number for short period of time. [#3863]
|
||||
- Add P2WSH support for Unchained BIP32 paths. [#4271]
|
||||
- Entropy check workflow in ResetDevice. [#4155]
|
||||
- Added support for lexicographic sorting of pubkeys in multisig. [#4351]
|
||||
- [T3W1] STWLC38 nvm patch and config update from host. [#4462]
|
||||
|
||||
### Changed
|
||||
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
- [T2T1,T2B1] Included bootloader 2.1.8.
|
||||
- [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]
|
||||
- Forbid multisig to singlesig change outputs. [#4351]
|
||||
- Forbid per-node paths in multisig change outputs and multisig receive addresses. [#4351]
|
||||
|
||||
### Removed
|
||||
- Removed deprecated Unchained Capital's multisig path. [#4351]
|
||||
|
||||
### Fixed
|
||||
- [T3T1] Show account info in ETH send/stake flow. [#3536]
|
||||
@ -34,6 +43,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- [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]
|
||||
- [T2B1,T3B1] UI: Fix auto-mover hitting wall scenario. [#3692]
|
||||
- [T3T1] Fix unexpected info button when confirming passphrase coming from host. [#4402]
|
||||
- [T3T1] Fix swiping into empty page. [#4421]
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
|
||||
## [2.8.5] (internal release)
|
||||
|
||||
@ -1011,6 +1025,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#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
|
||||
[#3692]: https://github.com/trezor/trezor-firmware/pull/3692
|
||||
[#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
|
||||
@ -1053,6 +1068,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
|
||||
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
|
||||
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
|
||||
[#4155]: https://github.com/trezor/trezor-firmware/pull/4155
|
||||
[#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
|
||||
@ -1066,3 +1082,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#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
|
||||
[#4351]: https://github.com/trezor/trezor-firmware/pull/4351
|
||||
[#4402]: https://github.com/trezor/trezor-firmware/pull/4402
|
||||
[#4421]: https://github.com/trezor/trezor-firmware/pull/4421
|
||||
[#4462]: https://github.com/trezor/trezor-firmware/pull/4462
|
||||
|
Binary file not shown.
@ -4,9 +4,9 @@
|
||||
// Auto-generated file, do not edit.
|
||||
|
||||
// clang-format off
|
||||
// bootloader_T2B1.bin version 2.1.4.0
|
||||
#define BOOTLOADER_T2B1_00 {0x12, 0xf5, 0x51, 0x01, 0x10, 0xb3, 0x59, 0x8e, 0x73, 0x95, 0xa9, 0xa8, 0xc5, 0xbc, 0x3a, 0x53, 0xa3, 0xa8, 0xed, 0x83, 0x32, 0xc2, 0xd2, 0x5b, 0x47, 0x99, 0x27, 0x9f, 0x93, 0x8b, 0xb3, 0xd6}
|
||||
#define BOOTLOADER_T2B1_FF {0x19, 0x7c, 0x2a, 0xd1, 0xba, 0x89, 0xeb, 0x2a, 0xfc, 0xe1, 0x7b, 0xf3, 0x62, 0x7d, 0xf8, 0xb2, 0x3c, 0x70, 0x16, 0x03, 0x53, 0xad, 0x8e, 0x90, 0x9b, 0x57, 0xeb, 0x4b, 0x83, 0x4d, 0xa0, 0x34}
|
||||
// bootloader_T2B1.bin version 2.1.8.0
|
||||
#define BOOTLOADER_T2B1_00 {0x65, 0x0a, 0x6a, 0x9a, 0x76, 0xfb, 0x31, 0xe3, 0x9d, 0x1f, 0x13, 0x95, 0x3a, 0xb0, 0x7d, 0xaf, 0xc5, 0x1b, 0x6d, 0x8d, 0x17, 0x96, 0xff, 0xd8, 0xd9, 0x7d, 0xab, 0xd9, 0xfb, 0xaf, 0x07, 0x85}
|
||||
#define BOOTLOADER_T2B1_FF {0x84, 0xa8, 0x21, 0x2d, 0x09, 0x8b, 0x86, 0x0b, 0xb3, 0xa7, 0xd6, 0xc6, 0x49, 0x19, 0x6a, 0x95, 0x8e, 0xf2, 0x2a, 0x88, 0xfb, 0x28, 0x8d, 0xb8, 0x60, 0x97, 0xa0, 0x7e, 0x93, 0x13, 0x77, 0x0f}
|
||||
|
||||
// bootloader_T2B1_qa.bin version 2.1.4.0
|
||||
#define BOOTLOADER_T2B1_QA_00 {0x96, 0xe7, 0xfa, 0x21, 0x66, 0x81, 0x6b, 0x27, 0xf6, 0x27, 0xc1, 0x50, 0xaa, 0xf8, 0xbf, 0xac, 0xf5, 0x0d, 0x37, 0xea, 0x10, 0xa9, 0xa2, 0x0c, 0x1a, 0x58, 0xa7, 0x42, 0x23, 0x80, 0xbe, 0x40}
|
||||
|
Binary file not shown.
@ -4,9 +4,9 @@
|
||||
// Auto-generated file, do not edit.
|
||||
|
||||
// clang-format off
|
||||
// bootloader_T2T1.bin version 2.1.4.0
|
||||
#define BOOTLOADER_T2T1_00 {0x37, 0xaf, 0xad, 0xb6, 0x55, 0x7a, 0xd3, 0x82, 0x2c, 0x7b, 0xd3, 0x41, 0x65, 0xb7, 0x4d, 0xce, 0xbe, 0x23, 0x87, 0x90, 0x93, 0x3f, 0xbc, 0x4c, 0x5a, 0x1c, 0x60, 0x8c, 0xf9, 0xf6, 0xec, 0x0c}
|
||||
#define BOOTLOADER_T2T1_FF {0x5e, 0x84, 0xd3, 0xf7, 0xfd, 0x55, 0x51, 0xfd, 0x5f, 0x22, 0xc4, 0x83, 0xe2, 0x67, 0xc5, 0x1b, 0x77, 0xce, 0x49, 0xce, 0x42, 0x19, 0xe8, 0x23, 0x84, 0x4a, 0x58, 0x47, 0xaf, 0x80, 0x69, 0x86}
|
||||
// bootloader_T2T1.bin version 2.1.8.0
|
||||
#define BOOTLOADER_T2T1_00 {0xbc, 0x49, 0x36, 0x19, 0x70, 0xd4, 0x83, 0xf3, 0x20, 0x54, 0x24, 0x5a, 0x4b, 0xae, 0xa1, 0x3b, 0x9c, 0xd9, 0xa8, 0xf0, 0x3e, 0x56, 0xb6, 0x8d, 0xa0, 0x17, 0xe4, 0x4c, 0x4d, 0xd1, 0xa0, 0x0e}
|
||||
#define BOOTLOADER_T2T1_FF {0x8d, 0xc0, 0x1a, 0xb5, 0xcd, 0xf6, 0xcd, 0x5b, 0x09, 0x11, 0x5f, 0x89, 0xeb, 0x8a, 0xeb, 0xb1, 0xfa, 0xed, 0x83, 0xec, 0x6e, 0x2f, 0xda, 0x64, 0x3e, 0xbe, 0xce, 0xf7, 0xd1, 0x05, 0x0a, 0x4f}
|
||||
|
||||
// bootloader_T2T1_qa.bin version 2.1.4.0
|
||||
#define BOOTLOADER_T2T1_QA_00 {0xff, 0xda, 0xfd, 0x0f, 0xe1, 0x89, 0x56, 0xb6, 0x0b, 0x6e, 0x2d, 0x67, 0xf1, 0x63, 0x8c, 0x4c, 0x4d, 0x6f, 0x97, 0xe7, 0xe0, 0xa4, 0xce, 0x76, 0xc9, 0x49, 0x0a, 0x34, 0x3e, 0xd8, 0xcb, 0x1f}
|
||||
|
@ -1 +0,0 @@
|
||||
Fix BOOTLOADER VERSION command.
|
@ -1 +0,0 @@
|
||||
Changed resolution of TOUCH_POWER command parameter to milliseconds.
|
@ -1,4 +1,12 @@
|
||||
|
||||
## 0.2.12 [22th January 2025]
|
||||
|
||||
### Changed
|
||||
- Changed resolution of TOUCH_POWER command parameter to milliseconds. [#4407]
|
||||
|
||||
### Fixed
|
||||
- Fix BOOTLOADER VERSION command. [#4405]
|
||||
|
||||
## 0.2.11 [20th November 2024]
|
||||
|
||||
### Fixed
|
||||
@ -92,3 +100,5 @@
|
||||
[#4252]: https://github.com/trezor/trezor-firmware/pull/4252
|
||||
[#4310]: https://github.com/trezor/trezor-firmware/pull/4310
|
||||
[#4313]: https://github.com/trezor/trezor-firmware/pull/4313
|
||||
[#4405]: https://github.com/trezor/trezor-firmware/pull/4405
|
||||
[#4407]: https://github.com/trezor/trezor-firmware/pull/4407
|
||||
|
@ -5,6 +5,13 @@
|
||||
"commit": "76301b1e97ea5ce0a2e17967f44a9db2a2e905e4"
|
||||
},
|
||||
"history": [
|
||||
{
|
||||
"signature": "0319d3fb68b226e989281bce4895e33a52f9e7ead12bee3ab91652d9c1ee80b06859287d0df2056cc86ee4fc9ca7b3ff4bb765929bdd9a33708e23156edfe2090b",
|
||||
"version": "2.8.7.0",
|
||||
"merkle_root": "53515eead12df806f139761eddc91f2aa2d3de3b9e0eb831552167ee25897f4a",
|
||||
"datetime": "2025-01-09T13:36:55.683410",
|
||||
"commit": "8a254aa8eae82f99630df63f40e4d290066a3efc"
|
||||
},
|
||||
{
|
||||
"signature": "03e05044e713084d2649c21449fbcc7d278781a16026eb9e24646a9ed6e47d1c0f58be62d9541da5c2594a8638bfb9a8457a8f3ba76f005bf8f4e1e2100b7a0401",
|
||||
"version": "2.8.6.1",
|
||||
|
Loading…
Reference in New Issue
Block a user