From 28d431be9a4434cbf3afbeebdf96ec2d028d1d74 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Thu, 28 Nov 2024 14:34:34 +0100 Subject: [PATCH] docs(core): fix changelog --- core/CHANGELOG.T2B1.md | 2 +- core/CHANGELOG.T2T1.md | 1 - core/CHANGELOG.T3B1.md | 4 +--- core/CHANGELOG.T3T1.md | 5 +---- core/CHANGELOG.md | 7 +------ 5 files changed, 4 insertions(+), 15 deletions(-) diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md index 326abf10d3..303bac75a6 100644 --- a/core/CHANGELOG.T2B1.md +++ b/core/CHANGELOG.T2B1.md @@ -7,7 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [2.8.6] (internal release) ### Added -- Initial support for Italian and Portugese translations. [#4047] - Add benchmark application. [#4101] - Show last typed PIN number for short period of time. [#3863] - Add P2WSH support for Unchained BIP32 paths. [#4271] @@ -21,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix ETH account number detection. [#3627] - New EVM call contract flow UI. [#4251] - Fix translation of the 'Enable labeling' screen. [#3813] +- Improve paginated blob display. [#4302] ## [2.8.5] (internal release) diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md index 17df8dacec..a5989c9eb1 100644 --- a/core/CHANGELOG.T2T1.md +++ b/core/CHANGELOG.T2T1.md @@ -7,7 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [2.8.6] (internal release) ### Added -- Initial support for Italian and Portugese translations. [#4047] - Add benchmark application. [#4101] - Show last typed PIN number for short period of time. [#3863] - Add P2WSH support for Unchained BIP32 paths. [#4271] diff --git a/core/CHANGELOG.T3B1.md b/core/CHANGELOG.T3B1.md index cbc90c18fe..dbf44e8ff5 100644 --- a/core/CHANGELOG.T3B1.md +++ b/core/CHANGELOG.T3B1.md @@ -7,7 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [2.8.6] (internal release) ### Added -- Initial support for Italian and Portugese translations. [#4047] - Add benchmark application. [#4101] - Show last typed PIN number for short period of time. [#3863] - Add P2WSH support for Unchained BIP32 paths. [#4271] @@ -21,8 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix ETH account number detection. [#3627] - New EVM call contract flow UI. [#4251] - Fix translation of the 'Enable labeling' screen. [#3813] -- Fix data size mismatch when confirming a blob. [#4302] -- Add "continue" button after scrolling through the whole blob. [#4302] +- Improve paginated blob display. [#4302] ## [2.8.5] (internal release) diff --git a/core/CHANGELOG.T3T1.md b/core/CHANGELOG.T3T1.md index 6945904465..a85de61570 100644 --- a/core/CHANGELOG.T3T1.md +++ b/core/CHANGELOG.T3T1.md @@ -7,7 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [2.8.6] (18th December 2024) ### Added -- Initial support for Italian and Portugese translations. [#4047] - Add benchmark application. [#4101] - Show last typed PIN number for short period of time. [#3863] - Add P2WSH support for Unchained BIP32 paths. [#4271] @@ -31,9 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Add swipe back in FIDO confirm flow menu. [#4176] - Make swipe back action in tutorial flow menu consistent with menu cancel action. [#4294] - Fix color and icon for 'Success' string in `set_brightness` flow. [#4295] -- Add margin to the first page of a blob. [#4302] -- Add page counter to paginated blobs. [#4302] -- Add cancel button to individual pages of a blob. [#4302] +- Improve paginated blob display. [#4302] - Fix incorrect navigation in handy menu while signing BTC message. [#4309] - Fix information screen when signing BTC fee bump transaction. [#4326] diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index ee69424398..d8ecbe0886 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -7,7 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [2.8.6] (18th December 2024) ### Added -- Initial support for Italian and Portugese translations. [#4047] - Add benchmark application. [#4101] - Show last typed PIN number for short period of time. [#3863] - Add P2WSH support for Unchained BIP32 paths. [#4271] @@ -32,11 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - [T3T1] Add swipe back in FIDO confirm flow menu. [#4176] - [T3T1] Make swipe back action in tutorial flow menu consistent with menu cancel action. [#4294] - [T3T1] Fix color and icon for 'Success' string in `set_brightness` flow. [#4295] -- [T3B1] Fix data size mismatch when confirming a blob. [#4302] -- [T3T1] Add margin to the first page of a blob. [#4302] -- [T3T1] Add page counter to paginated blobs. [#4302] -- [T3B1] Add "continue" button after scrolling through the whole blob. [#4302] -- [T3T1] Add cancel button to individual pages of a blob. [#4302] +- [T2B1,T3B1,T3T1] Improve paginated blob display. [#4302] - [T3T1] Fix incorrect navigation in handy menu while signing BTC message. [#4309] - [T3T1] Fix information screen when signing BTC fee bump transaction. [#4326]