1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

Merge pull request #537 from trezor/fix/changelog

update changelog
This commit is contained in:
Vladimir Volek 2019-04-25 15:19:16 +02:00 committed by GitHub
commit a11c595112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,20 @@
__added__
- Coin visibility settings
- Complete russian and ukrainian localization
- Auto reconnect to a backend after losing connection
__changed__
- static (without animation) active tab indicator
- input validation - mandatory leading 0 for float numbers
- regexps refactored to functions, added unit tests
__removed__
- Text "already used" from token select in case of already added tokens
__fixed__
- react hot loader
- minor l10n fixes
## 1.2.0-beta
__added__