mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-20 12:21:01 +00:00
docs(core): generate changelog for 2.8.1
This commit is contained in:
parent
8cffddb957
commit
ee6ab8effb
@ -1 +0,0 @@
|
|||||||
[T2T1] Added a progress indicator for the formatting operation
|
|
@ -1 +0,0 @@
|
|||||||
Added support for T3B1
|
|
@ -1 +0,0 @@
|
|||||||
[T3T1] Added PIN keyboard animation
|
|
@ -1 +0,0 @@
|
|||||||
[T3T1] Added menu entry animation
|
|
@ -1 +0,0 @@
|
|||||||
[T3T1] Improved screen brightness settings.
|
|
@ -1 +0,0 @@
|
|||||||
[T3T1] Improve touch layer precision
|
|
@ -1,2 +0,0 @@
|
|||||||
[T3T1] Smoothened screen transitions by removing backlight fading
|
|
||||||
[T3T1] Improved resuming of interrupted animations
|
|
@ -1 +0,0 @@
|
|||||||
[T2B1] Fix display orientation "south"
|
|
@ -1 +0,0 @@
|
|||||||
[T3T1] Improve instruction screens during multi-share recovery process
|
|
@ -1 +0,0 @@
|
|||||||
Include Optiga throttling delay in PIN countdown.
|
|
@ -1 +0,0 @@
|
|||||||
[T3T1] Fix More info screen during multi-share backup creation
|
|
@ -1 +0,0 @@
|
|||||||
[T3T1] Fixed title sometimes not fitting into result screen
|
|
@ -1 +0,0 @@
|
|||||||
[T3T1] New UI of confirming interaction-less firmware update
|
|
@ -1 +0,0 @@
|
|||||||
[T3T1] Adjusted detection of swipes: vertical swipes are preferred over horizontal swipes
|
|
@ -1 +0,0 @@
|
|||||||
[T3T1] Improve share words swiping animation
|
|
@ -4,6 +4,15 @@ 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.1] (21st August 2024)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Improve precision of PIN timeout countdown. [#4000]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix display orientation "south". [#3990]
|
||||||
|
|
||||||
|
|
||||||
## [2.8.0] (9th July 2024)
|
## [2.8.0] (9th July 2024)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -873,6 +882,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#2937]: https://github.com/trezor/trezor-firmware/pull/2937
|
[#2937]: https://github.com/trezor/trezor-firmware/pull/2937
|
||||||
[#2955]: https://github.com/trezor/trezor-firmware/pull/2955
|
[#2955]: https://github.com/trezor/trezor-firmware/pull/2955
|
||||||
[#2989]: https://github.com/trezor/trezor-firmware/pull/2989
|
[#2989]: https://github.com/trezor/trezor-firmware/pull/2989
|
||||||
|
[#3035]: https://github.com/trezor/trezor-firmware/pull/3035
|
||||||
[#3047]: https://github.com/trezor/trezor-firmware/pull/3047
|
[#3047]: https://github.com/trezor/trezor-firmware/pull/3047
|
||||||
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
|
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
|
||||||
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
|
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
|
||||||
@ -906,8 +916,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
|
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
|
||||||
[#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
|
||||||
|
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
|
||||||
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
||||||
|
[#3885]: https://github.com/trezor/trezor-firmware/pull/3885
|
||||||
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
|
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
|
||||||
|
[#3896]: https://github.com/trezor/trezor-firmware/pull/3896
|
||||||
[#3907]: https://github.com/trezor/trezor-firmware/pull/3907
|
[#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
|
||||||
@ -917,3 +930,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#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
|
[#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
|
||||||
|
[#3987]: https://github.com/trezor/trezor-firmware/pull/3987
|
||||||
|
[#3990]: https://github.com/trezor/trezor-firmware/pull/3990
|
||||||
|
[#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
|
||||||
|
[#4023]: https://github.com/trezor/trezor-firmware/pull/4023
|
||||||
|
[#4030]: https://github.com/trezor/trezor-firmware/pull/4030
|
||||||
|
[#4060]: https://github.com/trezor/trezor-firmware/pull/4060
|
||||||
|
[#4063]: https://github.com/trezor/trezor-firmware/pull/4063
|
||||||
|
@ -4,6 +4,15 @@ 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.1] (21st August 2024)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Improve precision of PIN timeout countdown. [#4000]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Added a progress indicator for the formatting operation. [#3035]
|
||||||
|
|
||||||
|
|
||||||
## [2.8.0] (9th July 2024)
|
## [2.8.0] (9th July 2024)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
@ -866,6 +875,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#2937]: https://github.com/trezor/trezor-firmware/pull/2937
|
[#2937]: https://github.com/trezor/trezor-firmware/pull/2937
|
||||||
[#2955]: https://github.com/trezor/trezor-firmware/pull/2955
|
[#2955]: https://github.com/trezor/trezor-firmware/pull/2955
|
||||||
[#2989]: https://github.com/trezor/trezor-firmware/pull/2989
|
[#2989]: https://github.com/trezor/trezor-firmware/pull/2989
|
||||||
|
[#3035]: https://github.com/trezor/trezor-firmware/pull/3035
|
||||||
[#3047]: https://github.com/trezor/trezor-firmware/pull/3047
|
[#3047]: https://github.com/trezor/trezor-firmware/pull/3047
|
||||||
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
|
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
|
||||||
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
|
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
|
||||||
@ -899,8 +909,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
|
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
|
||||||
[#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
|
||||||
|
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
|
||||||
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
||||||
|
[#3885]: https://github.com/trezor/trezor-firmware/pull/3885
|
||||||
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
|
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
|
||||||
|
[#3896]: https://github.com/trezor/trezor-firmware/pull/3896
|
||||||
[#3907]: https://github.com/trezor/trezor-firmware/pull/3907
|
[#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
|
||||||
@ -910,3 +923,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#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
|
[#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
|
||||||
|
[#3987]: https://github.com/trezor/trezor-firmware/pull/3987
|
||||||
|
[#3990]: https://github.com/trezor/trezor-firmware/pull/3990
|
||||||
|
[#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
|
||||||
|
[#4023]: https://github.com/trezor/trezor-firmware/pull/4023
|
||||||
|
[#4030]: https://github.com/trezor/trezor-firmware/pull/4030
|
||||||
|
[#4060]: https://github.com/trezor/trezor-firmware/pull/4060
|
||||||
|
[#4063]: https://github.com/trezor/trezor-firmware/pull/4063
|
||||||
|
@ -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/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
|
## [2.8.1] (21st August 2024)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added PIN keyboard animation. [#3885]
|
||||||
|
- Added menu entry animation. [#3896]
|
||||||
|
- Improve precision of PIN timeout countdown. [#4000]
|
||||||
|
- New UI of confirming interaction-less firmware update. [#4030]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Smoothened screen transitions by removing backlight fading.
|
||||||
|
- Improved resuming of interrupted animations. [#3987]
|
||||||
|
- Improve instruction screens during multi-share recovery process. [#3992]
|
||||||
|
- Improve share words swiping animation. [#4063]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Added a progress indicator for the formatting operation. [#3035]
|
||||||
|
- Improved screen brightness settings. [#3969]
|
||||||
|
- Improve touch layer precision. [#3972]
|
||||||
|
- Fix More info screen during multi-share backup creation. [#4006]
|
||||||
|
- Fixed title sometimes not fitting into result screen. [#4023]
|
||||||
|
- Adjusted detection of swipes: vertical swipes are preferred over horizontal swipes. [#4060]
|
||||||
|
|
||||||
|
|
||||||
## [2.8.0] (9th July 2024)
|
## [2.8.0] (9th July 2024)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -874,6 +897,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#2937]: https://github.com/trezor/trezor-firmware/pull/2937
|
[#2937]: https://github.com/trezor/trezor-firmware/pull/2937
|
||||||
[#2955]: https://github.com/trezor/trezor-firmware/pull/2955
|
[#2955]: https://github.com/trezor/trezor-firmware/pull/2955
|
||||||
[#2989]: https://github.com/trezor/trezor-firmware/pull/2989
|
[#2989]: https://github.com/trezor/trezor-firmware/pull/2989
|
||||||
|
[#3035]: https://github.com/trezor/trezor-firmware/pull/3035
|
||||||
[#3047]: https://github.com/trezor/trezor-firmware/pull/3047
|
[#3047]: https://github.com/trezor/trezor-firmware/pull/3047
|
||||||
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
|
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
|
||||||
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
|
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
|
||||||
@ -907,8 +931,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
|
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
|
||||||
[#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
|
||||||
|
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
|
||||||
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
||||||
|
[#3885]: https://github.com/trezor/trezor-firmware/pull/3885
|
||||||
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
|
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
|
||||||
|
[#3896]: https://github.com/trezor/trezor-firmware/pull/3896
|
||||||
[#3907]: https://github.com/trezor/trezor-firmware/pull/3907
|
[#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
|
||||||
@ -918,3 +945,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#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
|
[#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
|
||||||
|
[#3987]: https://github.com/trezor/trezor-firmware/pull/3987
|
||||||
|
[#3990]: https://github.com/trezor/trezor-firmware/pull/3990
|
||||||
|
[#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
|
||||||
|
[#4023]: https://github.com/trezor/trezor-firmware/pull/4023
|
||||||
|
[#4030]: https://github.com/trezor/trezor-firmware/pull/4030
|
||||||
|
[#4060]: https://github.com/trezor/trezor-firmware/pull/4060
|
||||||
|
[#4063]: https://github.com/trezor/trezor-firmware/pull/4063
|
||||||
|
@ -4,6 +4,30 @@ 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.1] (21st August 2024)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- [T3B1] Added support for T3B1. [#3728]
|
||||||
|
- [T3T1] Added PIN keyboard animation. [#3885]
|
||||||
|
- [T3T1] Added menu entry animation. [#3896]
|
||||||
|
- Improve precision of PIN timeout countdown. [#4000]
|
||||||
|
- [T3T1] New UI of confirming interaction-less firmware update. [#4030]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- [T3T1] Smoothened screen transitions by removing backlight fading.
|
||||||
|
- [T3T1] Improved resuming of interrupted animations. [#3987]
|
||||||
|
- [T3T1] Improve instruction screens during multi-share recovery process. [#3992]
|
||||||
|
- [T3T1] Improve share words swiping animation. [#4063]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [T2T1,T3T1] Added a progress indicator for the formatting operation. [#3035]
|
||||||
|
- [T3T1] Improved screen brightness settings. [#3969]
|
||||||
|
- [T3T1] Improve touch layer precision. [#3972]
|
||||||
|
- [T2B1] Fix display orientation "south". [#3990]
|
||||||
|
- [T3T1] Fix More info screen during multi-share backup creation. [#4006]
|
||||||
|
- [T3T1] Fixed title sometimes not fitting into result screen. [#4023]
|
||||||
|
- [T3T1] Adjusted detection of swipes: vertical swipes are preferred over horizontal swipes. [#4060]
|
||||||
|
|
||||||
## [2.8.0] (9th July 2024)
|
## [2.8.0] (9th July 2024)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -891,6 +915,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#2937]: https://github.com/trezor/trezor-firmware/pull/2937
|
[#2937]: https://github.com/trezor/trezor-firmware/pull/2937
|
||||||
[#2955]: https://github.com/trezor/trezor-firmware/pull/2955
|
[#2955]: https://github.com/trezor/trezor-firmware/pull/2955
|
||||||
[#2989]: https://github.com/trezor/trezor-firmware/pull/2989
|
[#2989]: https://github.com/trezor/trezor-firmware/pull/2989
|
||||||
|
[#3035]: https://github.com/trezor/trezor-firmware/pull/3035
|
||||||
[#3047]: https://github.com/trezor/trezor-firmware/pull/3047
|
[#3047]: https://github.com/trezor/trezor-firmware/pull/3047
|
||||||
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
|
[#3048]: https://github.com/trezor/trezor-firmware/pull/3048
|
||||||
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
|
[#3205]: https://github.com/trezor/trezor-firmware/pull/3205
|
||||||
@ -924,8 +949,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
|
[#3539]: https://github.com/trezor/trezor-firmware/pull/3539
|
||||||
[#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
|
||||||
|
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
|
||||||
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
[#3855]: https://github.com/trezor/trezor-firmware/pull/3855
|
||||||
|
[#3885]: https://github.com/trezor/trezor-firmware/pull/3885
|
||||||
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
|
[#3895]: https://github.com/trezor/trezor-firmware/pull/3895
|
||||||
|
[#3896]: https://github.com/trezor/trezor-firmware/pull/3896
|
||||||
[#3907]: https://github.com/trezor/trezor-firmware/pull/3907
|
[#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
|
||||||
@ -935,3 +963,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#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
|
[#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
|
||||||
|
[#3987]: https://github.com/trezor/trezor-firmware/pull/3987
|
||||||
|
[#3990]: https://github.com/trezor/trezor-firmware/pull/3990
|
||||||
|
[#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
|
||||||
|
[#4023]: https://github.com/trezor/trezor-firmware/pull/4023
|
||||||
|
[#4030]: https://github.com/trezor/trezor-firmware/pull/4030
|
||||||
|
[#4060]: https://github.com/trezor/trezor-firmware/pull/4060
|
||||||
|
[#4063]: https://github.com/trezor/trezor-firmware/pull/4063
|
||||||
|
Loading…
Reference in New Issue
Block a user