aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2017-07-01 04:58:39 +0800
committerGitHub <noreply@github.com>2017-07-01 04:58:39 +0800
commitfa533469cb6ddc5b5142afed2b4950565494d5a0 (patch)
tree014d2b5696b71eeb4b73998456114b0ae59b0e7c
parent96c8236fd802f64fde07a1e46f8e9bab23545be4 (diff)
parent2e7be151c556ee672803e527f34485fc2f276e48 (diff)
downloadtangerine-wallet-browser-fa533469cb6ddc5b5142afed2b4950565494d5a0.tar.gz
tangerine-wallet-browser-fa533469cb6ddc5b5142afed2b4950565494d5a0.tar.zst
tangerine-wallet-browser-fa533469cb6ddc5b5142afed2b4950565494d5a0.zip
Merge pull request #1714 from MetaMask/Version-3.8.1
Version 3.8.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--app/manifest.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9943a8e15..abb8f24f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Current Master
+## 3.8.1 2017-6-30
+
- Temporarily disabled loading popular tokens by default to improve performance.
- Remove SEND token button until a better token sending form can be built, due to some precision issues.
- Fix precision bug in token balances.
diff --git a/app/manifest.json b/app/manifest.json
index 1cd909732..c0d9af8a0 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.8.0",
+ "version": "3.8.1",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",