1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-20 19:42:02 +00:00

docs(legacy): changelog for 1.12.2

This commit is contained in:
obrusvit 2025-01-29 12:29:15 +01:00
parent fa9e5338c3
commit 7bd37520ac
15 changed files with 33 additions and 14 deletions

View File

@ -1 +0,0 @@
Reworked PIN processing.

View File

@ -1 +0,0 @@
Signed Ethereum network and token definitions from host.

View File

@ -1 +0,0 @@
CoSi functionality.

View File

@ -1 +0,0 @@
Allow showing XPUB using a QR code.

View File

@ -1 +0,0 @@
MUE support.

View File

@ -1 +0,0 @@
Stellar: resolves the issue of incorrect signature generation when the transaction source account differs from the signing account.

View File

@ -1 +0,0 @@
Changed prefix of public key returned by `get_ecdh_session_key` for curve25519.

View File

@ -1 +0,0 @@
Fixed SLIP-10 fingerprints for ed25519 and curve25519.

View File

@ -1 +0,0 @@
Removed display_random feature.

View File

@ -1 +0,0 @@
Unchained paths for p2wsh multisig.

View File

@ -1 +0,0 @@
Added support for lexicographic sorting of pubkeys in multisig.

View File

@ -1 +0,0 @@
Forbid multisig to singlesig change outputs.

View File

@ -1 +0,0 @@
Forbid per-node paths in multisig change outputs and multisig receive addresses.

View File

@ -1 +0,0 @@
Remove deprecated Unchained Capital's multisig path.

View File

@ -4,6 +4,30 @@ 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/).
## 1.12.2 [19th February 2025]
### Added
- Signed Ethereum network and token definitions from host. [#15]
- Unchained paths for p2wsh multisig. [#4324]
- Added support for lexicographic sorting of pubkeys in multisig. [#4396]
### Changed
- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093]
- Remove deprecated Unchained Capital's multisig path. [#4396]
- Forbid per-node paths in multisig change outputs and multisig receive addresses. [#4396]
- Forbid multisig to singlesig change outputs. [#4396]
- Reworked PIN processing.
### Removed
- CoSi functionality. [#2675]
- MUE support. [#3216]
- Removed display_random feature. [#4119]
### Fixed
- Allow showing XPUB using a QR code. [#3043]
- Stellar: resolves the issue of incorrect signature generation when the transaction source account differs from the signing account. [#3691]
- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093]
## 1.12.1 [15th March 2023]
### Added
@ -536,6 +560,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Removed all current limits on size of signed transaction.
[#15]: https://github.com/trezor/trezor-firmware/pull/15
[#131]: https://github.com/trezor/trezor-firmware/pull/131
[#965]: https://github.com/trezor/trezor-firmware/pull/965
[#1018]: https://github.com/trezor/trezor-firmware/pull/1018
@ -603,6 +628,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#2486]: https://github.com/trezor/trezor-firmware/pull/2486
[#2487]: https://github.com/trezor/trezor-firmware/pull/2487
[#2568]: https://github.com/trezor/trezor-firmware/pull/2568
[#2675]: https://github.com/trezor/trezor-firmware/pull/2675
[#2682]: https://github.com/trezor/trezor-firmware/pull/2682
[#2718]: https://github.com/trezor/trezor-firmware/pull/2718
[#2743]: https://github.com/trezor/trezor-firmware/pull/2743
[#3043]: https://github.com/trezor/trezor-firmware/pull/3043
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
[#3691]: https://github.com/trezor/trezor-firmware/pull/3691
[#4093]: https://github.com/trezor/trezor-firmware/pull/4093
[#4119]: https://github.com/trezor/trezor-firmware/pull/4119
[#4324]: https://github.com/trezor/trezor-firmware/pull/4324
[#4396]: https://github.com/trezor/trezor-firmware/pull/4396