diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-09-18 07:33:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-18 07:33:01 +0800 |
commit | 40e075f0eaf3db84507b2fc0967293ad51a4ba40 (patch) | |
tree | a8bd88261108cf9f3edd56e621b0fd56d849e90c | |
parent | 934b10307c97793dd2cf5ac10c3b4d96fb8cbfcc (diff) | |
parent | f0f798f7e10d4f3ffac329d4b582c2ae65be2161 (diff) | |
download | tangerine-wallet-browser-40e075f0eaf3db84507b2fc0967293ad51a4ba40.tar tangerine-wallet-browser-40e075f0eaf3db84507b2fc0967293ad51a4ba40.tar.gz tangerine-wallet-browser-40e075f0eaf3db84507b2fc0967293ad51a4ba40.tar.bz2 tangerine-wallet-browser-40e075f0eaf3db84507b2fc0967293ad51a4ba40.tar.lz tangerine-wallet-browser-40e075f0eaf3db84507b2fc0967293ad51a4ba40.tar.xz tangerine-wallet-browser-40e075f0eaf3db84507b2fc0967293ad51a4ba40.tar.zst tangerine-wallet-browser-40e075f0eaf3db84507b2fc0967293ad51a4ba40.zip |
Merge pull request #5281 from MetaMask/4.10.0
Version 4.10.0
-rw-r--r-- | CHANGELOG.md | 11 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f3fe4108..25d0e7346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,18 @@ ## Current Develop Branch +## 4.10.0 Mon Sep 17 2018 + +- [#4803](https://github.com/MetaMask/metamask-extension/pull/4803): Implement EIP-712: Sign typed data, but continue to support v1. +- [#4898](https://github.com/MetaMask/metamask-extension/pull/4898): Restore multiple consecutive accounts with balances. +- [#4279](https://github.com/MetaMask/metamask-extension/pull/4279): New BlockTracker and Json-Rpc-Engine based Provider. +- [#5050](https://github.com/MetaMask/metamask-extension/pull/5050): Add Ledger hardware wallet support. +- [#4919](https://github.com/MetaMask/metamask-extension/pull/4919): Refactor and Redesign Transaction List. +- [#5182](https://github.com/MetaMask/metamask-extension/pull/5182): Add Transaction Details to the Transaction List view. +- [#5229](https://github.com/MetaMask/metamask-extension/pull/5229): Clear old seed words when importing new seed words. +- [#5264](https://github.com/MetaMask/metamask-extension/pull/5264): Improve click area for adjustment arrows buttons. - [#4606](https://github.com/MetaMask/metamask-extension/pull/4606): Add new metamask_watchAsset method. - [#5189](https://github.com/MetaMask/metamask-extension/pull/5189): Fix bug where Ropsten loading message is shown when connecting to Kovan. -- [#4752](https://github.com/MetaMask/metamask-extension/issues/4752): Implement latest `eth_signTypedData` specification. - [#5256](https://github.com/MetaMask/metamask-extension/pull/5256): Add mock EIP-1102 support ## 4.9.3 Wed Aug 15 2018 diff --git a/app/manifest.json b/app/manifest.json index 3718f5c8a..31b9ac9dd 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.9.3", + "version": "4.10.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |