mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
docs(core): changelog for 2.8.0
This commit is contained in:
parent
54441182ea
commit
dd4671a510
@ -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/).
|
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)
|
## [2.7.2] (14th June 2024)
|
||||||
|
|
||||||
### Fixed
|
### 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
|
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
|
||||||
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
|
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
|
||||||
[#3440]: https://github.com/trezor/trezor-firmware/pull/3440
|
[#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
|
[#3445]: https://github.com/trezor/trezor-firmware/pull/3445
|
||||||
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
|
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
|
||||||
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
|
[#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
|
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||||
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
[#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
|
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
|
||||||
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
|
[#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
|
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
|
||||||
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
||||||
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940
|
[#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/).
|
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)
|
## [2.7.2] (14th June 2024)
|
||||||
|
|
||||||
### Fixed
|
### 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
|
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
|
||||||
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
|
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
|
||||||
[#3440]: https://github.com/trezor/trezor-firmware/pull/3440
|
[#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
|
[#3445]: https://github.com/trezor/trezor-firmware/pull/3445
|
||||||
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
|
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
|
||||||
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
|
[#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
|
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||||
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
[#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
|
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
|
||||||
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
|
[#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
|
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
|
||||||
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
||||||
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940
|
[#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/).
|
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)
|
## [2.7.2] (14th June 2024)
|
||||||
|
|
||||||
### Fixed
|
### 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
|
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
|
||||||
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
|
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
|
||||||
[#3440]: https://github.com/trezor/trezor-firmware/pull/3440
|
[#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
|
[#3445]: https://github.com/trezor/trezor-firmware/pull/3445
|
||||||
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
|
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
|
||||||
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
|
[#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
|
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||||
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
[#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
|
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
|
||||||
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
|
[#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
|
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
|
||||||
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
||||||
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940
|
[#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/).
|
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)
|
## [2.7.2] (14th June 2024)
|
||||||
|
|
||||||
### Fixed
|
### 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
|
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
|
||||||
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
|
[#3434]: https://github.com/trezor/trezor-firmware/pull/3434
|
||||||
[#3440]: https://github.com/trezor/trezor-firmware/pull/3440
|
[#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
|
[#3445]: https://github.com/trezor/trezor-firmware/pull/3445
|
||||||
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
|
[#3458]: https://github.com/trezor/trezor-firmware/pull/3458
|
||||||
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475
|
[#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
|
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||||
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
[#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
|
[#3911]: https://github.com/trezor/trezor-firmware/pull/3911
|
||||||
[#3916]: https://github.com/trezor/trezor-firmware/pull/3916
|
[#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
|
[#3922]: https://github.com/trezor/trezor-firmware/pull/3922
|
||||||
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
[#3925]: https://github.com/trezor/trezor-firmware/pull/3925
|
||||||
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940
|
[#3940]: https://github.com/trezor/trezor-firmware/pull/3940
|
||||||
|
[#3965]: https://github.com/trezor/trezor-firmware/pull/3965
|
||||||
|
Loading…
Reference in New Issue
Block a user