1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

docs: update changelogs

This commit is contained in:
Pavol Rusnak 2018-03-21 12:29:38 +01:00
parent 95dd254094
commit ceced152a8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,14 @@
Version 1.4.0
* More flash-write tests
* Don't restore storage from unofficial firmware
* Support WipeDevice message
* Activate MPU and don't switch VTOR table for unofficial firmware
Version 1.3.3
* Add self-test
* Erase metadata backup after usage
* Erase SRAM on application start
Version 1.3.2 Version 1.3.2
* Don't show recovery seed warning if firmware is flashed for the first time * Don't show recovery seed warning if firmware is flashed for the first time
* Don't show fingerprint if firmware is flashed for the first time * Don't show fingerprint if firmware is flashed for the first time

View File

@ -2,6 +2,7 @@ Version 1.6.1
* Stable release, optional update * Stable release, optional update
* Use fixed-width font for addresses * Use fixed-width font for addresses
* Lots of under-the-hood improvements * Lots of under-the-hood improvements
* Fixed issue with write-protection settings
Version 1.6.0 Version 1.6.0
* Stable release, optional update * Stable release, optional update