diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md index 5346297a64..19502b7c01 100644 --- a/core/CHANGELOG.T2B1.md +++ b/core/CHANGELOG.T2B1.md @@ -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) diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md index 58a8d32b2e..1bb1a6d95a 100644 --- a/core/CHANGELOG.T2T1.md +++ b/core/CHANGELOG.T2T1.md @@ -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] diff --git a/core/CHANGELOG.T3B1.md b/core/CHANGELOG.T3B1.md index 209e41edd0..4e38397ef7 100644 --- a/core/CHANGELOG.T3B1.md +++ b/core/CHANGELOG.T3B1.md @@ -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] diff --git a/core/CHANGELOG.T3T1.md b/core/CHANGELOG.T3T1.md index a9eee0eeda..c23aa4174d 100644 --- a/core/CHANGELOG.T3T1.md +++ b/core/CHANGELOG.T3T1.md @@ -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) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 3b7d25b4c2..977d4d7922 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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]