mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-27 16:48:09 +00:00
Merge branch 'release/24.07'
This commit is contained in:
commit
98dca4db4c
@ -1 +1 @@
|
||||
2024-05-27T12:16:37+00:00
|
||||
2024-06-06T19:35:30+00:00
|
||||
|
@ -1 +0,0 @@
|
||||
Expose value of the Optiga SEC counter in `Features` message.
|
@ -1 +0,0 @@
|
||||
Increase Optiga read timeout to avoid spurious RSODs.
|
@ -1 +0,0 @@
|
||||
Reworked PIN processing.
|
@ -1 +0,0 @@
|
||||
CoSi functionality
|
@ -1 +0,0 @@
|
||||
[T3T1] Animated device label on homescreen/lockscreen
|
@ -1 +0,0 @@
|
||||
[T3T1]: improved change homescreen flow
|
@ -1 +0,0 @@
|
||||
[T3T1] added word counter during wallet creation
|
@ -1 +0,0 @@
|
||||
[T3T1] fixed swipe back from address QR code screen
|
@ -1 +0,0 @@
|
||||
[T3T1] Fixed device authenticity check
|
@ -1 +0,0 @@
|
||||
[T3T1] Improve swipe behavior and animations
|
@ -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.0] (17th July 2024)
|
||||
|
||||
### Added
|
||||
- Expose value of the Optiga SEC counter in `Features` message.
|
||||
|
||||
### Changed
|
||||
- Reworked PIN processing.
|
||||
|
||||
### Removed
|
||||
- CoSi functionality. [#3442]
|
||||
|
||||
### Fixed
|
||||
- Increase Optiga read timeout to avoid spurious RSODs.
|
||||
|
||||
|
||||
## [2.7.2] (14th June 2024)
|
||||
|
||||
### Fixed
|
||||
@ -880,6 +895,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
|
||||
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
|
||||
[#3440]: https://github.com/trezor/trezor-firmware/pull/3440
|
||||
[#3442]: https://github.com/trezor/trezor-firmware/pull/3442
|
||||
[#3445]: https://github.com/trezor/trezor-firmware/pull/3445
|
||||
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
|
||||
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
|
||||
@ -891,8 +907,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
||||
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
|
||||
[#3907]: https://github.com/trezor/trezor-firmware/pull/3907
|
||||
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
|
||||
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
|
||||
[#3917]: https://github.com/trezor/trezor-firmware/pull/3917
|
||||
[#3919]: https://github.com/trezor/trezor-firmware/pull/3919
|
||||
[#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
|
||||
[#3965]: https://github.com/trezor/trezor-firmware/pull/3965
|
||||
|
@ -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.0] (17th July 2024)
|
||||
|
||||
### Added
|
||||
- Expose value of the Optiga SEC counter in `Features` message.
|
||||
|
||||
### Changed
|
||||
- Reworked PIN processing.
|
||||
|
||||
### Removed
|
||||
- CoSi functionality. [#3442]
|
||||
|
||||
### Fixed
|
||||
- Increase Optiga read timeout to avoid spurious RSODs.
|
||||
|
||||
|
||||
## [2.7.2] (14th June 2024)
|
||||
|
||||
### Fixed
|
||||
@ -879,6 +894,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
|
||||
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
|
||||
[#3440]: https://github.com/trezor/trezor-firmware/pull/3440
|
||||
[#3442]: https://github.com/trezor/trezor-firmware/pull/3442
|
||||
[#3445]: https://github.com/trezor/trezor-firmware/pull/3445
|
||||
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
|
||||
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
|
||||
@ -890,8 +906,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
||||
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
|
||||
[#3907]: https://github.com/trezor/trezor-firmware/pull/3907
|
||||
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
|
||||
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
|
||||
[#3917]: https://github.com/trezor/trezor-firmware/pull/3917
|
||||
[#3919]: https://github.com/trezor/trezor-firmware/pull/3919
|
||||
[#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
|
||||
[#3965]: https://github.com/trezor/trezor-firmware/pull/3965
|
||||
|
@ -4,6 +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.0] (17th July 2024)
|
||||
|
||||
### Added
|
||||
- Animated device label on homescreen/lockscreen. [#3895]
|
||||
- Improved change homescreen flow. [#3907]
|
||||
- Added word counter during wallet creation. [#3917]
|
||||
- Expose value of the Optiga SEC counter in `Features` message.
|
||||
|
||||
### Changed
|
||||
- Reworked PIN processing.
|
||||
|
||||
### Removed
|
||||
- CoSi functionality. [#3442]
|
||||
|
||||
### Fixed
|
||||
- Fixed swipe back from address QR code screen. [#3919]
|
||||
- Fixed device authenticity check. [#3922]
|
||||
- Improve swipe behavior and animations. [#3965]
|
||||
- Increase Optiga read timeout to avoid spurious RSODs.
|
||||
|
||||
|
||||
## [2.7.2] (14th June 2024)
|
||||
|
||||
### Fixed
|
||||
@ -875,6 +896,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
|
||||
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
|
||||
[#3440]: https://github.com/trezor/trezor-firmware/pull/3440
|
||||
[#3442]: https://github.com/trezor/trezor-firmware/pull/3442
|
||||
[#3445]: https://github.com/trezor/trezor-firmware/pull/3445
|
||||
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
|
||||
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
|
||||
@ -886,8 +908,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
||||
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
|
||||
[#3907]: https://github.com/trezor/trezor-firmware/pull/3907
|
||||
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
|
||||
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
|
||||
[#3917]: https://github.com/trezor/trezor-firmware/pull/3917
|
||||
[#3919]: https://github.com/trezor/trezor-firmware/pull/3919
|
||||
[#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
|
||||
[#3965]: https://github.com/trezor/trezor-firmware/pull/3965
|
||||
|
@ -4,6 +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.0] (17th July 2024)
|
||||
|
||||
### Added
|
||||
- [T3T1] Animated device label on homescreen/lockscreen. [#3895]
|
||||
- [T3T1] Improved change homescreen flow. [#3907]
|
||||
- [T3T1] Added word counter during wallet creation. [#3917]
|
||||
- Expose value of the Optiga SEC counter in `Features` message.
|
||||
|
||||
### Changed
|
||||
- Reworked PIN processing.
|
||||
|
||||
### Removed
|
||||
- CoSi functionality. [#3442]
|
||||
|
||||
### Fixed
|
||||
- [T3T1] Fixed swipe back from address QR code screen. [#3919]
|
||||
- [T3T1] Fixed device authenticity check. [#3922]
|
||||
- [T3T1] Improve swipe behavior and animations. [#3965]
|
||||
- Increase Optiga read timeout to avoid spurious RSODs.
|
||||
|
||||
|
||||
## [2.7.2] (14th June 2024)
|
||||
|
||||
### Fixed
|
||||
@ -892,6 +913,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
|
||||
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
|
||||
[#3440]: https://github.com/trezor/trezor-firmware/pull/3440
|
||||
[#3442]: https://github.com/trezor/trezor-firmware/pull/3442
|
||||
[#3445]: https://github.com/trezor/trezor-firmware/pull/3445
|
||||
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
|
||||
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
|
||||
@ -903,8 +925,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
||||
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
|
||||
[#3907]: https://github.com/trezor/trezor-firmware/pull/3907
|
||||
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
|
||||
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
|
||||
[#3917]: https://github.com/trezor/trezor-firmware/pull/3917
|
||||
[#3919]: https://github.com/trezor/trezor-firmware/pull/3919
|
||||
[#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
|
||||
[#3965]: https://github.com/trezor/trezor-firmware/pull/3965
|
||||
|
@ -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 = 1716812197
|
||||
MIN_DATA_VERSION = 1717702530
|
||||
FORMAT_VERSION = b"trzd1"
|
||||
|
||||
if __debug__:
|
||||
|
Loading…
Reference in New Issue
Block a user