1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-16 17:42:02 +00:00

core+legacy: update changelogs

This commit is contained in:
Pavol Rusnak 2019-04-22 18:57:14 +02:00
parent 8114e0f9fc
commit af89ae88dc
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 64 additions and 80 deletions

View File

@ -1,5 +1,11 @@
Version 2.1.0 Version 2.1.1 [unreleased]
* stable release, optional update * More strict path validations
* Display non-zero locktime values
* Don't rotate the screen via swipe gesture
* Set screen rotation via user setting
* Monero UI fixes
Version 2.1.0 [Mar 2019]
* Security improvements * Security improvements
* Upgraded to new storage format * Upgraded to new storage format
* Ripple, Stellar, Cardano and NEM fixes * Ripple, Stellar, Cardano and NEM fixes
@ -7,20 +13,17 @@ Version 2.1.0
PIVX, REOSC, XPM, XSN, ZCL PIVX, REOSC, XPM, XSN, ZCL
* New ETH tokens * New ETH tokens
Version 2.0.10 Version 2.0.10 [Dec 2018]
* stable release, optional update
* Fix Monero payment ID computation * Fix Monero payment ID computation
* Fix issue with touch screen and flickering * Fix issue with touch screen and flickering
* Add support for OMNI layer: OMNI/MAID/USDT * Add support for OMNI layer: OMNI/MAID/USDT
* Add support for new coins: BTX, CPC, GAME, RVN * Add support for new coins: BTX, CPC, GAME, RVN
* Add support for new Ethereum tokens * Add support for new Ethereum tokens
Version 2.0.9 Version 2.0.9 [Nov 2018]
* stable release, optional update
* Small Monero and Segwit bugfixes * Small Monero and Segwit bugfixes
Version 2.0.8 Version 2.0.8 [Oct 2018]
* stable release, optional update
* Monero support * Monero support
* Cardano support * Cardano support
* Stellar support * Stellar support
@ -32,25 +35,22 @@ Version 2.0.8
* Zcash sapling hardfork support * Zcash sapling hardfork support
* Implemented seedless setup * Implemented seedless setup
Version 2.0.7 Version 2.0.7 [Jun 2018]
* stable release, optional update
* Bitcoin Cash cashaddr support * Bitcoin Cash cashaddr support
* Zcash Overwinter hardfork support * Zcash Overwinter hardfork support
* NEM support * NEM support
* Lisk support * Lisk support
* Show warning on home screen if PIN is not set * Show warning on home screen if PIN is not set
* Support for new coins: * Support for new coins:
- Bitcoin Private, Fujicoin, Vertcoin, Viacoin, Zcoin Bitcoin Private, Fujicoin, Vertcoin, Viacoin, Zcoin
* Support for new Ethereum networks: * Support for new Ethereum networks:
- EOS Classic, Ethereum Social, Ellaism, Callisto, EtherGem, Wanchain EOS Classic, Ethereum Social, Ellaism, Callisto, EtherGem, Wanchain
* Support for 500+ new Ethereum tokens * Support for 500+ new Ethereum tokens
Version 2.0.6 Version 2.0.6 [Mar 2018]
* stable release, optional update
* fix layout for Ethereum transactions * fix layout for Ethereum transactions
* fix public key generation for SSH and GPG * fix public key generation for SSH and GPG
* add special characters to passphrase keyboard * add special characters to passphrase keyboard
Version 2.0.5 Version 2.0.5 [Mar 2018]
* stable release, required update
* first public release * first public release

View File

