diff --git a/core/.changelog.d/3797.fixed b/core/.changelog.d/3797.fixed deleted file mode 100644 index a298e7f169..0000000000 --- a/core/.changelog.d/3797.fixed +++ /dev/null @@ -1 +0,0 @@ -[T3T1] Redesigned FIDO2 UI. diff --git a/core/.changelog.d/3858.fixed b/core/.changelog.d/3858.fixed deleted file mode 100644 index 303df6505c..0000000000 --- a/core/.changelog.d/3858.fixed +++ /dev/null @@ -1 +0,0 @@ -[T3T1] Improved ETH send flow. diff --git a/core/.changelog.d/3859.fixed b/core/.changelog.d/3859.fixed deleted file mode 100644 index 06b0f82394..0000000000 --- a/core/.changelog.d/3859.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix persistent word when going to previous word during recovery process. diff --git a/core/.changelog.d/3990.fixed b/core/.changelog.d/3990.fixed deleted file mode 100644 index 72e6165c36..0000000000 --- a/core/.changelog.d/3990.fixed +++ /dev/null @@ -1 +0,0 @@ -[T2B1] Fix display orientation "south" diff --git a/core/.changelog.d/4054.added b/core/.changelog.d/4054.added deleted file mode 100644 index 9abac987df..0000000000 --- a/core/.changelog.d/4054.added +++ /dev/null @@ -1 +0,0 @@ -[T3T1] Added reassuring screen when entering empty passphrase diff --git a/core/.changelog.d/4093.changed b/core/.changelog.d/4093.changed deleted file mode 100644 index ab2575938f..0000000000 --- a/core/.changelog.d/4093.changed +++ /dev/null @@ -1 +0,0 @@ -Changed prefix of public key returned by `get_ecdh_session_key` for curve25519. diff --git a/core/.changelog.d/4093.fixed b/core/.changelog.d/4093.fixed deleted file mode 100644 index 0fa95d8866..0000000000 --- a/core/.changelog.d/4093.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed SLIP-10 fingerprints for ed25519 and curve25519. diff --git a/core/.changelog.d/4099.added b/core/.changelog.d/4099.added deleted file mode 100644 index eacb4c6c02..0000000000 --- a/core/.changelog.d/4099.added +++ /dev/null @@ -1 +0,0 @@ -Reduce the choices to select wordcount when unlocking repeated backup to 20 or 33. diff --git a/core/.changelog.d/4119.removed b/core/.changelog.d/4119.removed deleted file mode 100644 index f8c8d2759f..0000000000 --- a/core/.changelog.d/4119.removed +++ /dev/null @@ -1 +0,0 @@ -Removed display_random feature. diff --git a/core/.changelog.d/4142.fixed b/core/.changelog.d/4142.fixed deleted file mode 100644 index 47a0ffd1f7..0000000000 --- a/core/.changelog.d/4142.fixed +++ /dev/null @@ -1 +0,0 @@ -[T3T1] Added missing info about remaining shares in super-shamir recovery. diff --git a/core/.changelog.d/4151.changed b/core/.changelog.d/4151.changed deleted file mode 100644 index bad7fbfb38..0000000000 --- a/core/.changelog.d/4151.changed +++ /dev/null @@ -1 +0,0 @@ -Renamed MATIC to POL, following a network upgrade. diff --git a/core/.changelog.d/noissue.fixed b/core/.changelog.d/noissue.fixed deleted file mode 100644 index 26a97edf5b..0000000000 --- a/core/.changelog.d/noissue.fixed +++ /dev/null @@ -1 +0,0 @@ -[T3T1] Improved ETH staking flow. diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md index 43fd79d767..15d23c9ea4 100644 --- a/core/CHANGELOG.T2B1.md +++ b/core/CHANGELOG.T2B1.md @@ -4,6 +4,23 @@ 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.2] (18th September 2024) + +### Added +- 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 +- 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] (unreleased) ### Added @@ -917,7 +934,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 +954,17 @@ 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 +[#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 diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md index 1fb8af53e2..04875652fa 100644 --- a/core/CHANGELOG.T2T1.md +++ b/core/CHANGELOG.T2T1.md @@ -4,6 +4,22 @@ 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.2] (18th September 2024) + +### Added +- 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 +- Fix persistent word when going to previous word during recovery process. [#3859] +- Fixed SLIP-10 fingerprints for ed25519 and curve25519. [#4093] + ## [2.8.1] (21st August 2024) ### Added @@ -911,7 +927,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 +953,11 @@ 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 +[#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 diff --git a/core/CHANGELOG.T3T1.md b/core/CHANGELOG.T3T1.md index 4148f5a663..f3a09c919c 100644 --- a/core/CHANGELOG.T3T1.md +++ b/core/CHANGELOG.T3T1.md @@ -4,6 +4,27 @@ 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.2] (18th September 2024) + +### Added +- 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. +- 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] + ## [2.8.1] (21st August 2024) ### Added @@ -933,7 +954,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 +980,11 @@ 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 +[#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 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 95e194a70f..62956ecac4 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,6 +4,28 @@ 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.2] (18th September 2024) + +### Added +- [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. +- [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] + ## [2.8.1] (21st August 2024) ### Added @@ -950,7 +972,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 +992,17 @@ 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 +[#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