From 4e264263e2b5e7b82b931c9710c642c425f53ba5 Mon Sep 17 00:00:00 2001 From: Boris Oncev Date: Sun, 15 Sep 2024 20:25:13 +0200 Subject: [PATCH] add changelog for pipeline Mintlayer --- core/.changelog.d/noissue.fixed.2 | 1 + core/CHANGELOG.T2B1.md | 94 ++++++++++++++++- core/CHANGELOG.T2T1.md | 95 ++++++++++++++++- core/CHANGELOG.T3T1.md | 109 ++++++++++++++++++- core/CHANGELOG.md | 117 +++++++++++++++++++++ legacy/firmware/.changelog.d/noissue.fixed | 1 + legacy/firmware/CHANGELOG.md | 25 +++++ python/.changelog.d/noissue.fixed | 1 + python/CHANGELOG.md | 43 ++++++++ 9 files changed, 482 insertions(+), 4 deletions(-) create mode 100644 core/.changelog.d/noissue.fixed.2 create mode 100644 legacy/firmware/.changelog.d/noissue.fixed create mode 100644 python/.changelog.d/noissue.fixed diff --git a/core/.changelog.d/noissue.fixed.2 b/core/.changelog.d/noissue.fixed.2 new file mode 100644 index 0000000000..c62ae1f8e7 --- /dev/null +++ b/core/.changelog.d/noissue.fixed.2 @@ -0,0 +1 @@ +Added new messages and handles for Mintlayer coin diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md index 43fd79d767..22a2d636ed 100644 --- a/core/CHANGELOG.T2B1.md +++ b/core/CHANGELOG.T2B1.md @@ -4,15 +4,92 @@ 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.1] (unreleased) +## [2.8.1] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- Added new messages and handles for Mintlayer coin [#noissue] +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fix display orientation "south" [#3990] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] + +## [2.8.1] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- Added new messages and handles for Mintlayer coin [#noissue] +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fix display orientation "south" [#3990] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] + +## [2.8.4] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- Added new messages and handles for Mintlayer coin [#noissue] +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fix display orientation "south" [#3990] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] + +## [2.8.4] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- Added new messages and handles for Mintlayer coin [#noissue] +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fix display orientation "south" [#3990] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] + +## [2.8.1] (21st August 2024) ### Added - Improve precision of PIN timeout countdown. [#4000] +### Changed + ### Fixed - Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] - ## [2.8.0] (9th July 2024) ### Added @@ -917,7 +994,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3636]: https://github.com/trezor/trezor-firmware/pull/3636 [#3640]: https://github.com/trezor/trezor-firmware/pull/3640 [#3728]: https://github.com/trezor/trezor-firmware/pull/3728 +[#3797]: https://github.com/trezor/trezor-firmware/pull/3797 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 +[#3858]: https://github.com/trezor/trezor-firmware/pull/3858 +[#3859]: https://github.com/trezor/trezor-firmware/pull/3859 [#3885]: https://github.com/trezor/trezor-firmware/pull/3885 [#3895]: https://github.com/trezor/trezor-firmware/pull/3895 [#3896]: https://github.com/trezor/trezor-firmware/pull/3896 @@ -934,10 +1014,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3972]: https://github.com/trezor/trezor-firmware/pull/3972 [#3976]: https://github.com/trezor/trezor-firmware/pull/3976 [#3987]: https://github.com/trezor/trezor-firmware/pull/3987 +[#3990]: https://github.com/trezor/trezor-firmware/pull/3990 [#3992]: https://github.com/trezor/trezor-firmware/pull/3992 [#4000]: https://github.com/trezor/trezor-firmware/pull/4000 [#4006]: https://github.com/trezor/trezor-firmware/pull/4006 [#4023]: https://github.com/trezor/trezor-firmware/pull/4023 [#4030]: https://github.com/trezor/trezor-firmware/pull/4030 +[#4047]: https://github.com/trezor/trezor-firmware/pull/4047 +[#4054]: https://github.com/trezor/trezor-firmware/pull/4054 [#4060]: https://github.com/trezor/trezor-firmware/pull/4060 [#4063]: https://github.com/trezor/trezor-firmware/pull/4063 +[#4093]: https://github.com/trezor/trezor-firmware/pull/4093 +[#4099]: https://github.com/trezor/trezor-firmware/pull/4099 +[#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 +[#4161]: https://github.com/trezor/trezor-firmware/pull/4161 +[#4167]: https://github.com/trezor/trezor-firmware/pull/4167 diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md index 1fb8af53e2..bf9b472157 100644 --- a/core/CHANGELOG.T2T1.md +++ b/core/CHANGELOG.T2T1.md @@ -4,24 +4,105 @@ 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.1] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- Added new messages and handles for Mintlayer coin [#noissue] +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] +- Fix spending decred stake outputs. [#4161] + +## [2.8.1] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- Added new messages and handles for Mintlayer coin [#noissue] +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] +- Fix spending decred stake outputs. [#4161] + +## [2.8.4] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- Added new messages and handles for Mintlayer coin [#noissue] +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] +- Fix spending decred stake outputs. [#4161] + +## [2.8.4] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- Added new messages and handles for Mintlayer coin [#noissue] +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] +- Fix spending decred stake outputs. [#4161] + ## [2.8.1] (21st August 2024) ### Added - Improve precision of PIN timeout countdown. [#4000] +### Changed + ### Fixed - Added a progress indicator for the formatting operation. [#3035] - Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] - ## [2.8.0] (9th July 2024) +### Added + ### Changed - Reworked PIN processing. ### Removed - CoSi functionality. [#3442] +### Fixed + ## [2.7.2] (14th June 2024) @@ -911,7 +992,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3636]: https://github.com/trezor/trezor-firmware/pull/3636 [#3640]: https://github.com/trezor/trezor-firmware/pull/3640 [#3728]: https://github.com/trezor/trezor-firmware/pull/3728 +[#3797]: https://github.com/trezor/trezor-firmware/pull/3797 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 +[#3858]: https://github.com/trezor/trezor-firmware/pull/3858 +[#3859]: https://github.com/trezor/trezor-firmware/pull/3859 [#3885]: https://github.com/trezor/trezor-firmware/pull/3885 [#3895]: https://github.com/trezor/trezor-firmware/pull/3895 [#3896]: https://github.com/trezor/trezor-firmware/pull/3896 @@ -934,5 +1018,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#4006]: https://github.com/trezor/trezor-firmware/pull/4006 [#4023]: https://github.com/trezor/trezor-firmware/pull/4023 [#4030]: https://github.com/trezor/trezor-firmware/pull/4030 +[#4047]: https://github.com/trezor/trezor-firmware/pull/4047 +[#4054]: https://github.com/trezor/trezor-firmware/pull/4054 [#4060]: https://github.com/trezor/trezor-firmware/pull/4060 [#4063]: https://github.com/trezor/trezor-firmware/pull/4063 +[#4093]: https://github.com/trezor/trezor-firmware/pull/4093 +[#4099]: https://github.com/trezor/trezor-firmware/pull/4099 +[#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 +[#4161]: https://github.com/trezor/trezor-firmware/pull/4161 +[#4167]: https://github.com/trezor/trezor-firmware/pull/4167 diff --git a/core/CHANGELOG.T3T1.md b/core/CHANGELOG.T3T1.md index 4148f5a663..6fb13f919e 100644 --- a/core/CHANGELOG.T3T1.md +++ b/core/CHANGELOG.T3T1.md @@ -4,6 +4,102 @@ 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.1] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- Added reassuring screen when entering empty passphrase [#4054] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- Improved ETH staking flow. [#noissue] +- Added new messages and handles for Mintlayer coin [#noissue] +- Redesigned FIDO2 UI. [#3797] +- Improved ETH send flow. [#3858] +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] +- Added missing info about remaining shares in super-shamir recovery. [#4142] +- Fix swipe in ETH stake flow menu and address confirmation. [#4167] + +## [2.8.1] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- Added reassuring screen when entering empty passphrase [#4054] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- Improved ETH staking flow. [#noissue] +- Added new messages and handles for Mintlayer coin [#noissue] +- Redesigned FIDO2 UI. [#3797] +- Improved ETH send flow. [#3858] +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] +- Added missing info about remaining shares in super-shamir recovery. [#4142] +- Fix swipe in ETH stake flow menu and address confirmation. [#4167] + +## [2.8.4] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- Added reassuring screen when entering empty passphrase [#4054] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- Improved ETH staking flow. [#noissue] +- Added new messages and handles for Mintlayer coin [#noissue] +- Redesigned FIDO2 UI. [#3797] +- Improved ETH send flow. [#3858] +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] +- Added missing info about remaining shares in super-shamir recovery. [#4142] +- Fix swipe in ETH stake flow menu and address confirmation. [#4167] + +## [2.8.4] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- Added reassuring screen when entering empty passphrase [#4054] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- Improved ETH staking flow. [#noissue] +- Added new messages and handles for Mintlayer coin [#noissue] +- Redesigned FIDO2 UI. [#3797] +- Improved ETH send flow. [#3858] +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] +- Added missing info about remaining shares in super-shamir recovery. [#4142] +- Fix swipe in ETH stake flow menu and address confirmation. [#4167] + ## [2.8.1] (21st August 2024) ### Added @@ -27,7 +123,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Adjusted detection of swipes: vertical swipes are preferred over horizontal swipes. [#4060] - Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] - ## [2.8.0] (9th July 2024) ### Added @@ -933,7 +1028,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3636]: https://github.com/trezor/trezor-firmware/pull/3636 [#3640]: https://github.com/trezor/trezor-firmware/pull/3640 [#3728]: https://github.com/trezor/trezor-firmware/pull/3728 +[#3797]: https://github.com/trezor/trezor-firmware/pull/3797 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 +[#3858]: https://github.com/trezor/trezor-firmware/pull/3858 +[#3859]: https://github.com/trezor/trezor-firmware/pull/3859 [#3885]: https://github.com/trezor/trezor-firmware/pull/3885 [#3895]: https://github.com/trezor/trezor-firmware/pull/3895 [#3896]: https://github.com/trezor/trezor-firmware/pull/3896 @@ -956,5 +1054,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#4006]: https://github.com/trezor/trezor-firmware/pull/4006 [#4023]: https://github.com/trezor/trezor-firmware/pull/4023 [#4030]: https://github.com/trezor/trezor-firmware/pull/4030 +[#4047]: https://github.com/trezor/trezor-firmware/pull/4047 +[#4054]: https://github.com/trezor/trezor-firmware/pull/4054 [#4060]: https://github.com/trezor/trezor-firmware/pull/4060 [#4063]: https://github.com/trezor/trezor-firmware/pull/4063 +[#4093]: https://github.com/trezor/trezor-firmware/pull/4093 +[#4099]: https://github.com/trezor/trezor-firmware/pull/4099 +[#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 +[#4161]: https://github.com/trezor/trezor-firmware/pull/4161 +[#4167]: https://github.com/trezor/trezor-firmware/pull/4167 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 95e194a70f..c6fc34ca92 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,6 +4,110 @@ 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.1] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- [T3T1] Added reassuring screen when entering empty passphrase [#4054] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- [T3T1] Improved ETH staking flow. [#noissue] +- Added new messages and handles for Mintlayer coin [#noissue] +- [T3T1] Redesigned FIDO2 UI. [#3797] +- [T3T1] Improved ETH send flow. [#3858] +- Fix persistent word when going to previous word during recovery process. [#3859] +- [T2B1] Fix display orientation "south" [#3990] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] +- [T3T1] Added missing info about remaining shares in super-shamir recovery. [#4142] +- [T2T1] Fix spending decred stake outputs. [#4161] +- [T3T1] Fix swipe in ETH stake flow menu and address confirmation. [#4167] + +## [2.8.1] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- [T3T1] Added reassuring screen when entering empty passphrase [#4054] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- [T3T1] Improved ETH staking flow. [#noissue] +- Added new messages and handles for Mintlayer coin [#noissue] +- [T3T1] Redesigned FIDO2 UI. [#3797] +- [T3T1] Improved ETH send flow. [#3858] +- Fix persistent word when going to previous word during recovery process. [#3859] +- [T2B1] Fix display orientation "south" [#3990] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] +- [T3T1] Added missing info about remaining shares in super-shamir recovery. [#4142] +- [T2T1] Fix spending decred stake outputs. [#4161] +- [T3T1] Fix swipe in ETH stake flow menu and address confirmation. [#4167] + +## [2.8.4] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- [T3T1] Added reassuring screen when entering empty passphrase [#4054] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- [T3T1] Improved ETH staking flow. [#noissue] +- Added new messages and handles for Mintlayer coin [#noissue] +- [T3T1] Redesigned FIDO2 UI. [#3797] +- [T3T1] Improved ETH send flow. [#3858] +- Fix persistent word when going to previous word during recovery process. [#3859] +- [T2B1] Fix display orientation "south" [#3990] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] +- [T3T1] Added missing info about remaining shares in super-shamir recovery. [#4142] +- [T2T1] Fix spending decred stake outputs. [#4161] +- [T3T1] Fix swipe in ETH stake flow menu and address confirmation. [#4167] + +## [2.8.4] (16th September 2024) + +### Added +- Initial support for Italian and Portugese translations. [#4047] +- [T3T1] Added reassuring screen when entering empty passphrase [#4054] +- Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. [#4099] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Renamed MATIC to POL, following a network upgrade. [#4151] + +### Removed +- Removed display_random feature. [#4119] + +### Fixed +- [T3T1] Improved ETH staking flow. [#noissue] +- Added new messages and handles for Mintlayer coin [#noissue] +- [T3T1] Redesigned FIDO2 UI. [#3797] +- [T3T1] Improved ETH send flow. [#3858] +- Fix persistent word when going to previous word during recovery process. [#3859] +- [T2B1] Fix display orientation "south" [#3990] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] +- [T3T1] Added missing info about remaining shares in super-shamir recovery. [#4142] +- [T2T1] Fix spending decred stake outputs. [#4161] +- [T3T1] Fix swipe in ETH stake flow menu and address confirmation. [#4167] + ## [2.8.1] (21st August 2024) ### Added @@ -950,7 +1054,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3636]: https://github.com/trezor/trezor-firmware/pull/3636 [#3640]: https://github.com/trezor/trezor-firmware/pull/3640 [#3728]: https://github.com/trezor/trezor-firmware/pull/3728 +[#3797]: https://github.com/trezor/trezor-firmware/pull/3797 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 +[#3858]: https://github.com/trezor/trezor-firmware/pull/3858 +[#3859]: https://github.com/trezor/trezor-firmware/pull/3859 [#3885]: https://github.com/trezor/trezor-firmware/pull/3885 [#3895]: https://github.com/trezor/trezor-firmware/pull/3895 [#3896]: https://github.com/trezor/trezor-firmware/pull/3896 @@ -967,10 +1074,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3972]: https://github.com/trezor/trezor-firmware/pull/3972 [#3976]: https://github.com/trezor/trezor-firmware/pull/3976 [#3987]: https://github.com/trezor/trezor-firmware/pull/3987 +[#3990]: https://github.com/trezor/trezor-firmware/pull/3990 [#3992]: https://github.com/trezor/trezor-firmware/pull/3992 [#4000]: https://github.com/trezor/trezor-firmware/pull/4000 [#4006]: https://github.com/trezor/trezor-firmware/pull/4006 [#4023]: https://github.com/trezor/trezor-firmware/pull/4023 [#4030]: https://github.com/trezor/trezor-firmware/pull/4030 +[#4047]: https://github.com/trezor/trezor-firmware/pull/4047 +[#4054]: https://github.com/trezor/trezor-firmware/pull/4054 [#4060]: https://github.com/trezor/trezor-firmware/pull/4060 [#4063]: https://github.com/trezor/trezor-firmware/pull/4063 +[#4093]: https://github.com/trezor/trezor-firmware/pull/4093 +[#4099]: https://github.com/trezor/trezor-firmware/pull/4099 +[#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 +[#4161]: https://github.com/trezor/trezor-firmware/pull/4161 +[#4167]: https://github.com/trezor/trezor-firmware/pull/4167 diff --git a/legacy/firmware/.changelog.d/noissue.fixed b/legacy/firmware/.changelog.d/noissue.fixed new file mode 100644 index 0000000000..b70e59e8cf --- /dev/null +++ b/legacy/firmware/.changelog.d/noissue.fixed @@ -0,0 +1 @@ +Mintlayer support diff --git a/legacy/firmware/CHANGELOG.md b/legacy/firmware/CHANGELOG.md index 0e04397217..e27c5a5993 100644 --- a/legacy/firmware/CHANGELOG.md +++ b/legacy/firmware/CHANGELOG.md @@ -4,6 +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/). +## 0.12.1 [16th September 2024] + +### Added +- Signed Ethereum network and token definitions from host [#15] + +### Changed +- Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. [#4093] +- Reworked PIN processing. + +### Removed +- CoSi functionality [#2675] +- MUE support [#3216] +- Removed display_random feature. [#4119] + +### Fixed +- Mintlayer support [#noissue] +- 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 +555,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 +623,11 @@ 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 +[#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 diff --git a/python/.changelog.d/noissue.fixed b/python/.changelog.d/noissue.fixed new file mode 100644 index 0000000000..9fc56ee1b2 --- /dev/null +++ b/python/.changelog.d/noissue.fixed @@ -0,0 +1 @@ +Mintlayer coin handlers diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index a37d368424..191f5435eb 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -5,6 +5,44 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.10] (16th September 2024) +[0.13.10]: https://github.com/trezor/trezor-firmware/compare/python/v2.8.1...python/v0.13.10 + +### Added +- Added support for T3B1 [#3728] +- Added ability to set Optiga's security event counter to maximum: `trezorctl debug optiga-set-sec-max`. [#4000] + +### Changed +- Most USB level errors are now converted to `TransportException`. [#4089] + +### Removed +- CoSi functionality [#3442] +- Removed display_random feature. [#4119] + +### Fixed +- Mintlayer coin handlers [#noissue] +- It is now possible to interrupt USB communication (via Ctrl+C, or a signal, or any other way). [#4089] +- Use `frozenset` for `models.TREZORS` to prevent accidental modification. + +## [2.8.1] (16th September 2024) +[2.8.1]: https://github.com/trezor/trezor-firmware/compare/python/v0.13.9...python/v2.8.1 + +### Added +- Added support for T3B1 [#3728] +- Added ability to set Optiga's security event counter to maximum: `trezorctl debug optiga-set-sec-max`. [#4000] + +### Changed +- Most USB level errors are now converted to `TransportException`. [#4089] + +### Removed +- CoSi functionality [#3442] +- Removed display_random feature. [#4119] + +### Fixed +- Mintlayer coin handlers [#noissue] +- It is now possible to interrupt USB communication (via Ctrl+C, or a signal, or any other way). [#4089] +- Use `frozenset` for `models.TREZORS` to prevent accidental modification. + ## [0.13.9] (2024-06-19) [0.13.9]: https://github.com/trezor/trezor-firmware/compare/python/v0.13.8...python/v0.13.9 @@ -828,8 +866,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#3364]: https://github.com/trezor/trezor-firmware/pull/3364 [#3422]: https://github.com/trezor/trezor-firmware/pull/3422 [#3434]: https://github.com/trezor/trezor-firmware/pull/3434 +[#3442]: https://github.com/trezor/trezor-firmware/pull/3442 [#3496]: https://github.com/trezor/trezor-firmware/pull/3496 [#3504]: https://github.com/trezor/trezor-firmware/pull/3504 [#3636]: https://github.com/trezor/trezor-firmware/pull/3636 +[#3728]: https://github.com/trezor/trezor-firmware/pull/3728 [#3868]: https://github.com/trezor/trezor-firmware/pull/3868 [#3893]: https://github.com/trezor/trezor-firmware/pull/3893 +[#4000]: https://github.com/trezor/trezor-firmware/pull/4000 +[#4089]: https://github.com/trezor/trezor-firmware/pull/4089 +[#4119]: https://github.com/trezor/trezor-firmware/pull/4119