From 1746fe06b10bb18aaa3dafdac51873fcceaee3e8 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Tue, 27 Feb 2024 11:39:40 +0100 Subject: [PATCH] docs(core): changelog for 2.6.5 --- core/.changelog.d/3206.added | 1 - core/.changelog.d/3244.fixed | 1 - core/.changelog.d/3434.added | 1 - core/.changelog.d/3440.added | 1 - core/.changelog.d/3445.fixed.1 | 1 - core/.changelog.d/3445.fixed.2 | 1 - core/.changelog.d/3445.fixed.3 | 1 - core/.changelog.d/3458.added | 1 - core/.changelog.d/3475.changed | 1 - core/.changelog.d/3477.fixed | 1 - core/.changelog.d/3517.added | 1 - core/.changelog.d/3539.added | 1 - core/CHANGELOG.T2B1.md | 30 ++++++++++++++++++++++++++++++ core/CHANGELOG.T2T1.md | 32 ++++++++++++++++++++++++++++++++ core/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 15 files changed, 93 insertions(+), 12 deletions(-) delete mode 100644 core/.changelog.d/3206.added delete mode 100644 core/.changelog.d/3244.fixed delete mode 100644 core/.changelog.d/3434.added delete mode 100644 core/.changelog.d/3440.added delete mode 100644 core/.changelog.d/3445.fixed.1 delete mode 100644 core/.changelog.d/3445.fixed.2 delete mode 100644 core/.changelog.d/3445.fixed.3 delete mode 100644 core/.changelog.d/3458.added delete mode 100644 core/.changelog.d/3475.changed delete mode 100644 core/.changelog.d/3477.fixed delete mode 100644 core/.changelog.d/3517.added delete mode 100644 core/.changelog.d/3539.added diff --git a/core/.changelog.d/3206.added b/core/.changelog.d/3206.added deleted file mode 100644 index ca8d996549..0000000000 --- a/core/.changelog.d/3206.added +++ /dev/null @@ -1 +0,0 @@ -Add translations capability diff --git a/core/.changelog.d/3244.fixed b/core/.changelog.d/3244.fixed deleted file mode 100644 index 452486f418..0000000000 --- a/core/.changelog.d/3244.fixed +++ /dev/null @@ -1 +0,0 @@ -[T2T1] Fixed blank display delay on startup when display orientation is set to other than north diff --git a/core/.changelog.d/3434.added b/core/.changelog.d/3434.added deleted file mode 100644 index 49ffffe1fb..0000000000 --- a/core/.changelog.d/3434.added +++ /dev/null @@ -1 +0,0 @@ -Stellar: add support for StellarClaimClaimableBalanceOp. diff --git a/core/.changelog.d/3440.added b/core/.changelog.d/3440.added deleted file mode 100644 index 903b399bf3..0000000000 --- a/core/.changelog.d/3440.added +++ /dev/null @@ -1 +0,0 @@ -[T2B1] Add loader to homescreen when locking the device diff --git a/core/.changelog.d/3445.fixed.1 b/core/.changelog.d/3445.fixed.1 deleted file mode 100644 index c12466b005..0000000000 --- a/core/.changelog.d/3445.fixed.1 +++ /dev/null @@ -1 +0,0 @@ -Fixed Solana Memo instruction being unknown - it will now be recognized and displayed properly diff --git a/core/.changelog.d/3445.fixed.2 b/core/.changelog.d/3445.fixed.2 deleted file mode 100644 index 10de84ab3e..0000000000 --- a/core/.changelog.d/3445.fixed.2 +++ /dev/null @@ -1 +0,0 @@ -Solana multisig instruction warning will be displayed before instruction details are displayed diff --git a/core/.changelog.d/3445.fixed.3 b/core/.changelog.d/3445.fixed.3 deleted file mode 100644 index 36d57f6c13..0000000000 --- a/core/.changelog.d/3445.fixed.3 +++ /dev/null @@ -1 +0,0 @@ -Improved UI of multiple Solana instructions diff --git a/core/.changelog.d/3458.added b/core/.changelog.d/3458.added deleted file mode 100644 index 7ae079a705..0000000000 --- a/core/.changelog.d/3458.added +++ /dev/null @@ -1 +0,0 @@ -Allow for going back to previous word in recovery process diff --git a/core/.changelog.d/3475.changed b/core/.changelog.d/3475.changed deleted file mode 100644 index 0d77c669c0..0000000000 --- a/core/.changelog.d/3475.changed +++ /dev/null @@ -1 +0,0 @@ -Display descriptors for BTC Taproot public keys. diff --git a/core/.changelog.d/3477.fixed b/core/.changelog.d/3477.fixed deleted file mode 100644 index 1b23a16fee..0000000000 --- a/core/.changelog.d/3477.fixed +++ /dev/null @@ -1 +0,0 @@ -[T2B1] Add missing semicolon character to the passphrase entry diff --git a/core/.changelog.d/3517.added b/core/.changelog.d/3517.added deleted file mode 100644 index c5ae5d78c1..0000000000 --- a/core/.changelog.d/3517.added +++ /dev/null @@ -1 +0,0 @@ -Clear sign ETH staking transactions on Everstake pool. diff --git a/core/.changelog.d/3539.added b/core/.changelog.d/3539.added deleted file mode 100644 index e67334a33e..0000000000 --- a/core/.changelog.d/3539.added +++ /dev/null @@ -1 +0,0 @@ -Send BIP-380 descriptor in GetPublicKey response. diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md index ee7c7fb68a..8d3ed7ea20 100644 --- a/core/CHANGELOG.T2B1.md +++ b/core/CHANGELOG.T2B1.md @@ -4,6 +4,26 @@ 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.6.5] (20th March 2024) + +### Added +- Add translations capability. [#3206] +- Stellar: add support for `StellarClaimClaimableBalanceOp`. [#3434] +- Add loader to homescreen when locking the device. [#3440] +- Allow for going back to previous word in recovery process. [#3458] +- Clear sign ETH staking transactions on Everstake pool. [#3517] +- Send BIP-380 descriptor in GetPublicKey response. [#3539] + +### Changed +- Display descriptors for BTC Taproot public keys. [#3475] + +### Fixed +- Improved UI of multiple Solana instructions. [#3445] +- Solana multisig instruction warning will be displayed before instruction details are displayed. [#3445] +- Fixed Solana Memo instruction being unknown - it will now be recognized and displayed properly. [#3445] +- Add missing semicolon character to the passphrase entry. [#3477] + + ## [2.6.4] (20th December 2023) ### Added @@ -817,10 +837,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3047]: https://github.com/trezor/trezor-firmware/pull/3047 [#3048]: https://github.com/trezor/trezor-firmware/pull/3048 [#3205]: https://github.com/trezor/trezor-firmware/pull/3205 +[#3206]: https://github.com/trezor/trezor-firmware/pull/3206 [#3216]: https://github.com/trezor/trezor-firmware/pull/3216 [#3218]: https://github.com/trezor/trezor-firmware/pull/3218 [#3237]: https://github.com/trezor/trezor-firmware/pull/3237 [#3242]: https://github.com/trezor/trezor-firmware/pull/3242 +[#3244]: https://github.com/trezor/trezor-firmware/pull/3244 [#3246]: https://github.com/trezor/trezor-firmware/pull/3246 [#3255]: https://github.com/trezor/trezor-firmware/pull/3255 [#3256]: https://github.com/trezor/trezor-firmware/pull/3256 @@ -830,3 +852,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#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 +[#3434]: https://github.com/trezor/trezor-firmware/pull/3434 +[#3440]: https://github.com/trezor/trezor-firmware/pull/3440 +[#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 +[#3477]: https://github.com/trezor/trezor-firmware/pull/3477 +[#3517]: https://github.com/trezor/trezor-firmware/pull/3517 +[#3539]: https://github.com/trezor/trezor-firmware/pull/3539 diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md index 5d4cadeeaa..382315de71 100644 --- a/core/CHANGELOG.T2T1.md +++ b/core/CHANGELOG.T2T1.md @@ -4,6 +4,25 @@ 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.6.5] (20th March 2024) + +### Added +- Add translations capability. [#3206] +- Stellar: add support for `StellarClaimClaimableBalanceOp`. [#3434] +- Allow for going back to previous word in recovery process. [#3458] +- Clear sign ETH staking transactions on Everstake pool. [#3517] +- Send BIP-380 descriptor in GetPublicKey response. [#3539] + +### Changed +- Display descriptors for BTC Taproot public keys. [#3475] + +### Fixed +- Fixed blank display delay on startup when display orientation is set to other than north. [#3244] +- Improved UI of multiple Solana instructions. [#3445] +- Solana multisig instruction warning will be displayed before instruction details are displayed. [#3445] +- Fixed Solana Memo instruction being unknown - it will now be recognized and displayed properly. [#3445] + + ## [2.6.4] (20th December 2023) ### Added @@ -12,6 +31,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - Always display Ethereum fees in Gwei. [#3246] +### Fixed +- Fix invalid encoding of signatures from Optiga. [#3411] + ## [2.6.3] (15th November 2023) @@ -813,10 +835,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3047]: https://github.com/trezor/trezor-firmware/pull/3047 [#3048]: https://github.com/trezor/trezor-firmware/pull/3048 [#3205]: https://github.com/trezor/trezor-firmware/pull/3205 +[#3206]: https://github.com/trezor/trezor-firmware/pull/3206 [#3216]: https://github.com/trezor/trezor-firmware/pull/3216 [#3218]: https://github.com/trezor/trezor-firmware/pull/3218 [#3237]: https://github.com/trezor/trezor-firmware/pull/3237 [#3242]: https://github.com/trezor/trezor-firmware/pull/3242 +[#3244]: https://github.com/trezor/trezor-firmware/pull/3244 [#3246]: https://github.com/trezor/trezor-firmware/pull/3246 [#3255]: https://github.com/trezor/trezor-firmware/pull/3255 [#3256]: https://github.com/trezor/trezor-firmware/pull/3256 @@ -826,3 +850,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#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 +[#3434]: https://github.com/trezor/trezor-firmware/pull/3434 +[#3440]: https://github.com/trezor/trezor-firmware/pull/3440 +[#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 +[#3477]: https://github.com/trezor/trezor-firmware/pull/3477 +[#3517]: https://github.com/trezor/trezor-firmware/pull/3517 +[#3539]: https://github.com/trezor/trezor-firmware/pull/3539 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 80d48b5807..90ba4cf36f 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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.6.5] (20th March 2024) + +### Added +- Add translations capability. [#3206] +- Stellar: add support for `StellarClaimClaimableBalanceOp`. [#3434] +- [T2B1] Add loader to homescreen when locking the device. [#3440] +- Allow for going back to previous word in recovery process. [#3458] +- Clear sign ETH staking transactions on Everstake pool. [#3517] +- Send BIP-380 descriptor in GetPublicKey response. [#3539] + +### Changed +- Display descriptors for BTC Taproot public keys. [#3475] + +### Fixed +- [T2T1] Fixed blank display delay on startup when display orientation is set to other than north. [#3244] +- Improved UI of multiple Solana instructions. [#3445] +- Solana multisig instruction warning will be displayed before instruction details are displayed. [#3445] +- Fixed Solana Memo instruction being unknown - it will now be recognized and displayed properly. [#3445] +- [T2B1] Add missing semicolon character to the passphrase entry. [#3477] + + ## [2.6.4] (20th December 2023) ### Added @@ -822,10 +843,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3047]: https://github.com/trezor/trezor-firmware/pull/3047 [#3048]: https://github.com/trezor/trezor-firmware/pull/3048 [#3205]: https://github.com/trezor/trezor-firmware/pull/3205 +[#3206]: https://github.com/trezor/trezor-firmware/pull/3206 [#3216]: https://github.com/trezor/trezor-firmware/pull/3216 [#3218]: https://github.com/trezor/trezor-firmware/pull/3218 [#3237]: https://github.com/trezor/trezor-firmware/pull/3237 [#3242]: https://github.com/trezor/trezor-firmware/pull/3242 +[#3244]: https://github.com/trezor/trezor-firmware/pull/3244 [#3246]: https://github.com/trezor/trezor-firmware/pull/3246 [#3255]: https://github.com/trezor/trezor-firmware/pull/3255 [#3256]: https://github.com/trezor/trezor-firmware/pull/3256 @@ -835,3 +858,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#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 +[#3434]: https://github.com/trezor/trezor-firmware/pull/3434 +[#3440]: https://github.com/trezor/trezor-firmware/pull/3440 +[#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 +[#3477]: https://github.com/trezor/trezor-firmware/pull/3477 +[#3517]: https://github.com/trezor/trezor-firmware/pull/3517 +[#3539]: https://github.com/trezor/trezor-firmware/pull/3539