1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-22 05:10:56 +00:00

docs(core): fix changelog

This commit is contained in:
Martin Milata 2024-11-28 14:34:34 +01:00
parent 688bddc887
commit 28d431be9a
5 changed files with 4 additions and 15 deletions

View File

@ -7,7 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [2.8.6] (internal release) ## [2.8.6] (internal release)
### Added ### Added
- Initial support for Italian and Portugese translations. [#4047]
- Add benchmark application. [#4101] - Add benchmark application. [#4101]
- Show last typed PIN number for short period of time. [#3863] - Show last typed PIN number for short period of time. [#3863]
- Add P2WSH support for Unchained BIP32 paths. [#4271] - 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] - Fix ETH account number detection. [#3627]
- New EVM call contract flow UI. [#4251] - New EVM call contract flow UI. [#4251]
- Fix translation of the 'Enable labeling' screen. [#3813] - Fix translation of the 'Enable labeling' screen. [#3813]
- Improve paginated blob display. [#4302]
## [2.8.5] (internal release) ## [2.8.5] (internal release)

View File

@ -7,7 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [2.8.6] (internal release) ## [2.8.6] (internal release)
### Added ### Added
- Initial support for Italian and Portugese translations. [#4047]
- Add benchmark application. [#4101] - Add benchmark application. [#4101]
- Show last typed PIN number for short period of time. [#3863] - Show last typed PIN number for short period of time. [#3863]
- Add P2WSH support for Unchained BIP32 paths. [#4271] - Add P2WSH support for Unchained BIP32 paths. [#4271]

View File

@ -7,7 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [2.8.6] (internal release) ## [2.8.6] (internal release)
### Added ### Added
- Initial support for Italian and Portugese translations. [#4047]
- Add benchmark application. [#4101] - Add benchmark application. [#4101]
- Show last typed PIN number for short period of time. [#3863] - Show last typed PIN number for short period of time. [#3863]
- Add P2WSH support for Unchained BIP32 paths. [#4271] - 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] - Fix ETH account number detection. [#3627]
- New EVM call contract flow UI. [#4251] - New EVM call contract flow UI. [#4251]
- Fix translation of the 'Enable labeling' screen. [#3813] - Fix translation of the 'Enable labeling' screen. [#3813]
- Fix data size mismatch when confirming a blob. [#4302] - Improve paginated blob display. [#4302]
- Add "continue" button after scrolling through the whole blob. [#4302]
## [2.8.5] (internal release) ## [2.8.5] (internal release)

View File

@ -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) ## [2.8.6] (18th December 2024)
### Added ### Added
- Initial support for Italian and Portugese translations. [#4047]
- Add benchmark application. [#4101] - Add benchmark application. [#4101]
- Show last typed PIN number for short period of time. [#3863] - Show last typed PIN number for short period of time. [#3863]
- Add P2WSH support for Unchained BIP32 paths. [#4271] - 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] - Add swipe back in FIDO confirm flow menu. [#4176]
- Make swipe back action in tutorial flow menu consistent with menu cancel action. [#4294] - 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] - Fix color and icon for 'Success' string in `set_brightness` flow. [#4295]
- Add margin to the first page of a blob. [#4302] - Improve paginated blob display. [#4302]
- Add page counter to paginated blobs. [#4302]
- Add cancel button to individual pages of a blob. [#4302]
- Fix incorrect navigation in handy menu while signing BTC message. [#4309] - Fix incorrect navigation in handy menu while signing BTC message. [#4309]
- Fix information screen when signing BTC fee bump transaction. [#4326] - Fix information screen when signing BTC fee bump transaction. [#4326]

View File

@ -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) ## [2.8.6] (18th December 2024)
### Added ### Added
- Initial support for Italian and Portugese translations. [#4047]
- Add benchmark application. [#4101] - Add benchmark application. [#4101]
- Show last typed PIN number for short period of time. [#3863] - Show last typed PIN number for short period of time. [#3863]
- Add P2WSH support for Unchained BIP32 paths. [#4271] - 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] 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] 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] - [T3T1] Fix color and icon for 'Success' string in `set_brightness` flow. [#4295]
- [T3B1] Fix data size mismatch when confirming a blob. [#4302] - [T2B1,T3B1,T3T1] Improve paginated blob display. [#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]
- [T3T1] Fix incorrect navigation in handy menu while signing BTC message. [#4309] - [T3T1] Fix incorrect navigation in handy menu while signing BTC message. [#4309]
- [T3T1] Fix information screen when signing BTC fee bump transaction. [#4326] - [T3T1] Fix information screen when signing BTC fee bump transaction. [#4326]