mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
docs(core): changelog for 2.6.3
This commit is contained in:
parent
b0ca820983
commit
86b3d8fc6c
@ -1 +0,0 @@
|
|||||||
[T2T1] Adjust buttons used for scrolling multipage content.
|
|
@ -1 +0,0 @@
|
|||||||
Support interaction-less upgrade
|
|
@ -1 +0,0 @@
|
|||||||
Allowed non-zero address index in Cardano staking paths
|
|
@ -1 +0,0 @@
|
|||||||
[T2T1] Fixed backlight flickering at the end of PIN loader animation.
|
|
@ -1 +0,0 @@
|
|||||||
[T2B1] Turn the screen off when device is locked, to prolong OLED life.
|
|
@ -4,6 +4,18 @@ 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.6.3] (2nd November 2023)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Support interaction-less upgrade. [#2919]
|
||||||
|
- Allowed non-zero address index in Cardano staking paths. [#3242]
|
||||||
|
- Turn the screen off when device is locked, to prolong OLED life. [#3377]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
|
||||||
## [2.6.2] (internal release)
|
## [2.6.2] (internal release)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -783,7 +795,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#2818]: https://github.com/trezor/trezor-firmware/pull/2818
|
[#2818]: https://github.com/trezor/trezor-firmware/pull/2818
|
||||||
[#2834]: https://github.com/trezor/trezor-firmware/pull/2834
|
[#2834]: https://github.com/trezor/trezor-firmware/pull/2834
|
||||||
[#2841]: https://github.com/trezor/trezor-firmware/pull/2841
|
[#2841]: https://github.com/trezor/trezor-firmware/pull/2841
|
||||||
|
[#2888]: https://github.com/trezor/trezor-firmware/pull/2888
|
||||||
[#2899]: https://github.com/trezor/trezor-firmware/pull/2899
|
[#2899]: https://github.com/trezor/trezor-firmware/pull/2899
|
||||||
|
[#2919]: https://github.com/trezor/trezor-firmware/pull/2919
|
||||||
[#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
|
||||||
@ -793,6 +807,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
|
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
|
||||||
[#3218]: https://github.com/trezor/trezor-firmware/pull/3218
|
[#3218]: https://github.com/trezor/trezor-firmware/pull/3218
|
||||||
[#3237]: https://github.com/trezor/trezor-firmware/pull/3237
|
[#3237]: https://github.com/trezor/trezor-firmware/pull/3237
|
||||||
|
[#3242]: https://github.com/trezor/trezor-firmware/pull/3242
|
||||||
[#3255]: https://github.com/trezor/trezor-firmware/pull/3255
|
[#3255]: https://github.com/trezor/trezor-firmware/pull/3255
|
||||||
[#3256]: https://github.com/trezor/trezor-firmware/pull/3256
|
[#3256]: https://github.com/trezor/trezor-firmware/pull/3256
|
||||||
[#3296]: https://github.com/trezor/trezor-firmware/pull/3296
|
[#3296]: https://github.com/trezor/trezor-firmware/pull/3296
|
||||||
|
[#3311]: https://github.com/trezor/trezor-firmware/pull/3311
|
||||||
|
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
|
||||||
|
@ -4,6 +4,19 @@ 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.6.3] (2nd November 2023)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Support interaction-less upgrade. [#2919]
|
||||||
|
- Allowed non-zero address index in Cardano staking paths. [#3242]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Adjust buttons used for scrolling multipage content. [#2888]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed backlight flickering at the end of PIN loader animation. [#3311]
|
||||||
|
|
||||||
|
|
||||||
## [2.6.2] (internal release)
|
## [2.6.2] (internal release)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -782,7 +795,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#2818]: https://github.com/trezor/trezor-firmware/pull/2818
|
[#2818]: https://github.com/trezor/trezor-firmware/pull/2818
|
||||||
[#2834]: https://github.com/trezor/trezor-firmware/pull/2834
|
[#2834]: https://github.com/trezor/trezor-firmware/pull/2834
|
||||||
[#2841]: https://github.com/trezor/trezor-firmware/pull/2841
|
[#2841]: https://github.com/trezor/trezor-firmware/pull/2841
|
||||||
|
[#2888]: https://github.com/trezor/trezor-firmware/pull/2888
|
||||||
[#2899]: https://github.com/trezor/trezor-firmware/pull/2899
|
[#2899]: https://github.com/trezor/trezor-firmware/pull/2899
|
||||||
|
[#2919]: https://github.com/trezor/trezor-firmware/pull/2919
|
||||||
[#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
|
||||||
@ -792,6 +807,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
|
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
|
||||||
[#3218]: https://github.com/trezor/trezor-firmware/pull/3218
|
[#3218]: https://github.com/trezor/trezor-firmware/pull/3218
|
||||||
[#3237]: https://github.com/trezor/trezor-firmware/pull/3237
|
[#3237]: https://github.com/trezor/trezor-firmware/pull/3237
|
||||||
|
[#3242]: https://github.com/trezor/trezor-firmware/pull/3242
|
||||||
[#3255]: https://github.com/trezor/trezor-firmware/pull/3255
|
[#3255]: https://github.com/trezor/trezor-firmware/pull/3255
|
||||||
[#3256]: https://github.com/trezor/trezor-firmware/pull/3256
|
[#3256]: https://github.com/trezor/trezor-firmware/pull/3256
|
||||||
[#3296]: https://github.com/trezor/trezor-firmware/pull/3296
|
[#3296]: https://github.com/trezor/trezor-firmware/pull/3296
|
||||||
|
[#3311]: https://github.com/trezor/trezor-firmware/pull/3311
|
||||||
|
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
|
||||||
|
@ -4,6 +4,20 @@ 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.6.3] (15th November 2023)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Support interaction-less upgrade. [#2919]
|
||||||
|
- Allowed non-zero address index in Cardano staking paths. [#3242]
|
||||||
|
- [T2B1] Turn the screen off when device is locked, to prolong OLED life. [#3377]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- [T2T1] Adjust buttons used for scrolling multipage content. [#2888]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [T2T1] Fixed backlight flickering at the end of PIN loader animation. [#3311]
|
||||||
|
|
||||||
|
|
||||||
## [2.6.2] (internal release)
|
## [2.6.2] (internal release)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -786,7 +800,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#2818]: https://github.com/trezor/trezor-firmware/pull/2818
|
[#2818]: https://github.com/trezor/trezor-firmware/pull/2818
|
||||||
[#2834]: https://github.com/trezor/trezor-firmware/pull/2834
|
[#2834]: https://github.com/trezor/trezor-firmware/pull/2834
|
||||||
[#2841]: https://github.com/trezor/trezor-firmware/pull/2841
|
[#2841]: https://github.com/trezor/trezor-firmware/pull/2841
|
||||||
|
[#2888]: https://github.com/trezor/trezor-firmware/pull/2888
|
||||||
[#2899]: https://github.com/trezor/trezor-firmware/pull/2899
|
[#2899]: https://github.com/trezor/trezor-firmware/pull/2899
|
||||||
|
[#2919]: https://github.com/trezor/trezor-firmware/pull/2919
|
||||||
[#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
|
||||||
@ -796,6 +812,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
|
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
|
||||||
[#3218]: https://github.com/trezor/trezor-firmware/pull/3218
|
[#3218]: https://github.com/trezor/trezor-firmware/pull/3218
|
||||||
[#3237]: https://github.com/trezor/trezor-firmware/pull/3237
|
[#3237]: https://github.com/trezor/trezor-firmware/pull/3237
|
||||||
|
[#3242]: https://github.com/trezor/trezor-firmware/pull/3242
|
||||||
[#3255]: https://github.com/trezor/trezor-firmware/pull/3255
|
[#3255]: https://github.com/trezor/trezor-firmware/pull/3255
|
||||||
[#3256]: https://github.com/trezor/trezor-firmware/pull/3256
|
[#3256]: https://github.com/trezor/trezor-firmware/pull/3256
|
||||||
[#3296]: https://github.com/trezor/trezor-firmware/pull/3296
|
[#3296]: https://github.com/trezor/trezor-firmware/pull/3296
|
||||||
|
[#3311]: https://github.com/trezor/trezor-firmware/pull/3311
|
||||||
|
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
|
||||||
|
Loading…
Reference in New Issue
Block a user