diff --git a/core/.changelog.d/3035.fixed b/core/.changelog.d/3035.fixed deleted file mode 100644 index fec90f30885..00000000000 --- a/core/.changelog.d/3035.fixed +++ /dev/null @@ -1 +0,0 @@ -[T2T1] Added a progress indicator for the formatting operation diff --git a/core/.changelog.d/3728.added b/core/.changelog.d/3728.added deleted file mode 100644 index 5f87842afac..00000000000 --- a/core/.changelog.d/3728.added +++ /dev/null @@ -1 +0,0 @@ -Added support for T3B1 diff --git a/core/.changelog.d/3885.added b/core/.changelog.d/3885.added deleted file mode 100644 index 2773a0199af..00000000000 --- a/core/.changelog.d/3885.added +++ /dev/null @@ -1 +0,0 @@ -[T3T1] Added PIN keyboard animation diff --git a/core/.changelog.d/3896.added b/core/.changelog.d/3896.added deleted file mode 100644 index ef241f1d5c9..00000000000 --- a/core/.changelog.d/3896.added +++ /dev/null @@ -1 +0,0 @@ -[T3T1] Added menu entry animation diff --git a/core/.changelog.d/3969.fixed b/core/.changelog.d/3969.fixed deleted file mode 100644 index 3b19dbfe271..00000000000 --- a/core/.changelog.d/3969.fixed +++ /dev/null @@ -1 +0,0 @@ -[T3T1] Improved screen brightness settings. diff --git a/core/.changelog.d/3987.changed b/core/.changelog.d/3987.changed deleted file mode 100644 index 397d06f243f..00000000000 --- a/core/.changelog.d/3987.changed +++ /dev/null @@ -1,2 +0,0 @@ -[T3T1] Smoothened screen transitions by removing backlight fading -[T3T1] Improved resuming of interrupted animations diff --git a/core/.changelog.d/3990.fixed b/core/.changelog.d/3990.fixed deleted file mode 100644 index 72e6165c361..00000000000 --- a/core/.changelog.d/3990.fixed +++ /dev/null @@ -1 +0,0 @@ -[T2B1] Fix display orientation "south" diff --git a/core/.changelog.d/4000.added b/core/.changelog.d/4000.added deleted file mode 100644 index 0fee65a1382..00000000000 --- a/core/.changelog.d/4000.added +++ /dev/null @@ -1 +0,0 @@ -Include Optiga throttling delay in PIN countdown. diff --git a/core/.changelog.d/4006.fixed b/core/.changelog.d/4006.fixed deleted file mode 100644 index ecbf6c3c3fb..00000000000 --- a/core/.changelog.d/4006.fixed +++ /dev/null @@ -1 +0,0 @@ -[T3T1] Fix More info screen during multi-share backup creation diff --git a/core/.changelog.d/4023.fixed b/core/.changelog.d/4023.fixed deleted file mode 100644 index 87ceb7dfde4..00000000000 --- a/core/.changelog.d/4023.fixed +++ /dev/null @@ -1 +0,0 @@ -[T3T1] Fixed title sometimes not fitting into result screen diff --git a/core/CHANGELOG.T2B1.md b/core/CHANGELOG.T2B1.md index b10a5cad272..cfd53defa96 100644 --- a/core/CHANGELOG.T2B1.md +++ b/core/CHANGELOG.T2B1.md @@ -4,6 +4,15 @@ 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] (21th August 2024) + +### Added +- Include Optiga throttling delay in PIN countdown. [#4000] + +### Fixed +- Fix display orientation "south". [#3990] + + ## [2.8.0] (9th July 2024) ### Added @@ -873,6 +882,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#2937]: https://github.com/trezor/trezor-firmware/pull/2937 [#2955]: https://github.com/trezor/trezor-firmware/pull/2955 [#2989]: https://github.com/trezor/trezor-firmware/pull/2989 +[#3035]: https://github.com/trezor/trezor-firmware/pull/3035 [#3047]: https://github.com/trezor/trezor-firmware/pull/3047 [#3048]: https://github.com/trezor/trezor-firmware/pull/3048 [#3205]: https://github.com/trezor/trezor-firmware/pull/3205 @@ -906,8 +916,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3539]: https://github.com/trezor/trezor-firmware/pull/3539 [#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 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 +[#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 [#3907]: https://github.com/trezor/trezor-firmware/pull/3907 [#3911]: https://github.com/trezor/trezor-firmware/pull/3911 [#3916]: https://github.com/trezor/trezor-firmware/pull/3916 @@ -917,3 +930,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3925]: https://github.com/trezor/trezor-firmware/pull/3925 [#3940]: https://github.com/trezor/trezor-firmware/pull/3940 [#3965]: https://github.com/trezor/trezor-firmware/pull/3965 +[#3969]: https://github.com/trezor/trezor-firmware/pull/3969 +[#3987]: https://github.com/trezor/trezor-firmware/pull/3987 +[#3990]: https://github.com/trezor/trezor-firmware/pull/3990 +[#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 diff --git a/core/CHANGELOG.T2T1.md b/core/CHANGELOG.T2T1.md index 07b83a8f3ac..e55df6d73b8 100644 --- a/core/CHANGELOG.T2T1.md +++ b/core/CHANGELOG.T2T1.md @@ -4,6 +4,15 @@ 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] (21th August 2024) + +### Added +- Include Optiga throttling delay in PIN countdown. [#4000] + +### Fixed +- Added a progress indicator for the formatting operation. [#3035] + + ## [2.8.0] (9th July 2024) ### Added @@ -872,6 +881,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#2937]: https://github.com/trezor/trezor-firmware/pull/2937 [#2955]: https://github.com/trezor/trezor-firmware/pull/2955 [#2989]: https://github.com/trezor/trezor-firmware/pull/2989 +[#3035]: https://github.com/trezor/trezor-firmware/pull/3035 [#3047]: https://github.com/trezor/trezor-firmware/pull/3047 [#3048]: https://github.com/trezor/trezor-firmware/pull/3048 [#3205]: https://github.com/trezor/trezor-firmware/pull/3205 @@ -905,8 +915,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3539]: https://github.com/trezor/trezor-firmware/pull/3539 [#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 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 +[#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 [#3907]: https://github.com/trezor/trezor-firmware/pull/3907 [#3911]: https://github.com/trezor/trezor-firmware/pull/3911 [#3916]: https://github.com/trezor/trezor-firmware/pull/3916 @@ -916,3 +929,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3925]: https://github.com/trezor/trezor-firmware/pull/3925 [#3940]: https://github.com/trezor/trezor-firmware/pull/3940 [#3965]: https://github.com/trezor/trezor-firmware/pull/3965 +[#3969]: https://github.com/trezor/trezor-firmware/pull/3969 +[#3987]: https://github.com/trezor/trezor-firmware/pull/3987 +[#3990]: https://github.com/trezor/trezor-firmware/pull/3990 +[#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 diff --git a/core/CHANGELOG.T3T1.md b/core/CHANGELOG.T3T1.md index 8a0f3da2988..755cc36335e 100644 --- a/core/CHANGELOG.T3T1.md +++ b/core/CHANGELOG.T3T1.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.1] (21th August 2024) + +### Added +- Added PIN keyboard animation. [#3885] +- Added menu entry animation. [#3896] +- Include Optiga throttling delay in PIN countdown. [#4000] + +### Changed +- Smoothened screen transitions by removing backlight fading. +- Improved resuming of interrupted animations. [#3987] + +### Fixed +- Improved screen brightness settings. [#3969] +- Fix More info screen during multi-share backup creation. [#4006] +- Fixed title sometimes not fitting into result screen. [#4023] + + ## [2.8.0] (9th July 2024) ### Added @@ -874,6 +891,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#2937]: https://github.com/trezor/trezor-firmware/pull/2937 [#2955]: https://github.com/trezor/trezor-firmware/pull/2955 [#2989]: https://github.com/trezor/trezor-firmware/pull/2989 +[#3035]: https://github.com/trezor/trezor-firmware/pull/3035 [#3047]: https://github.com/trezor/trezor-firmware/pull/3047 [#3048]: https://github.com/trezor/trezor-firmware/pull/3048 [#3205]: https://github.com/trezor/trezor-firmware/pull/3205 @@ -907,8 +925,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3539]: https://github.com/trezor/trezor-firmware/pull/3539 [#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 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 +[#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 [#3907]: https://github.com/trezor/trezor-firmware/pull/3907 [#3911]: https://github.com/trezor/trezor-firmware/pull/3911 [#3916]: https://github.com/trezor/trezor-firmware/pull/3916 @@ -918,3 +939,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3925]: https://github.com/trezor/trezor-firmware/pull/3925 [#3940]: https://github.com/trezor/trezor-firmware/pull/3940 [#3965]: https://github.com/trezor/trezor-firmware/pull/3965 +[#3969]: https://github.com/trezor/trezor-firmware/pull/3969 +[#3987]: https://github.com/trezor/trezor-firmware/pull/3987 +[#3990]: https://github.com/trezor/trezor-firmware/pull/3990 +[#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 diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index fb0de9c2b11..fb72729cc92 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,6 +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.1] (21th August 2024) + +### Added +- Added support for T3B1. [#3728] +- [T3T1] Added PIN keyboard animation. [#3885] +- [T3T1] Added menu entry animation. [#3896] +- [T2B1,T2T1,T3T1] Include Optiga throttling delay in PIN countdown. [#4000] + +### Changed +- [T3T1] Smoothened screen transitions by removing backlight fading. +- [T3T1] Improved resuming of interrupted animations. [#3987] + +### Fixed +- [T2T1] Added a progress indicator for the formatting operation. [#3035] +- [T3T1] Improved screen brightness settings. [#3969] +- [T2B1] Fix display orientation "south". [#3990] +- [T3T1] Fix More info screen during multi-share backup creation. [#4006] +- [T3T1] Fixed title sometimes not fitting into result screen. [#4023] + + ## [2.8.0] (9th July 2024) ### Added @@ -891,6 +911,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#2937]: https://github.com/trezor/trezor-firmware/pull/2937 [#2955]: https://github.com/trezor/trezor-firmware/pull/2955 [#2989]: https://github.com/trezor/trezor-firmware/pull/2989 +[#3035]: https://github.com/trezor/trezor-firmware/pull/3035 [#3047]: https://github.com/trezor/trezor-firmware/pull/3047 [#3048]: https://github.com/trezor/trezor-firmware/pull/3048 [#3205]: https://github.com/trezor/trezor-firmware/pull/3205 @@ -924,8 +945,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3539]: https://github.com/trezor/trezor-firmware/pull/3539 [#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 [#3855]: https://github.com/trezor/trezor-firmware/pull/3855 +[#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 [#3907]: https://github.com/trezor/trezor-firmware/pull/3907 [#3911]: https://github.com/trezor/trezor-firmware/pull/3911 [#3916]: https://github.com/trezor/trezor-firmware/pull/3916 @@ -935,3 +959,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#3925]: https://github.com/trezor/trezor-firmware/pull/3925 [#3940]: https://github.com/trezor/trezor-firmware/pull/3940 [#3965]: https://github.com/trezor/trezor-firmware/pull/3965 +[#3969]: https://github.com/trezor/trezor-firmware/pull/3969 +[#3987]: https://github.com/trezor/trezor-firmware/pull/3987 +[#3990]: https://github.com/trezor/trezor-firmware/pull/3990 +[#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