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

docs(core): changelog for 2.6.1

This commit is contained in:
Martin Milata 2023-09-15 20:08:41 +02:00
parent 07027a69e9
commit 364c1ce123
17 changed files with 40 additions and 17 deletions

View File

@ -1 +0,0 @@
Changed design of the path warning screen (model T only).

View File

@ -1 +0,0 @@
Update to MicroPython 1.19.1.

View File

@ -1 +0,0 @@
Implement UI for Model R

View File

@ -1 +0,0 @@
Introduce multiple account warning to BTC send flow.

View File

@ -1 +0,0 @@
Introduce multisig warning to BTC receive flow.

View File

@ -1 +0,0 @@
Fixed gamma correction settings for Model T

View File

@ -1 +0,0 @@
Changed grey_dark and green colors in TT UI

View File

@ -1 +0,0 @@
Added support for STM32F429I-DISC1 board

View File

@ -1 +0,0 @@
QR code display when exporting XPUBs.

View File

@ -1 +0,0 @@
Added hw model field to all vendor headers.

View File

@ -1,2 +0,0 @@
Added firmware update without interaction.
Split builds of different parts to use simple util.s assembler, while FW+bootloader use interconnected ones.

View File

@ -1 +0,0 @@
MUE support

View File

@ -1 +0,0 @@
Fix more info button on shamir recovery screen.

View File

@ -1 +0,0 @@
Add support for address chunkification in Receive and Sign flow.

View File

@ -1 +0,0 @@
Implement device authentication for Model R.

View File

@ -1 +0,0 @@
Use Optiga as a source of randomness in seed generation for Model R.

View File

@ -4,6 +4,32 @@ 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.6.1] (internal release)
### Added
- [T2B1] Implement UI. [#2610]
- QR code display when exporting XPUBs. [#3047]
- Added hw model field to all vendor headers. [#3048]
- Added firmware update without interaction. [#3205]
- Split builds of different parts to use simple util.s assembler, while FW+bootloader use interconnected ones. [#3205]
- Add support for address chunkification in Receive and Sign flow. [#3237]
- [T2B1] Implement device authentication. [#3255]
- [T2B1] Use Optiga as a source of randomness in seed generation. [#3256]
### Changed
- [T2T1] Changed design of the path warning screen. [#2161]
- Update to MicroPython 1.19.1. [#2341]
- Introduce multisig warning to BTC receive flow. [#2937]
- Introduce multiple account warning to BTC send flow. [#2937]
### Removed
- MUE coin support. [#3216]
### Fixed
- [T2T1] Fixed gamma correction settings for. [#2955]
- [T2T1] Fix more info button on shamir recovery screen. [#3218]
## [2.6.0] (19th April 2023)
### Added
@ -701,6 +727,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#2144]: https://github.com/trezor/trezor-firmware/pull/2144
[#2151]: https://github.com/trezor/trezor-firmware/pull/2151
[#2152]: https://github.com/trezor/trezor-firmware/pull/2152
[#2161]: https://github.com/trezor/trezor-firmware/pull/2161
[#2166]: https://github.com/trezor/trezor-firmware/pull/2166
[#2167]: https://github.com/trezor/trezor-firmware/pull/2167
[#2181]: https://github.com/trezor/trezor-firmware/pull/2181
@ -718,6 +745,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#2300]: https://github.com/trezor/trezor-firmware/pull/2300
[#2313]: https://github.com/trezor/trezor-firmware/pull/2313
[#2324]: https://github.com/trezor/trezor-firmware/pull/2324
[#2341]: https://github.com/trezor/trezor-firmware/pull/2341
[#2354]: https://github.com/trezor/trezor-firmware/pull/2354
[#2355]: https://github.com/trezor/trezor-firmware/pull/2355
[#2366]: https://github.com/trezor/trezor-firmware/pull/2366
@ -741,6 +769,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#2577]: https://github.com/trezor/trezor-firmware/pull/2577
[#2587]: https://github.com/trezor/trezor-firmware/pull/2587
[#2595]: https://github.com/trezor/trezor-firmware/pull/2595
[#2610]: https://github.com/trezor/trezor-firmware/pull/2610
[#2611]: https://github.com/trezor/trezor-firmware/pull/2611
[#2623]: https://github.com/trezor/trezor-firmware/pull/2623
[#2651]: https://github.com/trezor/trezor-firmware/pull/2651
@ -752,3 +781,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#2834]: https://github.com/trezor/trezor-firmware/pull/2834
[#2841]: https://github.com/trezor/trezor-firmware/pull/2841
[#2899]: https://github.com/trezor/trezor-firmware/pull/2899
[#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
[#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
[#3216]: https://github.com/trezor/trezor-firmware/pull/3216
[#3218]: https://github.com/trezor/trezor-firmware/pull/3218
[#3237]: https://github.com/trezor/trezor-firmware/pull/3237
[#3255]: https://github.com/trezor/trezor-firmware/pull/3255
[#3256]: https://github.com/trezor/trezor-firmware/pull/3256