1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-12 14:16:06 +00:00

docs(core): changelog for 2.8.9

- command: ./tools/changelog.py generate --date "19th March 2025" core
2.8.9
This commit is contained in:
obrusvit 2025-02-26 01:42:27 +01:00
parent 331f71dc91
commit f88ce9ac9a
12 changed files with 101 additions and 27 deletions

View File

@ -1 +0,0 @@
[T3T1] Upgrade bundled bootloader to 2.1.10.

View File

@ -1 +0,0 @@
Added ability to cancel recovery on word count selection screen.

View File

@ -1 +0,0 @@
Fix cancelling device recovery after aborting from Suite.

View File

@ -1 +0,0 @@
[T2T1] Added account info for ETH transactions.

View File

@ -1 +0,0 @@
Added new UI for confirming long messages.

View File

@ -1 +0,0 @@
Add Solana staking confirmation dialogs.

View File

@ -1 +0,0 @@
Changed "swipe to continue" to "tap to continue". Screens still respond to swipe-up, but the preferred interaction method is now tapping the lower part of the screen.

View File

@ -4,6 +4,16 @@ 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.9] (19th March 2025)
### Added
- Ability to cancel recovery on word count selection screen. [#3503]
- New UI for confirming long messages. [#4541]
- Solana staking confirmation dialogs. [#4560]
### Fixed
- Cancelling device recovery after aborting from Suite. [#3503]
## [2.8.8] (internal release) ## [2.8.8] (internal release)
### Fixed ### Fixed
@ -42,7 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [2.8.4] (internal release) ## [2.8.4] (internal release)
## [2.8.3] (unreleased) ## [2.8.3] (18th September 2024)
### Added ### Added
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] - Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]
@ -59,15 +69,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix display orientation _south_. [#3990] - Fix display orientation _south_. [#3990]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] - Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]
## [2.8.1] (unreleased) ## [2.8.1] (21st August 2024)
### Added ### Added
- Improve precision of PIN timeout countdown. [#4000] - Improve precision of PIN timeout countdown. [#4000]
### Changed
### Fixed ### Fixed
- Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] - Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976]
## [2.8.0] (9th July 2024) ## [2.8.0] (9th July 2024)
### Added ### Added
@ -968,6 +979,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475 [#3475]: https://github.com/trezor/trezor-firmware/pull/3475
[#3477]: https://github.com/trezor/trezor-firmware/pull/3477 [#3477]: https://github.com/trezor/trezor-firmware/pull/3477
[#3496]: https://github.com/trezor/trezor-firmware/pull/3496 [#3496]: https://github.com/trezor/trezor-firmware/pull/3496
[#3503]: https://github.com/trezor/trezor-firmware/pull/3503
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517 [#3517]: https://github.com/trezor/trezor-firmware/pull/3517
[#3520]: https://github.com/trezor/trezor-firmware/pull/3520 [#3520]: https://github.com/trezor/trezor-firmware/pull/3520
[#3536]: https://github.com/trezor/trezor-firmware/pull/3536 [#3536]: https://github.com/trezor/trezor-firmware/pull/3536
@ -1042,3 +1054,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4492]: https://github.com/trezor/trezor-firmware/pull/4492 [#4492]: https://github.com/trezor/trezor-firmware/pull/4492
[#4500]: https://github.com/trezor/trezor-firmware/pull/4500 [#4500]: https://github.com/trezor/trezor-firmware/pull/4500
[#4537]: https://github.com/trezor/trezor-firmware/pull/4537 [#4537]: https://github.com/trezor/trezor-firmware/pull/4537
[#4541]: https://github.com/trezor/trezor-firmware/pull/4541
[#4560]: https://github.com/trezor/trezor-firmware/pull/4560
[#4571]: https://github.com/trezor/trezor-firmware/pull/4571
[#1658739]: https://github.com/trezor/trezor-firmware/pull/1658739

View File

@ -4,6 +4,17 @@ 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.9] (19th March 2025)
### Added
- Ability to cancel recovery on word count selection screen. [#3503]
- Account info for ETH transactions. [#3536]
- New UI for confirming long messages. [#4541]
- Solana staking confirmation dialogs. [#4560]
### Fixed
- Cancelling device recovery after aborting from Suite. [#3503]
## [2.8.8] (19th February 2025) ## [2.8.8] (19th February 2025)
### Fixed ### Fixed
@ -42,7 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [2.8.4] (internal release) ## [2.8.4] (internal release)
## [2.8.3] (unreleased) ## [2.8.3] (18th September 2024)
### Added ### Added
- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] - Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099]
@ -63,19 +74,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added ### Added
- Improve precision of PIN timeout countdown. [#4000] - Improve precision of PIN timeout countdown. [#4000]
### Changed
### Fixed ### Fixed
- Added a progress indicator for the formatting operation. [#3035] - Added a progress indicator for the formatting operation. [#3035]
- Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] - Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976]
## [2.8.0] (9th July 2024) ## [2.8.0] (9th July 2024)
### Added
### Changed ### Changed
- Reworked PIN processing. - Reworked PIN processing.
### Removed ### Removed
- CoSi functionality. [#3442] - CoSi functionality. [#3442]
### Fixed
## [2.7.2] (14th June 2024) ## [2.7.2] (14th June 2024)
@ -947,6 +963,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#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
[#3324]: https://github.com/trezor/trezor-firmware/pull/3324
[#3359]: https://github.com/trezor/trezor-firmware/pull/3359 [#3359]: https://github.com/trezor/trezor-firmware/pull/3359
[#3370]: https://github.com/trezor/trezor-firmware/pull/3370 [#3370]: https://github.com/trezor/trezor-firmware/pull/3370
[#3377]: https://github.com/trezor/trezor-firmware/pull/3377 [#3377]: https://github.com/trezor/trezor-firmware/pull/3377
@ -960,6 +977,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475 [#3475]: https://github.com/trezor/trezor-firmware/pull/3475
[#3477]: https://github.com/trezor/trezor-firmware/pull/3477 [#3477]: https://github.com/trezor/trezor-firmware/pull/3477
[#3496]: https://github.com/trezor/trezor-firmware/pull/3496 [#3496]: https://github.com/trezor/trezor-firmware/pull/3496
[#3503]: https://github.com/trezor/trezor-firmware/pull/3503
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517 [#3517]: https://github.com/trezor/trezor-firmware/pull/3517
[#3520]: https://github.com/trezor/trezor-firmware/pull/3520 [#3520]: https://github.com/trezor/trezor-firmware/pull/3520
[#3536]: https://github.com/trezor/trezor-firmware/pull/3536 [#3536]: https://github.com/trezor/trezor-firmware/pull/3536
@ -1034,3 +1052,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4492]: https://github.com/trezor/trezor-firmware/pull/4492 [#4492]: https://github.com/trezor/trezor-firmware/pull/4492
[#4500]: https://github.com/trezor/trezor-firmware/pull/4500 [#4500]: https://github.com/trezor/trezor-firmware/pull/4500
[#4537]: https://github.com/trezor/trezor-firmware/pull/4537 [#4537]: https://github.com/trezor/trezor-firmware/pull/4537
[#4541]: https://github.com/trezor/trezor-firmware/pull/4541
[#4560]: https://github.com/trezor/trezor-firmware/pull/4560
[#4571]: https://github.com/trezor/trezor-firmware/pull/4571
[#1658739]: https://github.com/trezor/trezor-firmware/pull/1658739

View File

@ -4,6 +4,16 @@ 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.9] (19th March 2025)
### Added
- Ability to cancel recovery on word count selection screen. [#3503]
- New UI for confirming long messages. [#4541]
- Solana staking confirmation dialogs. [#4560]
### Fixed
- Cancelling device recovery after aborting from Suite. [#3503]
## [2.8.8] (internal release) ## [2.8.8] (internal release)
### Fixed ### Fixed
@ -58,22 +68,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- Fix persistent word when going to previous word during recovery process. [#3859] - Fix persistent word when going to previous word during recovery process. [#3859]
- Fix display orientation _south_. [#3990]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] - Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]
## [2.8.1] (unreleased) ## [2.8.1] (21st August 2024)
### Added ### Added
- Added support for T3B1. [#3728]
- Improve precision of PIN timeout countdown. [#4000] - Improve precision of PIN timeout countdown. [#4000]
### Changed
### Fixed ### Fixed
- Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] - Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976]
## [2.8.0] (9th July 2024) ## [2.8.0] (9th July 2024)
### Added ### Added
- Expose value of the Optiga SEC counter in `Features` message.
### Changed ### Changed
- Reworked PIN processing. - Reworked PIN processing.
@ -82,13 +92,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- CoSi functionality. [#3442] - CoSi functionality. [#3442]
### Fixed ### Fixed
- Increase Optiga read timeout to avoid spurious RSODs.
## [2.7.2] (14th June 2024) ## [2.7.2] (14th June 2024)
### Fixed ### Fixed
- Fixed device freeze after setup. [#3925]
- Translation fixes. [#3916] - Translation fixes. [#3916]
@ -114,7 +122,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added ### Added
- Add translations capability. [#3206] - Add translations capability. [#3206]
- Stellar: add support for `StellarClaimClaimableBalanceOp`. [#3434] - 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] - Allow for going back to previous word in recovery process. [#3458]
- Clear sign ETH staking transactions on Everstake pool. [#3517] - Clear sign ETH staking transactions on Everstake pool. [#3517]
- Send BIP-380 descriptor in GetPublicKey response. [#3539] - Send BIP-380 descriptor in GetPublicKey response. [#3539]
@ -126,7 +133,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Improved UI of multiple Solana instructions. [#3445] - Improved UI of multiple Solana instructions. [#3445]
- Solana multisig instruction warning will be displayed before instruction details are displayed. [#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] - 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) ## [2.6.4] (20th December 2023)
@ -139,7 +145,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- Fix invalid encoding of signatures from Optiga. [#3411] - Fix invalid encoding of signatures from Optiga. [#3411]
- Re-added missing address confirmation screens. [#3424]
## [2.6.3] (15th November 2023) ## [2.6.3] (15th November 2023)
@ -147,7 +152,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added ### Added
- Support interaction-less upgrade. [#2919] - Support interaction-less upgrade. [#2919]
- Allowed non-zero address index in Cardano staking paths. [#3242] - Allowed non-zero address index in Cardano staking paths. [#3242]
- Turn the screen off when device is locked, to prolong OLED life. [#3377]
### Changed ### Changed
@ -157,20 +161,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [2.6.2] (internal release) ## [2.6.2] (internal release)
### Added ### Added
- Integrate Optiga into PIN verification. [#3296]
## [2.6.1] (internal release) ## [2.6.1] (internal release)
### Added ### Added
- Implement UI. [#2610]
- QR code display when exporting XPUBs. [#3047] - QR code display when exporting XPUBs. [#3047]
- Added hw model field to all vendor headers. [#3048] - Added hw model field to all vendor headers. [#3048]
- Added firmware update without interaction. [#3205] - Added firmware update without interaction. [#3205]
- Split builds of different parts to use simple util.s assembler, while FW+bootloader use interconnected ones. [#3205] - Split builds of different parts to use simple util.s assembler, while FW+bootloader use interconnected ones. [#3205]
- Add support for address chunkification in Receive and Sign flow. [#3237] - Add support for address chunkification in Receive and Sign flow. [#3237]
- Implement device authentication. [#3255]
- Use Optiga as a source of randomness in seed generation. [#3256]
### Changed ### Changed
- Update to MicroPython 1.19.1. [#2341] - Update to MicroPython 1.19.1. [#2341]
@ -970,6 +970,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475 [#3475]: https://github.com/trezor/trezor-firmware/pull/3475
[#3477]: https://github.com/trezor/trezor-firmware/pull/3477 [#3477]: https://github.com/trezor/trezor-firmware/pull/3477
[#3496]: https://github.com/trezor/trezor-firmware/pull/3496 [#3496]: https://github.com/trezor/trezor-firmware/pull/3496
[#3503]: https://github.com/trezor/trezor-firmware/pull/3503
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517 [#3517]: https://github.com/trezor/trezor-firmware/pull/3517
[#3520]: https://github.com/trezor/trezor-firmware/pull/3520 [#3520]: https://github.com/trezor/trezor-firmware/pull/3520
[#3536]: https://github.com/trezor/trezor-firmware/pull/3536 [#3536]: https://github.com/trezor/trezor-firmware/pull/3536
@ -1044,3 +1045,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4492]: https://github.com/trezor/trezor-firmware/pull/4492 [#4492]: https://github.com/trezor/trezor-firmware/pull/4492
[#4500]: https://github.com/trezor/trezor-firmware/pull/4500 [#4500]: https://github.com/trezor/trezor-firmware/pull/4500
[#4537]: https://github.com/trezor/trezor-firmware/pull/4537 [#4537]: https://github.com/trezor/trezor-firmware/pull/4537
[#4541]: https://github.com/trezor/trezor-firmware/pull/4541
[#4560]: https://github.com/trezor/trezor-firmware/pull/4560
[#4571]: https://github.com/trezor/trezor-firmware/pull/4571
[#1658739]: https://github.com/trezor/trezor-firmware/pull/1658739

View File

@ -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.8.9] (19th March 2025)
### Added
- Ability to cancel recovery on word count selection screen. [#3503]
- New UI for confirming long messages. [#4541]
- Solana staking confirmation dialogs. [#4560]
- Upgrade bundled bootloader to 2.1.10. [#4665]
### Changed
- Changed "swipe to continue" to "tap to continue". Screens still respond to swipe-up, but the preferred interaction method is now tapping the lower part of the screen. [#4571]
### Fixed
- Cancelling device recovery after aborting from Suite. [#3503]
## [2.8.8] (internal release) ## [2.8.8] (internal release)
### Fixed ### Fixed
@ -99,7 +113,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Adjusted detection of swipes: vertical swipes are preferred over horizontal swipes. [#4060] - Adjusted detection of swipes: vertical swipes are preferred over horizontal swipes. [#4060]
- Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] - Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976]
## [2.8.0] (9th July 2024) ## [2.8.0] (9th July 2024)
### Added ### Added
@ -1001,6 +1014,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475 [#3475]: https://github.com/trezor/trezor-firmware/pull/3475
[#3477]: https://github.com/trezor/trezor-firmware/pull/3477 [#3477]: https://github.com/trezor/trezor-firmware/pull/3477
[#3496]: https://github.com/trezor/trezor-firmware/pull/3496 [#3496]: https://github.com/trezor/trezor-firmware/pull/3496
[#3503]: https://github.com/trezor/trezor-firmware/pull/3503
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517 [#3517]: https://github.com/trezor/trezor-firmware/pull/3517
[#3520]: https://github.com/trezor/trezor-firmware/pull/3520 [#3520]: https://github.com/trezor/trezor-firmware/pull/3520
[#3536]: https://github.com/trezor/trezor-firmware/pull/3536 [#3536]: https://github.com/trezor/trezor-firmware/pull/3536
@ -1075,3 +1089,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4492]: https://github.com/trezor/trezor-firmware/pull/4492 [#4492]: https://github.com/trezor/trezor-firmware/pull/4492
[#4500]: https://github.com/trezor/trezor-firmware/pull/4500 [#4500]: https://github.com/trezor/trezor-firmware/pull/4500
[#4537]: https://github.com/trezor/trezor-firmware/pull/4537 [#4537]: https://github.com/trezor/trezor-firmware/pull/4537
[#4541]: https://github.com/trezor/trezor-firmware/pull/4541
[#4560]: https://github.com/trezor/trezor-firmware/pull/4560
[#4571]: https://github.com/trezor/trezor-firmware/pull/4571
[#4665]: https://github.com/trezor/trezor-firmware/pull/4665

View File

@ -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.9] (19th March 2025)
### Added
- Added ability to cancel recovery on word count selection screen. [#3503]
- [T2T1] Added account info for ETH transactions. [#3536]
- Added new UI for confirming long messages. [#4541]
- Add Solana staking confirmation dialogs. [#4560]
- [T3T1] Upgrade bundled bootloader to 2.1.10. [#1658739]
### Changed
- Changed "swipe to continue" to "tap to continue". Screens still respond to swipe-up, but the preferred interaction method is now tapping the lower part of the screen. [#4571]
### Fixed
- Fix cancelling device recovery after aborting from Suite. [#3503]
## [2.8.8] (19th February 2025) ## [2.8.8] (19th February 2025)
### Fixed ### Fixed
@ -1028,6 +1043,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3475]: https://github.com/trezor/trezor-firmware/pull/3475 [#3475]: https://github.com/trezor/trezor-firmware/pull/3475
[#3477]: https://github.com/trezor/trezor-firmware/pull/3477 [#3477]: https://github.com/trezor/trezor-firmware/pull/3477
[#3496]: https://github.com/trezor/trezor-firmware/pull/3496 [#3496]: https://github.com/trezor/trezor-firmware/pull/3496
[#3503]: https://github.com/trezor/trezor-firmware/pull/3503
[#3517]: https://github.com/trezor/trezor-firmware/pull/3517 [#3517]: https://github.com/trezor/trezor-firmware/pull/3517
[#3520]: https://github.com/trezor/trezor-firmware/pull/3520 [#3520]: https://github.com/trezor/trezor-firmware/pull/3520
[#3536]: https://github.com/trezor/trezor-firmware/pull/3536 [#3536]: https://github.com/trezor/trezor-firmware/pull/3536
@ -1102,3 +1118,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#4492]: https://github.com/trezor/trezor-firmware/pull/4492 [#4492]: https://github.com/trezor/trezor-firmware/pull/4492
[#4500]: https://github.com/trezor/trezor-firmware/pull/4500 [#4500]: https://github.com/trezor/trezor-firmware/pull/4500
[#4537]: https://github.com/trezor/trezor-firmware/pull/4537 [#4537]: https://github.com/trezor/trezor-firmware/pull/4537
[#4541]: https://github.com/trezor/trezor-firmware/pull/4541
[#4560]: https://github.com/trezor/trezor-firmware/pull/4560
[#4571]: https://github.com/trezor/trezor-firmware/pull/4571
[#1658739]: https://github.com/trezor/trezor-firmware/pull/1658739