mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-13 17:00:59 +00:00
core+legacy: add new changelog entries
This commit is contained in:
parent
b86d017d3e
commit
eaa85ddd6e
@ -1,3 +1,14 @@
|
||||
Version 2.x.x [not yet released]
|
||||
* nothing yet
|
||||
|
||||
Version 2.1.3 [Aug 2019]
|
||||
* Shamir Backup with Recovery persistence
|
||||
* Touchscreen freeze fix
|
||||
* Fix display of non-divisible OMNI amounts
|
||||
|
||||
Version 2.1.2 [unreleased]
|
||||
* Shamir Backup feature preview
|
||||
|
||||
Version 2.1.1 [Jun 2019]
|
||||
* Hotfix for touchscreen freeze
|
||||
* Don't rotate the screen via swipe gesture
|
||||
|
@ -1,3 +1,6 @@
|
||||
Version 1.x.x [not yet released]
|
||||
* Use Trezor instead of TREZOR
|
||||
|
||||
Version 1.8.0 [Feb 2019]
|
||||
* Make the update process more similar to Model T process
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
Version 1.x.x [not yet released]
|
||||
* nothing yet
|
||||
|
||||
Version 1.8.2 [Aug 2019]
|
||||
* OLED display security improvements
|
||||
* Fix display of non-divisible OMNI amounts
|
||||
|
||||
Version 1.8.1 [May 2019]
|
||||
* Fix fault when using the device with no PIN
|
||||
* Fix OMNI transactions parsing
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 8
|
||||
#define VERSION_PATCH 2
|
||||
#define VERSION_PATCH 3
|
||||
|
||||
#define FIX_VERSION_MAJOR 1
|
||||
#define FIX_VERSION_MINOR 8
|
||||
|
Loading…
Reference in New Issue
Block a user