@ -1,27 +1,30 @@
Version 1.6.1 Version 1.8.0 [Feb 2019]
* Make the update process more similar to Model T process
Version 1.6.1 [Dec 2018]
* Fix USB issue on some Windows 10 installations * Fix USB issue on some Windows 10 installations
Version 1.6.0 Version 1.6.0 [Sep 2018]
* Switch from HID to WebUSB * Switch from HID to WebUSB
Version 1.5.1 Version 1.5.1 [Aug 2018]
* Improve MPU configuration * Improve MPU configuration
Version 1.5.0 Version 1.5.0 [Jun 2018]
* Make unofficial firmwares work again * Make unofficial firmwares work again
Version 1.4.0 Version 1.4.0 [Mar 2018]
* More flash-write tests * More flash-write tests
* Don't restore storage from unofficial firmware * Don't restore storage from unofficial firmware
* Support WipeDevice message * Support WipeDevice message
* Activate MPU and don't switch VTOR table for unofficial firmware * Activate MPU and don't switch VTOR table for unofficial firmware
Version 1.3.3 Version 1.3.3 [Aug 2017]
* Add self-test * Add self-test
* Erase metadata backup after usage * Erase metadata backup after usage
* Erase SRAM on application start * Erase SRAM on application start
Version 1.3.2 Version 1.3.2 [Jul 2017]
* 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
* Compute firmware hash before checking signatures * Compute firmware hash before checking signatures
@ -29,22 +32,25 @@ Version 1.3.2
* Fix usage of RNG before setup * Fix usage of RNG before setup
* Fix stack protector fault * Fix stack protector fault
Version 1.3.1 Version 1.3.1 [Feb 2017]
* Fix button testing so it does not break USB communication * Fix button testing so it does not break USB communication
Version 1.3.0 Version 1.3.0 [Oct 2016]
* Add test for buttons * Add test for buttons
* Clean USB descriptor * Clean USB descriptor
* Return firmware_present in Features response * Return firmware_present in Features response
* Don't halt on broken firware, stay in bootloader * Don't halt on broken firware, stay in bootloader
Version 1.2.7 Version 1.2.8 [Sep 2016]
* Don't halt on broken firmware
Version 1.2.7 [May 2016]
* Optimize speed of firmware update * Optimize speed of firmware update
Version 1.2.6 Version 1.2.6 [Feb 2016]
* Show hash of unofficial firmware * Show hash of unofficial firmware
* Use stack protector * Use stack protector
* Clean USB descriptor * Clean USB descriptor
Version 1.2.5 Version 1.2.5 [Oct 2014]
* Initial import of code * Initial import of code

View File

