mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-24 06:11:06 +00:00
docs(core): changelog for 2.8.7
This commit is contained in:
parent
0a91d2e463
commit
e02fd0b698
@ -1 +0,0 @@
|
||||
Fix auto-mover hitting wall scenario
|
@ -1 +0,0 @@
|
||||
Entropy check workflow in ResetDevice.
|
@ -1 +0,0 @@
|
||||
Added support for lexicographic sorting of pubkeys in multisig.
|
@ -1 +0,0 @@
|
||||
Forbid multisig to singlesig change outputs.
|
@ -1 +0,0 @@
|
||||
Removed deprecated Unchained Capital's multisig path.
|
@ -1 +0,0 @@
|
||||
Forbid per-node paths in multisig change outputs and multisig receive addresses.
|
@ -1 +0,0 @@
|
||||
[T3T1] Fix unexpected info button when confirming passphrase coming from host
|
@ -1 +0,0 @@
|
||||
[T3T1] Fix swiping into empty page.
|
@ -1 +0,0 @@
|
||||
STWLC38 nvm patch and config update from host
|
@ -4,23 +4,33 @@ 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/).
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
## [2.8.7] (22th January 2025)
|
||||
|
||||
### Added
|
||||
- Add benchmark application. [#4101]
|
||||
- Show last typed PIN number for short period of time. [#3863]
|
||||
- Add P2WSH support for Unchained BIP32 paths. [#4271]
|
||||
- Entropy check workflow in ResetDevice. [#4155]
|
||||
- Added support for lexicographic sorting of pubkeys in multisig. [#4351]
|
||||
|
||||
### Changed
|
||||
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
- Improve UI synchronization, ordering, and responsiveness (Global Layout project). [#2299]
|
||||
- Improve device responsiveness by removing unnecessary screen refreshes. [#3633]
|
||||
- Forbid multisig to singlesig change outputs. [#4351]
|
||||
- Forbid per-node paths in multisig change outputs and multisig receive addresses. [#4351]
|
||||
|
||||
### Removed
|
||||
- Removed deprecated Unchained Capital's multisig path. [#4351]
|
||||
|
||||
### Fixed
|
||||
- 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]
|
||||
- UI: Fix auto-mover hitting wall scenario. [#3692]
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
|
||||
## [2.8.5] (internal release)
|
||||
|
||||
@ -959,6 +969,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3633]: https://github.com/trezor/trezor-firmware/pull/3633
|
||||
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||
[#3692]: https://github.com/trezor/trezor-firmware/pull/3692
|
||||
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
|
||||
[#3797]: https://github.com/trezor/trezor-firmware/pull/3797
|
||||
[#3813]: https://github.com/trezor/trezor-firmware/pull/3813
|
||||
@ -1001,6 +1012,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
|
||||
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
|
||||
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
|
||||
[#4155]: https://github.com/trezor/trezor-firmware/pull/4155
|
||||
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
|
||||
[#4165]: https://github.com/trezor/trezor-firmware/pull/4165
|
||||
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
|
||||
@ -1014,3 +1026,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4302]: https://github.com/trezor/trezor-firmware/pull/4302
|
||||
[#4309]: https://github.com/trezor/trezor-firmware/pull/4309
|
||||
[#4326]: https://github.com/trezor/trezor-firmware/pull/4326
|
||||
[#4351]: https://github.com/trezor/trezor-firmware/pull/4351
|
||||
[#4402]: https://github.com/trezor/trezor-firmware/pull/4402
|
||||
[#4421]: https://github.com/trezor/trezor-firmware/pull/4421
|
||||
[#4462]: https://github.com/trezor/trezor-firmware/pull/4462
|
||||
|
@ -4,17 +4,24 @@ 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/).
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
## [2.8.7] (22th January 2025)
|
||||
|
||||
### Added
|
||||
- Add benchmark application. [#4101]
|
||||
- Show last typed PIN number for short period of time. [#3863]
|
||||
- Add P2WSH support for Unchained BIP32 paths. [#4271]
|
||||
- Entropy check workflow in ResetDevice. [#4155]
|
||||
- Added support for lexicographic sorting of pubkeys in multisig. [#4351]
|
||||
|
||||
### Changed
|
||||
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
- Improve UI synchronization, ordering, and responsiveness (Global Layout project). [#2299]
|
||||
- Improve device responsiveness by removing unnecessary screen refreshes. [#3633]
|
||||
- Forbid multisig to singlesig change outputs. [#4351]
|
||||
- Forbid per-node paths in multisig change outputs and multisig receive addresses. [#4351]
|
||||
|
||||
### Removed
|
||||
- Removed deprecated Unchained Capital's multisig path. [#4351]
|
||||
|
||||
### Fixed
|
||||
- Fix ETH account number detection. [#3627]
|
||||
@ -22,6 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- New EVM call contract flow UI. [#4251]
|
||||
- Fix translation of the 'Enable labeling' screen. [#3813]
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
|
||||
## [2.8.5] (internal release)
|
||||
|
||||
## [2.8.4] (internal release)
|
||||
@ -952,6 +961,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3633]: https://github.com/trezor/trezor-firmware/pull/3633
|
||||
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||
[#3692]: https://github.com/trezor/trezor-firmware/pull/3692
|
||||
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
|
||||
[#3797]: https://github.com/trezor/trezor-firmware/pull/3797
|
||||
[#3813]: https://github.com/trezor/trezor-firmware/pull/3813
|
||||
@ -994,6 +1004,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
|
||||
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
|
||||
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
|
||||
[#4155]: https://github.com/trezor/trezor-firmware/pull/4155
|
||||
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
|
||||
[#4165]: https://github.com/trezor/trezor-firmware/pull/4165
|
||||
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
|
||||
@ -1007,3 +1018,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4302]: https://github.com/trezor/trezor-firmware/pull/4302
|
||||
[#4309]: https://github.com/trezor/trezor-firmware/pull/4309
|
||||
[#4326]: https://github.com/trezor/trezor-firmware/pull/4326
|
||||
[#4351]: https://github.com/trezor/trezor-firmware/pull/4351
|
||||
[#4402]: https://github.com/trezor/trezor-firmware/pull/4402
|
||||
[#4421]: https://github.com/trezor/trezor-firmware/pull/4421
|
||||
[#4462]: https://github.com/trezor/trezor-firmware/pull/4462
|
||||
|
@ -4,23 +4,33 @@ 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/).
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
## [2.8.7] (22th January 2025)
|
||||
|
||||
### Added
|
||||
- Add benchmark application. [#4101]
|
||||
- Show last typed PIN number for short period of time. [#3863]
|
||||
- Add P2WSH support for Unchained BIP32 paths. [#4271]
|
||||
- Entropy check workflow in ResetDevice. [#4155]
|
||||
- Added support for lexicographic sorting of pubkeys in multisig. [#4351]
|
||||
|
||||
### Changed
|
||||
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
- Improve UI synchronization, ordering, and responsiveness (Global Layout project). [#2299]
|
||||
- Improve device responsiveness by removing unnecessary screen refreshes. [#3633]
|
||||
- Forbid multisig to singlesig change outputs. [#4351]
|
||||
- Forbid per-node paths in multisig change outputs and multisig receive addresses. [#4351]
|
||||
|
||||
### Removed
|
||||
- Removed deprecated Unchained Capital's multisig path. [#4351]
|
||||
|
||||
### Fixed
|
||||
- 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]
|
||||
- UI: Fix auto-mover hitting wall scenario. [#3692]
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
|
||||
## [2.8.5] (internal release)
|
||||
|
||||
@ -960,6 +970,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3633]: https://github.com/trezor/trezor-firmware/pull/3633
|
||||
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||
[#3692]: https://github.com/trezor/trezor-firmware/pull/3692
|
||||
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
|
||||
[#3797]: https://github.com/trezor/trezor-firmware/pull/3797
|
||||
[#3813]: https://github.com/trezor/trezor-firmware/pull/3813
|
||||
@ -1002,6 +1013,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
|
||||
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
|
||||
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
|
||||
[#4155]: https://github.com/trezor/trezor-firmware/pull/4155
|
||||
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
|
||||
[#4165]: https://github.com/trezor/trezor-firmware/pull/4165
|
||||
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
|
||||
@ -1015,3 +1027,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4302]: https://github.com/trezor/trezor-firmware/pull/4302
|
||||
[#4309]: https://github.com/trezor/trezor-firmware/pull/4309
|
||||
[#4326]: https://github.com/trezor/trezor-firmware/pull/4326
|
||||
[#4351]: https://github.com/trezor/trezor-firmware/pull/4351
|
||||
[#4402]: https://github.com/trezor/trezor-firmware/pull/4402
|
||||
[#4421]: https://github.com/trezor/trezor-firmware/pull/4421
|
||||
[#4462]: https://github.com/trezor/trezor-firmware/pull/4462
|
||||
|
@ -4,18 +4,25 @@ 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/).
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
## [2.8.7] (22th January 2025)
|
||||
|
||||
### Added
|
||||
- Add benchmark application. [#4101]
|
||||
- Show last typed PIN number for short period of time. [#3863]
|
||||
- Add P2WSH support for Unchained BIP32 paths. [#4271]
|
||||
- Entropy check workflow in ResetDevice. [#4155]
|
||||
- Added support for lexicographic sorting of pubkeys in multisig. [#4351]
|
||||
|
||||
### Changed
|
||||
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
- Included bootloader 2.1.9.
|
||||
- Improve UI synchronization, ordering, and responsiveness (Global Layout project). [#2299]
|
||||
- Improve device responsiveness by removing unnecessary screen refreshes. [#3633]
|
||||
- Forbid multisig to singlesig change outputs. [#4351]
|
||||
- Forbid per-node paths in multisig change outputs and multisig receive addresses. [#4351]
|
||||
|
||||
### Removed
|
||||
- Removed deprecated Unchained Capital's multisig path. [#4351]
|
||||
|
||||
### Fixed
|
||||
- Show account info in ETH send/stake flow. [#3536]
|
||||
@ -33,6 +40,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- 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]
|
||||
- Fix unexpected info button when confirming passphrase coming from host. [#4402]
|
||||
- Fix swiping into empty page. [#4421]
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
|
||||
## [2.8.5] (internal release)
|
||||
|
||||
@ -992,6 +1003,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3633]: https://github.com/trezor/trezor-firmware/pull/3633
|
||||
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||
[#3692]: https://github.com/trezor/trezor-firmware/pull/3692
|
||||
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
|
||||
[#3797]: https://github.com/trezor/trezor-firmware/pull/3797
|
||||
[#3813]: https://github.com/trezor/trezor-firmware/pull/3813
|
||||
@ -1034,6 +1046,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
|
||||
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
|
||||
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
|
||||
[#4155]: https://github.com/trezor/trezor-firmware/pull/4155
|
||||
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
|
||||
[#4165]: https://github.com/trezor/trezor-firmware/pull/4165
|
||||
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
|
||||
@ -1047,3 +1060,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4302]: https://github.com/trezor/trezor-firmware/pull/4302
|
||||
[#4309]: https://github.com/trezor/trezor-firmware/pull/4309
|
||||
[#4326]: https://github.com/trezor/trezor-firmware/pull/4326
|
||||
[#4351]: https://github.com/trezor/trezor-firmware/pull/4351
|
||||
[#4402]: https://github.com/trezor/trezor-firmware/pull/4402
|
||||
[#4421]: https://github.com/trezor/trezor-firmware/pull/4421
|
||||
[#4462]: https://github.com/trezor/trezor-firmware/pull/4462
|
||||
|
@ -4,18 +4,26 @@ 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/).
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
## [2.8.7] (22th January 2025)
|
||||
|
||||
### Added
|
||||
- Add benchmark application. [#4101]
|
||||
- Show last typed PIN number for short period of time. [#3863]
|
||||
- Add P2WSH support for Unchained BIP32 paths. [#4271]
|
||||
- Entropy check workflow in ResetDevice. [#4155]
|
||||
- Added support for lexicographic sorting of pubkeys in multisig. [#4351]
|
||||
- [T3W1] STWLC38 nvm patch and config update from host. [#4462]
|
||||
|
||||
### Changed
|
||||
- Simplify UI of Cardano transactions initiated by Trezor Suite. [#4284]
|
||||
- [T3T1] Included bootloader 2.1.9.
|
||||
- Improve UI synchronization, ordering, and responsiveness (Global Layout project). [#2299]
|
||||
- Improve device responsiveness by removing unnecessary screen refreshes. [#3633]
|
||||
- Forbid multisig to singlesig change outputs. [#4351]
|
||||
- Forbid per-node paths in multisig change outputs and multisig receive addresses. [#4351]
|
||||
|
||||
### Removed
|
||||
- Removed deprecated Unchained Capital's multisig path. [#4351]
|
||||
|
||||
### Fixed
|
||||
- [T3T1] Show account info in ETH send/stake flow. [#3536]
|
||||
@ -34,6 +42,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- [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]
|
||||
- [T2B1,T3B1] UI: Fix auto-mover hitting wall scenario. [#3692]
|
||||
- [T3T1] Fix unexpected info button when confirming passphrase coming from host. [#4402]
|
||||
- [T3T1] Fix swiping into empty page. [#4421]
|
||||
|
||||
## [2.8.6] (internal release)
|
||||
|
||||
## [2.8.5] (internal release)
|
||||
|
||||
@ -1011,6 +1024,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#3633]: https://github.com/trezor/trezor-firmware/pull/3633
|
||||
[#3636]: https://github.com/trezor/trezor-firmware/pull/3636
|
||||
[#3640]: https://github.com/trezor/trezor-firmware/pull/3640
|
||||
[#3692]: https://github.com/trezor/trezor-firmware/pull/3692
|
||||
[#3728]: https://github.com/trezor/trezor-firmware/pull/3728
|
||||
[#3797]: https://github.com/trezor/trezor-firmware/pull/3797
|
||||
[#3813]: https://github.com/trezor/trezor-firmware/pull/3813
|
||||
@ -1053,6 +1067,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
|
||||
[#4142]: https://github.com/trezor/trezor-firmware/pull/4142
|
||||
[#4151]: https://github.com/trezor/trezor-firmware/pull/4151
|
||||
[#4155]: https://github.com/trezor/trezor-firmware/pull/4155
|
||||
[#4161]: https://github.com/trezor/trezor-firmware/pull/4161
|
||||
[#4165]: https://github.com/trezor/trezor-firmware/pull/4165
|
||||
[#4167]: https://github.com/trezor/trezor-firmware/pull/4167
|
||||
@ -1066,3 +1081,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
[#4302]: https://github.com/trezor/trezor-firmware/pull/4302
|
||||
[#4309]: https://github.com/trezor/trezor-firmware/pull/4309
|
||||
[#4326]: https://github.com/trezor/trezor-firmware/pull/4326
|
||||
[#4351]: https://github.com/trezor/trezor-firmware/pull/4351
|
||||
[#4402]: https://github.com/trezor/trezor-firmware/pull/4402
|
||||
[#4421]: https://github.com/trezor/trezor-firmware/pull/4421
|
||||
[#4462]: https://github.com/trezor/trezor-firmware/pull/4462
|
||||
|
Loading…
Reference in New Issue
Block a user