diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-03-22 06:12:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 06:12:39 +0800 |
commit | 04b1f8428b487663b276a541d739631954fe0be1 (patch) | |
tree | f89c3436722fdec0e448fc51fd531da6a346715a | |
parent | 8cf9ae3ee6517a2a9a69c2579b5b0e4ef18bca21 (diff) | |
parent | ea137777abe39747a9e54bacd48d76f9ddf987a9 (diff) | |
download | tangerine-wallet-browser-04b1f8428b487663b276a541d739631954fe0be1.tar tangerine-wallet-browser-04b1f8428b487663b276a541d739631954fe0be1.tar.gz tangerine-wallet-browser-04b1f8428b487663b276a541d739631954fe0be1.tar.bz2 tangerine-wallet-browser-04b1f8428b487663b276a541d739631954fe0be1.tar.lz tangerine-wallet-browser-04b1f8428b487663b276a541d739631954fe0be1.tar.xz tangerine-wallet-browser-04b1f8428b487663b276a541d739631954fe0be1.tar.zst tangerine-wallet-browser-04b1f8428b487663b276a541d739631954fe0be1.zip |
Merge pull request #3662 from MetaMask/v4.3.0v4.3.0
V4.3.0
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ba7670f..40d77bc9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ ## Current Master -- MetaMask will no longer allow nonces to be specified by the dapp -- Add ability for internationalization. +## 4.3.0 Wed Mar 21 2018 + +- (beta) Add internationalization support! Includes translations for 13 (!!) new languages: French, Spanish, Italian, German, Dutch, Portuguese, Japanese, Korean, Vietnamese, Mandarin, Hindi, Tagalog, and Russian! Select "Try Beta" in the menu to take them for a spin. Read more about the community effort [here](https://medium.com/gitcoin/metamask-internationalizes-via-gitcoin-bf1390c0301c) +- No longer uses nonces specified by the dapp - Will now throw an error if the `to` field in txParams is not valid. - Will strip null values from the `to` field. -- Fix flashing to Log in screen after logging in or restoring from seed phrase. +- (beta) No longer shows token confirmation screen when performing a non-send +- (beta) Fixes bug where tx data was nullified when repricing a tx +- Fix flashing Login 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 diff --git a/app/manifest.json b/app/manifest.json index 6fcf6cd7c..0aac1c8df 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.2.0", + "version": "4.3.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |