1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-31 18:00:58 +00:00

docs(core): changelog: 2.8.1 not released for T2B1

This commit is contained in:
Martin Milata 2024-08-21 10:33:10 +02:00
parent c07ba50ce0
commit 4868a04107
3 changed files with 2 additions and 5 deletions

View File

@ -0,0 +1 @@
[T2B1] Fix display orientation "south"

View File

@ -4,13 +4,12 @@ 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/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [2.8.1] (21st August 2024) ## [2.8.1] (unreleased)
### Added ### Added
- Improve precision of PIN timeout countdown. [#4000] - Improve precision of PIN timeout countdown. [#4000]
### Fixed ### Fixed
- Fix display orientation "south". [#3990]
- Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976] - Solana: added support for deprecated AToken Create `rent_sysvar` argument. [#3976]
@ -935,7 +934,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3972]: https://github.com/trezor/trezor-firmware/pull/3972 [#3972]: https://github.com/trezor/trezor-firmware/pull/3972
[#3976]: https://github.com/trezor/trezor-firmware/pull/3976 [#3976]: https://github.com/trezor/trezor-firmware/pull/3976
[#3987]: https://github.com/trezor/trezor-firmware/pull/3987 [#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 [#3992]: https://github.com/trezor/trezor-firmware/pull/3992
[#4000]: https://github.com/trezor/trezor-firmware/pull/4000 [#4000]: https://github.com/trezor/trezor-firmware/pull/4000
[#4006]: https://github.com/trezor/trezor-firmware/pull/4006 [#4006]: https://github.com/trezor/trezor-firmware/pull/4006

View File

@ -23,7 +23,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- [T2T1,T3T1] Added a progress indicator for the formatting operation. [#3035] - [T2T1,T3T1] Added a progress indicator for the formatting operation. [#3035]
- [T3T1] Improved screen brightness settings. [#3969] - [T3T1] Improved screen brightness settings. [#3969]
- [T3T1] Improve touch layer precision. [#3972] - [T3T1] Improve touch layer precision. [#3972]
- [T2B1] Fix display orientation "south". [#3990]
- [T3T1] Fix More info screen during multi-share backup creation. [#4006] - [T3T1] Fix More info screen during multi-share backup creation. [#4006]
- [T3T1] Fixed title sometimes not fitting into result screen. [#4023] - [T3T1] Fixed title sometimes not fitting into result screen. [#4023]
- [T3T1] Adjusted detection of swipes: vertical swipes are preferred over horizontal swipes. [#4060] - [T3T1] Adjusted detection of swipes: vertical swipes are preferred over horizontal swipes. [#4060]
@ -968,7 +967,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#3972]: https://github.com/trezor/trezor-firmware/pull/3972 [#3972]: https://github.com/trezor/trezor-firmware/pull/3972
[#3976]: https://github.com/trezor/trezor-firmware/pull/3976 [#3976]: https://github.com/trezor/trezor-firmware/pull/3976
[#3987]: https://github.com/trezor/trezor-firmware/pull/3987 [#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 [#3992]: https://github.com/trezor/trezor-firmware/pull/3992
[#4000]: https://github.com/trezor/trezor-firmware/pull/4000 [#4000]: https://github.com/trezor/trezor-firmware/pull/4000
[#4006]: https://github.com/trezor/trezor-firmware/pull/4006 [#4006]: https://github.com/trezor/trezor-firmware/pull/4006