mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-30 01:01:00 +00:00
core, legacy: more changelog entries
This commit is contained in:
parent
676ac1571a
commit
476cf2ee8f
@ -15,16 +15,21 @@ _Most likely to be released on July 1st._
|
||||
- Support EXTERNAL transaction inputs with a SLIP-0019 proof of ownership #1052
|
||||
- Support pre-signed EXTERNAL transaction inputs
|
||||
|
||||
### Changed
|
||||
- `Features.pin_cached` renamed to `unlocked`.
|
||||
- Forbid all settings if the device is not yet initialized. #1056
|
||||
|
||||
### Deprecated
|
||||
- Deprecate `Overwintered` field in `SignTx` and `TxAck`.
|
||||
|
||||
### Removed
|
||||
- Generated protobuf classes now do not contain deprecated fields.
|
||||
|
||||
### Fixed
|
||||
- Fix cancel icon in PIN dialog. #1042
|
||||
- Fix repaint bug in QR code rendering. #1067
|
||||
- Fix QR code overlapping in Monero address. monero-gui #2960
|
||||
- Forbid all settings if the device is not yet initialized. #1056
|
||||
- Re-introduce ability to spend pre-Overwinter UTXO on Zcash-like coins. #1030
|
||||
|
||||
### Security
|
||||
|
||||
|
@ -9,11 +9,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
### Added
|
||||
- Set initialized in storage to false if no mnemonic is present. #965
|
||||
|
||||
### Changed
|
||||
- `Features.pin_cached` renamed to `unlocked`, and it is now `true` even if PIN is not set.
|
||||
|
||||
### Deprecated
|
||||
|
||||
### Removed
|
||||
|
||||
### Fixed
|
||||
- Re-introduce ability to spend pre-Overwinter UTXO on Zcash-like coins. #1030
|
||||
|
||||
### Security
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user