mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 21:48:13 +00:00
Merge branch 'release/24.11.01'
This commit is contained in:
commit
c101cdfcbe
@ -185,6 +185,11 @@ if [ $INIT -eq 1 ]; then
|
||||
echo ">>> DOCKER BUILD ALPINE_VERSION=$ALPINE_VERSION ALPINE_ARCH=$ALPINE_ARCH NIX_VERSION=$NIX_VERSION -t $CONTAINER_NAME"
|
||||
echo
|
||||
|
||||
# some Nix installations have problem with shell.nix -> ci/shell.nix symlink
|
||||
# docker can't handle ci/shell.nix -> shell.nix
|
||||
# let's copy the file and try to fix paths ...
|
||||
sed "s|./ci/|./|" < shell.nix > ci/shell.nix
|
||||
|
||||
$DOCKER build \
|
||||
--network=host \
|
||||
--build-arg ALPINE_VERSION="$ALPINE_VERSION" \
|
||||
|
@ -1 +1 @@
|
||||
2024-08-26T14:28:10+00:00
|
||||
2024-09-06T13:07:11+00:00
|
||||
|
@ -22,7 +22,7 @@ DEFINITIONS_TIMESTAMP_PATH = (
|
||||
coin_info.DEFS_DIR / "ethereum" / "released-definitions-timestamp.txt"
|
||||
)
|
||||
DEFINITIONS_LATEST_URL = (
|
||||
"https://raw.githubusercontent.com/trezor/definitions/main/definitions-latest.json"
|
||||
"https://raw.githubusercontent.com/trezor/definitions/signed/definitions-latest.json"
|
||||
)
|
||||
|
||||
HERE = Path(__file__).parent.resolve()
|
||||
|
@ -1 +0,0 @@
|
||||
[T3T1] Show account info in ETH send/stake flow.
|
@ -1 +0,0 @@
|
||||
Fix ETH account # detection.
|
@ -1 +0,0 @@
|
||||
[T3T1] Fix XPUB confirmed success screen title
|
@ -1 +0,0 @@
|
||||
[T3T1] Display menu items on two lines when one line is not enough.
|
@ -1 +0,0 @@
|
||||
Initial support for Italian and Portugese translations.
|
@ -1 +0,0 @@
|
||||
Added benchmark application.
|
@ -1 +0,0 @@
|
||||
[T2T1] Fix spending decred stake outputs.
|
@ -1 +0,0 @@
|
||||
[T3T1] Fixed missing footer page hints in info about remaining shares in super-shamir recovery.
|
@ -1 +0,0 @@
|
||||
[T3T1] Fix swipe in ETH stake flow menu and address confirmation.
|
@ -1 +0,0 @@
|
||||
New EVM call contract flow.
|
@ -1 +0,0 @@
|
||||
[T3T1] Add instruction to Swipe up after changing brightness.
|
@ -1 +0,0 @@
|
||||
Simplified UI of Cardano transactions initiated by Trezor Suite.
|
@ -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/).
|
||||
|
||||
## [2.8.5] (20th November 2024)
|
||||
|
||||
### Added
|
||||
- Initial support for Italian and Portugese translations. [#4047]
|
||||
- Added benchmark application. [#4101]
|
||||
|
||||
### Changed
|
||||
- Simplified UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
|
||||
### Fixed
|
||||
- Fix ETH account number detection. [#3627]
|
||||
- New EVM call contract flow UI. [#4251]
|
||||
|
||||
## [2.8.4] (internal release)
|
||||
|
||||
## [2.8.3] (unreleased)
|
||||
|
||||
### Added
|
||||
@ -930,7 +945,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3496]: https://github.com/trezor/trezor-firmware/pull/3496
|
||||
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517
|
||||
[#3520]: https://github.com/trezor/trezor-firmware/pull/3520
|
||||
[#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
|
||||
[#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
|
||||
@ -949,6 +966,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
|
||||
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
||||
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940
|
||||
[#3947]: https://github.com/trezor/trezor-firmware/pull/3947
|
||||
[#3965]: https://github.com/trezor/trezor-firmware/pull/3965
|
||||
[#3969]: https://github.com/trezor/trezor-firmware/pull/3969
|
||||
[#3972]: https://github.com/trezor/trezor-firmware/pull/3972
|
||||
@ -958,13 +976,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3992]: https://github.com/trezor/trezor-firmware/pull/3992
|
||||
[#4000]: https://github.com/trezor/trezor-firmware/pull/4000
|
||||
[#4006]: https://github.com/trezor/trezor-firmware/pull/4006
|
||||
[#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
|
||||
[#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
|
||||
[#4063]: https://github.com/trezor/trezor-firmware/pull/4063
|
||||
[#4093]: https://github.com/trezor/trezor-firmware/pull/4093
|
||||
[#4099]: https://github.com/trezor/trezor-firmware/pull/4099
|
||||
[#4101]: https://github.com/trezor/trezor-firmware/pull/4101
|
||||
[#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
|
||||
[#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
|
||||
[#4251]: https://github.com/trezor/trezor-firmware/pull/4251
|
||||
[#4261]: https://github.com/trezor/trezor-firmware/pull/4261
|
||||
[#4284]: https://github.com/trezor/trezor-firmware/pull/4284
|
||||
|
@ -4,6 +4,22 @@ 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)
|
||||
|
||||
### Added
|
||||
- Initial support for Italian and Portugese translations. [#4047]
|
||||
- Added benchmark application. [#4101]
|
||||
|
||||
### Changed
|
||||
- Simplified UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
|
||||
### Fixed
|
||||
- Fix ETH account number detection. [#3627]
|
||||
- Fix spending decred stake outputs. [#4161]
|
||||
- New EVM call contract flow UI. [#4251]
|
||||
|
||||
## [2.8.4] (internal release)
|
||||
|
||||
## [2.8.3] (unreleased)
|
||||
|
||||
### Added
|
||||
@ -923,7 +939,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3496]: https://github.com/trezor/trezor-firmware/pull/3496
|
||||
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517
|
||||
[#3520]: https://github.com/trezor/trezor-firmware/pull/3520
|
||||
[#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
|
||||
[#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
|
||||
@ -942,6 +960,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
|
||||
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
||||
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940
|
||||
[#3947]: https://github.com/trezor/trezor-firmware/pull/3947
|
||||
[#3965]: https://github.com/trezor/trezor-firmware/pull/3965
|
||||
[#3969]: https://github.com/trezor/trezor-firmware/pull/3969
|
||||
[#3972]: https://github.com/trezor/trezor-firmware/pull/3972
|
||||
@ -951,13 +970,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3992]: https://github.com/trezor/trezor-firmware/pull/3992
|
||||
[#4000]: https://github.com/trezor/trezor-firmware/pull/4000
|
||||
[#4006]: https://github.com/trezor/trezor-firmware/pull/4006
|
||||
[#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
|
||||
[#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
|
||||
[#4063]: https://github.com/trezor/trezor-firmware/pull/4063
|
||||
[#4093]: https://github.com/trezor/trezor-firmware/pull/4093
|
||||
[#4099]: https://github.com/trezor/trezor-firmware/pull/4099
|
||||
[#4101]: https://github.com/trezor/trezor-firmware/pull/4101
|
||||
[#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
|
||||
[#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
|
||||
[#4251]: https://github.com/trezor/trezor-firmware/pull/4251
|
||||
[#4261]: https://github.com/trezor/trezor-firmware/pull/4261
|
||||
[#4284]: https://github.com/trezor/trezor-firmware/pull/4284
|
||||
|
@ -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/).
|
||||
|
||||
## [2.8.5] (20th November 2024)
|
||||
|
||||
### Added
|
||||
- Initial support for Italian and Portugese translations. [#4047]
|
||||
- Added benchmark application. [#4101]
|
||||
|
||||
### Changed
|
||||
- Simplified UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
|
||||
### Fixed
|
||||
- Fix ETH account number detection. [#3627]
|
||||
- New EVM call contract flow UI. [#4251]
|
||||
|
||||
## [2.8.4] (internal release)
|
||||
|
||||
## [2.8.3] (18th September 2024)
|
||||
|
||||
### Added
|
||||
@ -931,7 +946,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3496]: https://github.com/trezor/trezor-firmware/pull/3496
|
||||
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517
|
||||
[#3520]: https://github.com/trezor/trezor-firmware/pull/3520
|
||||
[#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
|
||||
[#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
|
||||
@ -950,6 +967,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
|
||||
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
||||
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940
|
||||
[#3947]: https://github.com/trezor/trezor-firmware/pull/3947
|
||||
[#3965]: https://github.com/trezor/trezor-firmware/pull/3965
|
||||
[#3969]: https://github.com/trezor/trezor-firmware/pull/3969
|
||||
[#3972]: https://github.com/trezor/trezor-firmware/pull/3972
|
||||
@ -959,13 +977,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3992]: https://github.com/trezor/trezor-firmware/pull/3992
|
||||
[#4000]: https://github.com/trezor/trezor-firmware/pull/4000
|
||||
[#4006]: https://github.com/trezor/trezor-firmware/pull/4006
|
||||
[#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
|
||||
[#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
|
||||
[#4063]: https://github.com/trezor/trezor-firmware/pull/4063
|
||||
[#4093]: https://github.com/trezor/trezor-firmware/pull/4093
|
||||
[#4099]: https://github.com/trezor/trezor-firmware/pull/4099
|
||||
[#4101]: https://github.com/trezor/trezor-firmware/pull/4101
|
||||
[#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
|
||||
[#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
|
||||
[#4251]: https://github.com/trezor/trezor-firmware/pull/4251
|
||||
[#4261]: https://github.com/trezor/trezor-firmware/pull/4261
|
||||
[#4284]: https://github.com/trezor/trezor-firmware/pull/4284
|
||||
|
@ -4,6 +4,28 @@ 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)
|
||||
|
||||
### Added
|
||||
- Initial support for Italian and Portugese translations. [#4047]
|
||||
- Added benchmark application. [#4101]
|
||||
|
||||
### Changed
|
||||
- Simplified UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
- Included bootloader 2.1.9.
|
||||
|
||||
### 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 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]
|
||||
|
||||
## [2.8.4] (internal release)
|
||||
|
||||
## [2.8.3] (18th September 2024)
|
||||
|
||||
### Added
|
||||
@ -951,7 +973,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3496]: https://github.com/trezor/trezor-firmware/pull/3496
|
||||
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517
|
||||
[#3520]: https://github.com/trezor/trezor-firmware/pull/3520
|
||||
[#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
|
||||
[#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
|
||||
@ -970,6 +994,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
|
||||
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
||||
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940
|
||||
[#3947]: https://github.com/trezor/trezor-firmware/pull/3947
|
||||
[#3965]: https://github.com/trezor/trezor-firmware/pull/3965
|
||||
[#3969]: https://github.com/trezor/trezor-firmware/pull/3969
|
||||
[#3972]: https://github.com/trezor/trezor-firmware/pull/3972
|
||||
@ -979,13 +1004,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3992]: https://github.com/trezor/trezor-firmware/pull/3992
|
||||
[#4000]: https://github.com/trezor/trezor-firmware/pull/4000
|
||||
[#4006]: https://github.com/trezor/trezor-firmware/pull/4006
|
||||
[#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
|
||||
[#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
|
||||
[#4063]: https://github.com/trezor/trezor-firmware/pull/4063
|
||||
[#4093]: https://github.com/trezor/trezor-firmware/pull/4093
|
||||
[#4099]: https://github.com/trezor/trezor-firmware/pull/4099
|
||||
[#4101]: https://github.com/trezor/trezor-firmware/pull/4101
|
||||
[#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
|
||||
[#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
|
||||
[#4251]: https://github.com/trezor/trezor-firmware/pull/4251
|
||||
[#4261]: https://github.com/trezor/trezor-firmware/pull/4261
|
||||
[#4284]: https://github.com/trezor/trezor-firmware/pull/4284
|
||||
|
@ -4,6 +4,29 @@ 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)
|
||||
|
||||
### Added
|
||||
- Initial support for Italian and Portugese translations. [#4047]
|
||||
- Added benchmark application. [#4101]
|
||||
|
||||
### Changed
|
||||
- Simplified UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
- [T3T1] Included bootloader 2.1.9.
|
||||
|
||||
### Fixed
|
||||
- [T3T1] Show account info in ETH send/stake flow. [#3536]
|
||||
- Fix ETH account number detection. [#3627]
|
||||
- [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 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]
|
||||
|
||||
## [2.8.4] (internal release)
|
||||
|
||||
## [2.8.3] (18th September 2024)
|
||||
|
||||
### Added
|
||||
@ -969,7 +992,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3496]: https://github.com/trezor/trezor-firmware/pull/3496
|
||||
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517
|
||||
[#3520]: https://github.com/trezor/trezor-firmware/pull/3520
|
||||
[#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
|
||||
[#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
|
||||
@ -988,6 +1013,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
|
||||
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
||||
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940
|
||||
[#3947]: https://github.com/trezor/trezor-firmware/pull/3947
|
||||
[#3965]: https://github.com/trezor/trezor-firmware/pull/3965
|
||||
[#3969]: https://github.com/trezor/trezor-firmware/pull/3969
|
||||
[#3972]: https://github.com/trezor/trezor-firmware/pull/3972
|
||||
@ -997,13 +1023,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3992]: https://github.com/trezor/trezor-firmware/pull/3992
|
||||
[#4000]: https://github.com/trezor/trezor-firmware/pull/4000
|
||||
[#4006]: https://github.com/trezor/trezor-firmware/pull/4006
|
||||
[#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
|
||||
[#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
|
||||
[#4063]: https://github.com/trezor/trezor-firmware/pull/4063
|
||||
[#4093]: https://github.com/trezor/trezor-firmware/pull/4093
|
||||
[#4099]: https://github.com/trezor/trezor-firmware/pull/4099
|
||||
[#4101]: https://github.com/trezor/trezor-firmware/pull/4101
|
||||
[#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
|
||||
[#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
|
||||
[#4251]: https://github.com/trezor/trezor-firmware/pull/4251
|
||||
[#4261]: https://github.com/trezor/trezor-firmware/pull/4261
|
||||
[#4284]: https://github.com/trezor/trezor-firmware/pull/4284
|
||||
|
Binary file not shown.
@ -4,9 +4,9 @@
|
||||
// Auto-generated file, do not edit.
|
||||
|
||||
// clang-format off
|
||||
// bootloader_T3T1.bin version 2.1.8.0
|
||||
#define BOOTLOADER_T3T1_00 {0x69, 0x65, 0xd9, 0x33, 0xba, 0xc1, 0xe5, 0x67, 0xe3, 0x92, 0xb5, 0x46, 0x98, 0xb7, 0x2c, 0x07, 0x55, 0xa5, 0xb5, 0x5a, 0x38, 0xf5, 0x7f, 0x71, 0xdf, 0xeb, 0xbf, 0xd2, 0x8b, 0xc5, 0x51, 0xa6}
|
||||
#define BOOTLOADER_T3T1_FF {0xd4, 0x35, 0x6e, 0x53, 0x8b, 0x26, 0x5f, 0x11, 0x36, 0xab, 0x4e, 0x2f, 0x80, 0xf3, 0x3b, 0x5c, 0x4a, 0x2d, 0x57, 0x3f, 0x3c, 0xbd, 0x63, 0xb7, 0x73, 0x01, 0x59, 0x64, 0x07, 0xcf, 0x67, 0xd7}
|
||||
// bootloader_T3T1.bin version 2.1.9.0
|
||||
#define BOOTLOADER_T3T1_00 {0x8c, 0x3a, 0xf9, 0x14, 0xbc, 0x48, 0xb8, 0x02, 0x45, 0x5b, 0xb9, 0x86, 0x53, 0x61, 0x40, 0xab, 0xaf, 0x96, 0xf6, 0x84, 0x56, 0xb0, 0x4b, 0x7b, 0x75, 0x82, 0x09, 0x79, 0xeb, 0x8f, 0xbb, 0xdc}
|
||||
#define BOOTLOADER_T3T1_FF {0xea, 0xd7, 0xc9, 0x39, 0xf1, 0xa0, 0xa3, 0xa1, 0x69, 0xd7, 0x4b, 0xd4, 0x63, 0x36, 0xc2, 0xba, 0x54, 0x80, 0x6c, 0x99, 0x3a, 0x1c, 0x1b, 0x1a, 0x25, 0x2a, 0xdb, 0xcb, 0x8f, 0x46, 0x0d, 0x6a}
|
||||
|
||||
// bootloader_T3T1_qa.bin version 2.1.6.0
|
||||
#define BOOTLOADER_T3T1_QA_00 {0x53, 0x5f, 0xf9, 0xa8, 0x21, 0x7d, 0xb5, 0x39, 0xe4, 0xfa, 0xf8, 0x3d, 0x0d, 0xe6, 0xf3, 0x65, 0x21, 0x30, 0x46, 0x9e, 0x40, 0x85, 0xd4, 0xd8, 0x49, 0x00, 0xb0, 0xb5, 0x58, 0x39, 0xe3, 0xd4}
|
||||
|
@ -1 +0,0 @@
|
||||
Added TOUCH_POWER command to allow testing touch power supply without connected touch screen
|
@ -1,4 +1,15 @@
|
||||
|
||||
## 0.2.11 [20th November 2024]
|
||||
|
||||
### Fixed
|
||||
- Fixed a device crash in the CPUID READ command. [#4310]
|
||||
- Fixed writing data (variant, batch) to OTP. [#4313]
|
||||
|
||||
## 0.2.10 [20th November 2024]
|
||||
|
||||
### Added
|
||||
- Added TOUCH_POWER command to allow testing touch power supply without connected touch screen. [#4252]
|
||||
|
||||
## 0.2.9 [18th September 2024]
|
||||
|
||||
### Added
|
||||
@ -78,3 +89,6 @@
|
||||
[#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
|
||||
[#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
|
||||
|
@ -9,7 +9,7 @@ PUBLIC_KEYS = (
|
||||
b"\xb8\xd2\xb2\x1d\xe2\x71\x24\xf0\x51\x1f\x90\x3a\xe7\xe6\x0e\x07\x96\x18\x10\xa0\xb8\xf2\x8e\xa7\x55\xfa\x50\x36\x7a\x8a\x2b\x8b",
|
||||
)
|
||||
|
||||
MIN_DATA_VERSION = 1724682490
|
||||
MIN_DATA_VERSION = 1725628031
|
||||
FORMAT_VERSION = b"trzd1"
|
||||
|
||||
if __debug__:
|
||||
|
@ -5,6 +5,13 @@
|
||||
"commit": "18d2372c106f5d7f7082183b07f9e61c0d02063c"
|
||||
},
|
||||
"history": [
|
||||
{
|
||||
"signature": "038e53755061a45698db059c7447fb11785a39fa744dcba557b1f15e51bbb6295602d06e4365dea99bfbd72fd259e982b431f842a06b59bc9cd69f4473e1fad708",
|
||||
"version": "2.8.5.0",
|
||||
"merkle_root": "0b23f6277b51bf2a80fd6d10b8d3c5dc5cb9808db808cd18669315e7ce733c6b",
|
||||
"datetime": "2024-11-07T14:16:59.546174",
|
||||
"commit": "a61e783448043760a7c925e017bd08a4673a61c8"
|
||||
},
|
||||
{
|
||||
"signature": "03fa962dfddecfa68434b65c4e1b1ad3ac0b3fd42491343a92ef91fb3e9e1084ce22c2f199aa9c9fb51eeac918a5f927573020bec014660625f36ea0269f359309",
|
||||
"version": "2.8.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user