1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 19:09:10 +00:00
trezor-firmware/legacy/bootloader/ChangeLog

60 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-08-07 13:38:00 +00:00
Version 1.x.x [not yet released]
* Use Trezor instead of TREZOR
2019-04-22 16:57:14 +00:00
Version 1.8.0 [Feb 2019]
* Make the update process more similar to Model T process
Version 1.6.1 [Dec 2018]
2019-01-24 13:40:14 +00:00
* Fix USB issue on some Windows 10 installations
2019-04-22 16:57:14 +00:00
Version 1.6.0 [Sep 2018]
* Switch from HID to WebUSB
2019-04-22 16:57:14 +00:00
Version 1.5.1 [Aug 2018]
2018-09-03 10:01:42 +00:00
* Improve MPU configuration
2019-04-22 16:57:14 +00:00
Version 1.5.0 [Jun 2018]
2018-06-23 11:25:18 +00:00
* Make unofficial firmwares work again
2019-04-22 16:57:14 +00:00
Version 1.4.0 [Mar 2018]
2018-03-21 11:29:38 +00:00
* 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
2019-04-22 16:57:14 +00:00
Version 1.3.3 [Aug 2017]
2018-03-21 11:29:38 +00:00
* Add self-test
* Erase metadata backup after usage
* Erase SRAM on application start
2019-04-22 16:57:14 +00:00
Version 1.3.2 [Jul 2017]
* 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
* Compute firmware hash before checking signatures
* Add self-test
* Fix usage of RNG before setup
* Fix stack protector fault
2019-04-22 16:57:14 +00:00
Version 1.3.1 [Feb 2017]
* Fix button testing so it does not break USB communication
2019-04-22 16:57:14 +00:00
Version 1.3.0 [Oct 2016]
* Add test for buttons
* Clean USB descriptor
* Return firmware_present in Features response
* Don't halt on broken firware, stay in bootloader
2019-04-22 16:57:14 +00:00
Version 1.2.8 [Sep 2016]
* Don't halt on broken firmware
Version 1.2.7 [May 2016]
* Optimize speed of firmware update
2019-04-22 16:57:14 +00:00
Version 1.2.6 [Feb 2016]
* Show hash of unofficial firmware
* Use stack protector
* Clean USB descriptor
2019-04-22 16:57:14 +00:00
Version 1.2.5 [Oct 2014]
* Initial import of code