mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 12:28:09 +00:00
docs(core): changelog for 2.6.4
This commit is contained in:
parent
0199f9c26c
commit
1f693d3561
@ -1 +0,0 @@
|
|||||||
Always display Ethereum fees in Gwei.
|
|
@ -1 +0,0 @@
|
|||||||
Added Solana support
|
|
@ -1 +0,0 @@
|
|||||||
Fix invalid encoding of signatures from Optiga.
|
|
@ -1 +0,0 @@
|
|||||||
[T2B1] Re-added missing address confirmation screens.
|
|
@ -4,7 +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] (2nd November 2023)
|
## [2.6.4] (20th December 2023)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added Solana support. [#3359]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Always display Ethereum fees in Gwei. [#3246]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix invalid encoding of signatures from Optiga. [#3411]
|
||||||
|
- Re-added missing address confirmation screens. [#3424]
|
||||||
|
|
||||||
|
|
||||||
|
## [2.6.3] (15th November 2023)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Support interaction-less upgrade. [#2919]
|
- Support interaction-less upgrade. [#2919]
|
||||||
@ -808,8 +821,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#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
|
[#3242]: https://github.com/trezor/trezor-firmware/pull/3242
|
||||||
|
[#3246]: https://github.com/trezor/trezor-firmware/pull/3246
|
||||||
[#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
|
[#3311]: https://github.com/trezor/trezor-firmware/pull/3311
|
||||||
|
[#3359]: https://github.com/trezor/trezor-firmware/pull/3359
|
||||||
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
|
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
|
||||||
|
[#3411]: https://github.com/trezor/trezor-firmware/pull/3411
|
||||||
|
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
|
||||||
|
@ -4,7 +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)
|
## [2.6.4] (20th December 2023)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added Solana support. [#3359]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Always display Ethereum fees in Gwei. [#3246]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix invalid encoding of signatures from Optiga. [#3411]
|
||||||
|
|
||||||
|
|
||||||
|
## [2.6.3] (15th November 2023)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Support interaction-less upgrade. [#2919]
|
- Support interaction-less upgrade. [#2919]
|
||||||
@ -808,8 +820,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#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
|
[#3242]: https://github.com/trezor/trezor-firmware/pull/3242
|
||||||
|
[#3246]: https://github.com/trezor/trezor-firmware/pull/3246
|
||||||
[#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
|
[#3311]: https://github.com/trezor/trezor-firmware/pull/3311
|
||||||
|
[#3359]: https://github.com/trezor/trezor-firmware/pull/3359
|
||||||
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
|
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
|
||||||
|
[#3411]: https://github.com/trezor/trezor-firmware/pull/3411
|
||||||
|
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
|
||||||
|
@ -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.4] (20th December 2023)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added Solana support. [#3359]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Always display Ethereum fees in Gwei. [#3246]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix invalid encoding of signatures from Optiga. [#3411]
|
||||||
|
- [T2B1] Re-added missing address confirmation screens. [#3424]
|
||||||
|
|
||||||
|
|
||||||
## [2.6.3] (15th November 2023)
|
## [2.6.3] (15th November 2023)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@ -813,8 +826,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
[#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
|
[#3242]: https://github.com/trezor/trezor-firmware/pull/3242
|
||||||
|
[#3246]: https://github.com/trezor/trezor-firmware/pull/3246
|
||||||
[#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
|
[#3311]: https://github.com/trezor/trezor-firmware/pull/3311
|
||||||
|
[#3359]: https://github.com/trezor/trezor-firmware/pull/3359
|
||||||
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
|
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377
|
||||||
|
[#3411]: https://github.com/trezor/trezor-firmware/pull/3411
|
||||||
|
[#3424]: https://github.com/trezor/trezor-firmware/pull/3424
|
||||||
|
Loading…
Reference in New Issue
Block a user