aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-03-07 09:30:12 +0800
committerkumavis <aaron@kumavis.me>2018-03-07 09:30:12 +0800
commite91a521b1b0cc9262ca31290f3df5778dd1a6919 (patch)
tree9cfc2f3d81382460a0cfda8258ddc477e3c9279f
parentd901268475d64499e0dc7996a368ca68a8e478b4 (diff)
downloadtangerine-wallet-browser-e91a521b1b0cc9262ca31290f3df5778dd1a6919.tar.gz
tangerine-wallet-browser-e91a521b1b0cc9262ca31290f3df5778dd1a6919.tar.zst
tangerine-wallet-browser-e91a521b1b0cc9262ca31290f3df5778dd1a6919.zip
Version 4.2.0
-rw-r--r--CHANGELOG.md10
-rw-r--r--app/manifest.json6
2 files changed, 7 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75ad8a00d..823b89b45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,17 +2,15 @@
## Current Master
-- Change Loose label to Imported.
+## 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.
-- Replace "Unlock" wording with "Log In".
-- 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
-- new-ui shapeshift form can select all coins (not just BTC)
-- Classic ui and new-ui shapeshift forms show when coins are not available on shapeshift
## 4.1.3 2018-2-28
diff --git a/app/manifest.json b/app/manifest.json
index 2b3acf1b5..0c89c2b3e 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "4.1.3",
+ "version": "4.2.0",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",
@@ -59,7 +59,7 @@
"clipboardWrite",
"http://localhost:8545/",
"https://*.infura.io/"
- ],
+ ],
"web_accessible_resources": [
"scripts/inpage.js"
],
@@ -68,4 +68,4 @@
"https://metamask.io/*"
]
}
-}
+} \ No newline at end of file