From a3a24d718db52baa88b5995124a7f72ebdd2a975 Mon Sep 17 00:00:00 2001 From: kumavis Date: Wed, 21 Mar 2018 14:14:17 -0700 Subject: changelog - update with new changes --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ba7670f..fe31a9f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ ## Current Master -- MetaMask will no longer allow nonces to be specified by the dapp -- Add ability for internationalization. +- Add internationalization support! Includes translations for 13 (!!) new languages: French, Spanish, Italian, German, Dutch, Portuguese, Japanese, Korean, Vietnamese, Mandarin, Hindi, Tagalog, and Russian! 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 -- cgit From 93622392312b89bcf0a8d5bcc132d800867c8704 Mon Sep 17 00:00:00 2001 From: kumavis Date: Wed, 21 Mar 2018 14:16:00 -0700 Subject: v4.3.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index fe31a9f52..f9087d5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 4.3.0 Wed Mar 21 2018 + - Add internationalization support! Includes translations for 13 (!!) new languages: French, Spanish, Italian, German, Dutch, Portuguese, Japanese, Korean, Vietnamese, Mandarin, Hindi, Tagalog, and Russian! 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. -- cgit From ea137777abe39747a9e54bacd48d76f9ddf987a9 Mon Sep 17 00:00:00 2001 From: kumavis Date: Wed, 21 Mar 2018 14:33:03 -0700 Subject: changelog - add note on i18n being beta only --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index f9087d5ad..40d77bc9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## 4.3.0 Wed Mar 21 2018 -- Add internationalization support! Includes translations for 13 (!!) new languages: French, Spanish, Italian, German, Dutch, Portuguese, Japanese, Korean, Vietnamese, Mandarin, Hindi, Tagalog, and Russian! Read more about the community effort [here](https://medium.com/gitcoin/metamask-internationalizes-via-gitcoin-bf1390c0301c) +- (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. -- cgit From e5af7e1abdb750a8aa2a69245a6cb2c85943b85d Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 26 Mar 2018 16:54:56 -0230 Subject: New-ui changelog updates (March 26) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d77bc9e..e2896153e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog ## Current Master +- Updates design of new-ui Add Token screen +- New-ui can send to ens addresses +- Update new-ui button styles +- Signed-type-data notification handles long messages +- Popup extension in new-ui uses new on-boarding designs +- Buy ether step of new-ui on-boarding uses new buy ether modal designs ## 4.3.0 Wed Mar 21 2018 -- cgit From e196b6dcb7c9a0df059491b7f0d75b50d54c1b66 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 26 Mar 2018 15:25:26 -0700 Subject: Fix bug where full localStorage would crash on start --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index e2896153e..2d8db6272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Current Master + +- Fixes bug where MetaMask would not open once its storage grew too large. - Updates design of new-ui Add Token screen - New-ui can send to ens addresses - Update new-ui button styles -- cgit From e0576d052607a9f6b3bf2ffb2d316afef06fe8c4 Mon Sep 17 00:00:00 2001 From: kumavis Date: Mon, 26 Mar 2018 17:05:52 -0700 Subject: v4.4.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8db6272..25863f1ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 4.4.0 Mon Mar 26 2018 + - Fixes bug where MetaMask would not open once its storage grew too large. - Updates design of new-ui Add Token screen - New-ui can send to ens addresses -- cgit From 3b54541a5f7fd5721a23b13720fdec6ec135dd55 Mon Sep 17 00:00:00 2001 From: kumavis Date: Mon, 26 Mar 2018 17:11:00 -0700 Subject: changelog - add note ofr i18n zh_tw th sl --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 25863f1ec..fa4493278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ## 4.4.0 Mon Mar 26 2018 +- Internationalization: Taiwanese, Thai, Slovenian - Fixes bug where MetaMask would not open once its storage grew too large. - Updates design of new-ui Add Token screen - New-ui can send to ens addresses -- cgit