@ -1,43 +1,40 @@
Version 1.8.0 Version 1.8.1 [unreleased]
* Stable release, optional update * Fix fault when using the device with no PIN
* Fix OMNI transactions parsing
Version 1.8.0 [Feb 2019]
* Security improvements * Security improvements
* Upgraded to new storage format * Upgraded to new storage format
* Stellar and NEM fixes * Stellar and NEM fixes
* New coins: ATS, KMD, XPM, XSN, ZCL * New coins: ATS, KMD, XPM, XSN, ZCL
* New ETH tokens * New ETH tokens
Version 1.7.3 Version 1.7.3 [Dec 2018]
* Stable release, optional update
* Fix USB issue on some Windows 10 installations * Fix USB issue on some Windows 10 installations
Version 1.7.2 Version 1.7.2 [Dec 2018]
* Stable release, optional update
* Add support for OMNI layer: OMNI/MAID/USDT * Add support for OMNI layer: OMNI/MAID/USDT
* U2F fixes * U2F fixes
* Don't ask for PIN if it has been just set * Don't ask for PIN if it has been just set
Version 1.7.1 Version 1.7.1 [Oct 2018]
* Stable release, optional update
* Add support for Lisk * Add support for Lisk
* Add support for Zcash Sapling hardfork * Add support for Zcash Sapling hardfork
* Implement seedless setup * Implement seedless setup
Version 1.7.0 Version 1.7.0 [Sep 2018]
* Stable release, optional update
* Switch from HID to WebUSB * Switch from HID to WebUSB
* Add support for Stellar * Add support for Stellar
* Included bootloader 1.6.0 * Included bootloader 1.6.0
Version 1.6.3 Version 1.6.3 [Aug 2018]
* Stable release, required update
* Implement RSKIP-60 Ethereum checksum encoding * Implement RSKIP-60 Ethereum checksum encoding
* Add support for new Ethereum networks (ESN, AKA, ETHO, MUSI, PIRL, ATH, GO) * Add support for new Ethereum networks (ESN, AKA, ETHO, MUSI, PIRL, ATH, GO)
* Add support for new 80 Ethereum tokens * Add support for new 80 Ethereum tokens
* Improve MPU configuration * Improve MPU configuration
* Included bootloader 1.5.1 * Included bootloader 1.5.1
Version 1.6.2 Version 1.6.2 [Jun 2018]
* Stable release, optional update
* Add possibility to set custom auto-lock delay * Add possibility to set custom auto-lock delay
* Bitcoin Cash cashaddr support * Bitcoin Cash cashaddr support
* Zcash Overwinter hardfork support * Zcash Overwinter hardfork support
@ -48,15 +45,13 @@ Version 1.6.2
* Support for 500+ new Ethereum tokens * Support for 500+ new Ethereum tokens
* Included bootloader 1.5.0 * Included bootloader 1.5.0
Version 1.6.1 Version 1.6.1 [Mar 2018]
* Stable release, required 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 * Fixed issue with write-protection settings
* Included bootloader 1.4.0 * Included bootloader 1.4.0
Version 1.6.0 Version 1.6.0 [Nov 2017]
* Stable release, optional update
* Native SegWit (Bech32) address support * Native SegWit (Bech32) address support
* Show recognized BIP44/BIP49 paths in GetAddress dialog * Show recognized BIP44/BIP49 paths in GetAddress dialog
* NEM support * NEM support
@ -64,13 +59,11 @@ Version 1.6.0
* Bitcoin Gold, DigiByte, Monacoin support * Bitcoin Gold, DigiByte, Monacoin support
* Ed25519 collective signatures (CoSi) support * Ed25519 collective signatures (CoSi) support
Version 1.5.2 Version 1.5.2 [Aug 2017]
* 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 [Jul 2017]
* Stable release, optional update
* Wipe storage after 16 wrong PIN attempts * Wipe storage after 16 wrong PIN attempts
* Enable Segwit for Bitcoin * Enable Segwit for Bitcoin
* Bcash aka Bitcoin Cash support * Bcash aka Bitcoin Cash support
@ -81,33 +74,28 @@ Version 1.5.1
* Allow "dry run" recovery procedure * Allow "dry run" recovery procedure
* Allow separated backup procedure * Allow separated backup procedure
Version 1.5.0 Version 1.5.0 [May 2017]
* Stable release, optional update
* Enable Segwit for Testnet and Litecoin * Enable Segwit for Testnet and Litecoin
* Enable ERC-20 tokens for Ethereum chains * Enable ERC-20 tokens for Ethereum chains
Version 1.4.2 Version 1.4.2 [Jan 2017]
* Stable release, optional update
* New Matrix-based recovery method * New Matrix-based recovery method
* Minor Ethereum fixes (including EIP-155 replay protection) * Minor Ethereum fixes (including EIP-155 replay protection)
* Minor USB, U2F and GPG fixes * Minor USB, U2F and GPG fixes
Version 1.4.1 Version 1.4.1 [Oct 2016]
* Stable release, optional update
* Support for Zcash JoinSplit transactions * Support for Zcash JoinSplit transactions
* Enable device lock after 10 minutes of inactivity * Enable device lock after 10 minutes of inactivity
* Enable device lock by pressing left button for 2 seconds * Enable device lock by pressing left button for 2 seconds
* Confirm dialog for U2F counter change * Confirm dialog for U2F counter change
Version 1.4.0 Version 1.4.0 [Aug 2016]
* Stable release, optional update
* U2F support * U2F support
* Ethereum support * Ethereum support
* GPG decryption support * GPG decryption support
* Zcash support * Zcash support
Version 1.3.6 Version 1.3.6 [Jun 2016]
* Stable release, optional update
* Enable advanced transactions such as ones with REPLACE-BY-FEE and CHECKLOCKTIMEVERIFY * Enable advanced transactions such as ones with REPLACE-BY-FEE and CHECKLOCKTIMEVERIFY
* Fix message signing for altcoins * Fix message signing for altcoins
* Message verification now shows address * Message verification now shows address
@ -116,63 +104,53 @@ Version 1.3.6
* Use separate deterministic hierarchy for NIST256P1 and Ed25519 curves * Use separate deterministic hierarchy for NIST256P1 and Ed25519 curves
* Users using SSH already need to regenerate their keys using the new firmware!!! * Users using SSH already need to regenerate their keys using the new firmware!!!
Version 1.3.5 Version 1.3.5 [Feb 2016]
* Stable release, optional update
* Double size font for recovery words during the device setup * Double size font for recovery words during the device setup
* Optimizations for simultaneous access when more applications try communicate with the device * Optimizations for simultaneous access when more applications try communicate with the device
Version 1.3.4 Version 1.3.4 [Aug 2015]
* Stable release, optional update
* Screensaver active on ClearSession message * Screensaver active on ClearSession message
* Support for NIST P-256 curve * Support for NIST P-256 curve
* Updated SignIdentity to v2 format * Updated SignIdentity to v2 format
* Show seconds counter during PIN lockdown * Show seconds counter during PIN lockdown
* Updated maxfee per kb for coins * Updated maxfee per kb for coins
Version 1.3.3 Version 1.3.3 [Apr 2015]
* Stable release, mandatory update
* Ask for PIN on GetAddress and GetPublicKey * Ask for PIN on GetAddress and GetPublicKey
* Signing speed improved * Signing speed improved
Version 1.3.2 Version 1.3.2 [Mar 2015]
* Stable release, optional update
* Fix check during transaction streaming * Fix check during transaction streaming
* Login feature via SignIdentity message * Login feature via SignIdentity message
* GetAddress for multisig shows M of N description * GetAddress for multisig shows M of N description
* PIN checking in constant time * PIN checking in constant time
Version 1.3.1 Version 1.3.1 [Feb 2015]
* Stable release, optional update
* Optimized signing speed * Optimized signing speed
* Enabled OP_RETURN * Enabled OP_RETURN
* Added option to change home screen * Added option to change home screen
* Moved fee calculation before any signing * Moved fee calculation before any signing
* Made PIN delay increase immune against hardware hacking * Made PIN delay increase immune against hardware hacking
Version 1.3.0 Version 1.3.0 [Dec 2014]
* Stable release, optional update
* Added multisig support * Added multisig support
* Added visual validation of receiving address * Added visual validation of receiving address
* Added ECIES encryption capabilities * Added ECIES encryption capabilities
Version 1.2.1 Version 1.2.1 [Jul 2014]
* Stable release, mandatory update
* Added stack overflow protection * Added stack overflow protection
* Added compatibility with TREZOR Bridge * Added compatibility with TREZOR Bridge
Version 1.2.0 Version 1.2.0 [Jul 2014]
* Stable release, optional update
* Fix false positives for fee warning * Fix false positives for fee warning
* Better UI for signing/verifying messages * Better UI for signing/verifying messages
* Smaller firmware size * Smaller firmware size
Version 1.1.0 Version 1.1.0 [Jun 2014]
* Stable release, optional update
* Minor UI fixes * Minor UI fixes
* Better handling of unexpected messages * Better handling of unexpected messages
* Added AES support * Added AES support
Version 1.0.0 Version 1.0.0 [Apr 2014]
* Stable release, mandatory update
* Added support for streaming of transactions into the device * Added support for streaming of transactions into the device
* Removed all current limits on size of signed transaction * Removed all current limits on size of signed transaction