|
|
|
@ -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
|
|
|
|
|