aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-04-03 08:38:41 +0800
committerGitHub <noreply@github.com>2018-04-03 08:38:41 +0800
commit69778416cab4900d2c6ef5876ecddc92aa63642b (patch)
tree5fc17e4fadeec328ee5ab5f687b2b0edb93f5b9e
parent91c08a7282e302cca0e229e8519997788c172575 (diff)
parentcbf94dad4bac9142041949cddcc038d9f22cb7f9 (diff)
downloadtangerine-wallet-browser-69778416cab4900d2c6ef5876ecddc92aa63642b.tar.gz
tangerine-wallet-browser-69778416cab4900d2c6ef5876ecddc92aa63642b.tar.zst
tangerine-wallet-browser-69778416cab4900d2c6ef5876ecddc92aa63642b.zip
Merge pull request #3835 from MetaMask/4.5.0v4.5.0
Version 4.5.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--app/manifest.json4
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d5d3cc1c..d99fb5c93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,12 @@
## Current Master
+## 4.5.0 Mon Apr 02 2018
+
+- (beta ui) Internationalization: Select your preferred language in the settings screen
+- Internationalization: various locale improvements
- Fix bug where the "Reset account" feature would not clear the network cache.
- Increase maximum gas limit, to allow very gas heavy transactions, since block gas limits have been stable.
-- Allow user to select language on settings page
## 4.4.0 Mon Mar 26 2018
diff --git a/app/manifest.json b/app/manifest.json
index 1982b4820..73496adfa 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "4.4.0",
+ "version": "4.5.0",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",
@@ -69,4 +69,4 @@
"https://metamask.io/*"
]
}
-}
+} \ No newline at end of file