diff options
author | Frankie <frankie.diamond@gmail.com> | 2018-03-14 06:23:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-14 06:23:46 +0800 |
commit | c83a9ceb04a485149fe65fbb2b44f0adeda696b1 (patch) | |
tree | c655ef0d88734a55ade8451ffe5e3032582f3ed3 /CHANGELOG.md | |
parent | d7bf6e36b1f40068eec1d6c3d30207f3fae5cfde (diff) | |
parent | 578139be4a048d1709de5c2b4b8db0a8c631d31c (diff) | |
download | tangerine-wallet-browser-c83a9ceb04a485149fe65fbb2b44f0adeda696b1.tar tangerine-wallet-browser-c83a9ceb04a485149fe65fbb2b44f0adeda696b1.tar.gz tangerine-wallet-browser-c83a9ceb04a485149fe65fbb2b44f0adeda696b1.tar.bz2 tangerine-wallet-browser-c83a9ceb04a485149fe65fbb2b44f0adeda696b1.tar.lz tangerine-wallet-browser-c83a9ceb04a485149fe65fbb2b44f0adeda696b1.tar.xz tangerine-wallet-browser-c83a9ceb04a485149fe65fbb2b44f0adeda696b1.tar.zst tangerine-wallet-browser-c83a9ceb04a485149fe65fbb2b44f0adeda696b1.zip |
Merge branch 'master' into i#3509
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 93380e64b..1450a8c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,23 @@ ## Current Master - MetaMask will now throw an error if the `to` field in txParams is not valid and also will make sure that the two field is not `null` mucking up metamask +- Fix flashing to Log in screen after logging in or restoring from seed phrase. +- Increase tap areas for menu buttons on mobile +- Change all fonts in new-ui onboarding to Roboto, size 400 +- Add a welcome screen to new-ui onboarding flow +- Make new-ui create password screen responsive +- Hide network dropdown before account is initialized +- Add ability for internationalization. + +## 4.2.0 Tue Mar 06 2018 + +- Replace "Loose" wording to "Imported". +- Replace "Unlock" wording with "Log In". +- Add Imported Account disclaimer. - Allow adding custom tokens to classic ui when balance is 0 - Allow editing of symbol and decimal info when adding custom token in new-ui - NewUI shapeshift form can select all coins (not just BTC) +- Add most of Microsoft Edge support. ## 4.1.3 2018-2-28 |