mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-16 03:18:09 +00:00
update version to 1.6.0
This commit is contained in:
parent
3386b16a1c
commit
4770df8912
@ -1,7 +1,16 @@
|
|||||||
|
Version 1.6.0
|
||||||
|
* Stable release, optional update
|
||||||
|
* Native SegWit (Bech32) address support
|
||||||
|
* Show recognized BIP44/BIP49 paths in GetAddress dialog
|
||||||
|
* NEM support
|
||||||
|
* Expanse and UBIQ chains support
|
||||||
|
* Bitcoin Gold, DigiByte, Monacoin support
|
||||||
|
* Ed25519 collective signatures (CoSi) support
|
||||||
|
|
||||||
Version 1.5.2
|
Version 1.5.2
|
||||||
* Stable release, required update
|
* Stable release, required update
|
||||||
* clean memory on start
|
* Clean memory on start
|
||||||
* fix storage import from older versions
|
* Fix storage import from older versions
|
||||||
|
|
||||||
Version 1.5.1
|
Version 1.5.1
|
||||||
* Stable release, optional update
|
* Stable release, optional update
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
#define __TREZOR_H__
|
#define __TREZOR_H__
|
||||||
|
|
||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 5
|
#define VERSION_MINOR 6
|
||||||
#define VERSION_PATCH 2
|
#define VERSION_PATCH 0
|
||||||
|
|
||||||
#define STR(X) #X
|
#define STR(X) #X
|
||||||
#define VERSTR(X) STR(X)
|
#define VERSTR(X) STR(X)
|
||||||
|
Loading…
Reference in New Issue
Block a user