aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2019-05-14 01:12:16 +0800
committerGitHub <noreply@github.com>2019-05-14 01:12:16 +0800
commit3b01ba8741543d54bd2c3aad6a8ea0ef352e8924 (patch)
tree58b3a436163b5c530b9021729730fc790a1f5487
parent28c4001f5269eb170f14bd2829698ee402b2cfbf (diff)
parentba851611cd0e608630224ee96f8fc5abcdc27b87 (diff)
downloadtangerine-wallet-browser-3b01ba8741543d54bd2c3aad6a8ea0ef352e8924.tar
tangerine-wallet-browser-3b01ba8741543d54bd2c3aad6a8ea0ef352e8924.tar.gz
tangerine-wallet-browser-3b01ba8741543d54bd2c3aad6a8ea0ef352e8924.tar.bz2
tangerine-wallet-browser-3b01ba8741543d54bd2c3aad6a8ea0ef352e8924.tar.lz
tangerine-wallet-browser-3b01ba8741543d54bd2c3aad6a8ea0ef352e8924.tar.xz
tangerine-wallet-browser-3b01ba8741543d54bd2c3aad6a8ea0ef352e8924.tar.zst
tangerine-wallet-browser-3b01ba8741543d54bd2c3aad6a8ea0ef352e8924.zip
Merge pull request #6596 from MetaMask/Version-6.5.0
Version 6.5.0
-rw-r--r--CHANGELOG.md13
-rw-r--r--app/manifest.json2
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d62a32a25..46cb9e063 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,13 +2,24 @@
## Current Develop Branch
+## 6.5.0 Fri May 10 2019
+
+- [#6568](https://github.com/MetaMask/metamask-extension/pull/6568): feature: integrate gaba/PhishingController
+- [#6490](https://github.com/MetaMask/metamask-extension/pull/6490): Redesign custom RPC form
+- [#6558](https://github.com/MetaMask/metamask-extension/pull/6558): Adds auto logout with customizable time frame
+- [#6578](https://github.com/MetaMask/metamask-extension/pull/6578): Fixes ability to send to token contract addresses
+- [#6557](https://github.com/MetaMask/metamask-extension/pull/6557): Adds drag and drop functionality to seed phrase entry.
+- [#6526](https://github.com/MetaMask/metamask-extension/pull/6526): Include token checksum address in prices lookup for token rates
+- [#6502](https://github.com/MetaMask/metamask-extension/pull/6502): Add subheader to all settings subviews
+- [#6501](https://github.com/MetaMask/metamask-extension/pull/6501): Improve confirm screen loading performance by fixing home screen rendering bug
+
## 6.4.1 Fri Apr 26 2019
- [#6521](https://github.com/MetaMask/metamask-extension/pull/6521): Revert "Adds 4byte registry fallback to getMethodData()" to fix stalling bug.
## 6.4.0 Wed Apr 17 2019
-- [#6445](https://github.com/MetaMask/metamask-extension/pull/6445): * Move send to pages/
+- [#6445](https://github.com/MetaMask/metamask-extension/pull/6445): * Move send to pages/
- [#6470](https://github.com/MetaMask/metamask-extension/pull/6470): update publishing.md with dev diagram
- [#6403](https://github.com/MetaMask/metamask-extension/pull/6403): Update to eth-method-registry@1.2.0
- [#6468](https://github.com/MetaMask/metamask-extension/pull/6468): Fix switcher height when Custom RPC is selected or loading
diff --git a/app/manifest.json b/app/manifest.json
index bd10f60da..1d194a154 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "6.4.1",
+ "version": "6.5.0",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",