1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-13 18:18:08 +00:00

docs: fix changelogs

This commit is contained in:
Martin Milata 2025-04-30 14:12:14 +02:00
parent 41b786353e
commit e21c80bfcb
5 changed files with 7 additions and 18 deletions

View File

@ -22,16 +22,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- New UI for confirming long messages. [#4541]
- Solana staking confirmation dialogs. [#4560]
### 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] (19th February 2025)
## [2.8.8] (internal release)
### Fixed
- [T2B1, T3B1] Fix "PIN attempts exceeded" screen. [#3324]
- Fix "PIN attempts exceeded" screen. [#3324]
## [2.8.7] (22th January 2025)

View File

@ -24,16 +24,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- New UI for confirming long messages. [#4541]
- Solana staking confirmation dialogs. [#4560]
### 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] (19th February 2025)
### Fixed
- [T2B1, T3B1] Fix "PIN attempts exceeded" screen. [#3324]
- Fix wrong RSOD color on some older Model T devices. [#4491]
- Fixed a bug resulting in restarting the recovery flow when inputting 33-word mnemonic. [#4537]

View File

@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [2.8.10] (21st May 2025)
### Added
- Upgrade bundled bootloader to 2.1.10. [#noissue]
- Upgrade bundled bootloader to 2.1.10.
- Add Nostr support (in debug mode only!). [#4160]
### Fixed
@ -23,16 +23,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- New UI for confirming long messages. [#4541]
- Solana staking confirmation dialogs. [#4560]
### 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] (19th February 2025)
## [2.8.8] (internal release)
### Fixed
- [T2B1, T3B1] Fix "PIN attempts exceeded" screen. [#3324]
- Fix "PIN attempts exceeded" screen. [#3324]
- Fix behavior of a button press during "hold to confirm". [#3772]
- Fix backup failing if middle button is pressed during confirmation. [#4500]

View File

@ -29,10 +29,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Cancelling device recovery after aborting from Suite. [#3503]
## [2.8.8] (19th February 2025)
## [2.8.8] (internal release)
### Fixed
- [T2B1, T3B1] Fix "PIN attempts exceeded" screen. [#3324]
- Fixed flashing old content when fading. [#4492]
## [2.8.7] (22th January 2025)

View File

@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [2.8.10] (21st May 2025)
### Added
- [T3B1] Upgrade bundled bootloader to 2.1.10. [#noissue]
- [T3B1] Upgrade bundled bootloader to 2.1.10.
- Add Nostr support (in debug mode only!). [#4160]
- [T3T1] Visual cues to distinguish unlocked state on Homescreen. [#4964]