diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-08-10 01:52:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 01:52:11 +0800 |
commit | 2b25902561a663b4833ec5879100cc317f5e3e99 (patch) | |
tree | e2d6ce3f049059c2e153e924aad12ed40c021bd0 /CHANGELOG.md | |
parent | 438fd5bce0255b9c597a0ac4e15156bfa447ed5e (diff) | |
parent | 1605c8544ac4efd46d02d1d6002f4198e0bf6a63 (diff) | |
download | tangerine-wallet-browser-2b25902561a663b4833ec5879100cc317f5e3e99.tar tangerine-wallet-browser-2b25902561a663b4833ec5879100cc317f5e3e99.tar.gz tangerine-wallet-browser-2b25902561a663b4833ec5879100cc317f5e3e99.tar.bz2 tangerine-wallet-browser-2b25902561a663b4833ec5879100cc317f5e3e99.tar.lz tangerine-wallet-browser-2b25902561a663b4833ec5879100cc317f5e3e99.tar.xz tangerine-wallet-browser-2b25902561a663b4833ec5879100cc317f5e3e99.tar.zst tangerine-wallet-browser-2b25902561a663b4833ec5879100cc317f5e3e99.zip |
Merge pull request #5017 from MetaMask/v4.9.1
V4.9.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ea5d90500..d372c2849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,28 @@ # Changelog -## Current Master +## Current Develop Branch -- [#4884](https://github.com/MetaMask/metamask-extension/pull/4884): Allow to have tokens per account and network. - -## 4.9.0 Tue Aug 07 2018 +## 4.9.1 Mon Aug 09 2018 -- Add new tokens auto detection -- Remove rejected transactions from transaction history -- Add Trezor Support -- Allow to remove accounts (Imported and Hardware Wallets) +- [#4884](https://github.com/MetaMask/metamask-extension/pull/4884): Allow to have tokens per account and network. +- [#4989](https://github.com/MetaMask/metamask-extension/pull/4989): Continue to use original signedTypedData. +- [#5010](https://github.com/MetaMask/metamask-extension/pull/5010): Fix ENS resolution issues. +- [#5000](https://github.com/MetaMask/metamask-extension/pull/5000): Show error while allowing confirmation of tx where simulation fails. +- [#4995](https://github.com/MetaMask/metamask-extension/pull/4995): Shows retry button on dApp initialized transactions. + +## 4.9.0 Mon Aug 07 2018 + +- [#4926](https://github.com/MetaMask/metamask-extension/pull/4926): Show retry button on the latest tx of the earliest nonce. +- [#4888](https://github.com/MetaMask/metamask-extension/pull/4888): Suggest using the new user interface. +- [#4947](https://github.com/MetaMask/metamask-extension/pull/4947): Prevent sending multiple transasctions on multiple confirm clicks. +- [#4844](https://github.com/MetaMask/metamask-extension/pull/4844): Add new tokens auto detection. +- [#4667](https://github.com/MetaMask/metamask-extension/pull/4667): Remove rejected transactions from transaction history. +- [#4625](https://github.com/MetaMask/metamask-extension/pull/4625): Add Trezor Support. +- [#4625](https://github.com/MetaMask/metamask-extension/pull/4625/commits/523cf9ad33d88719520ae5e7293329d133b64d4d): Allow to remove accounts (Imported and Hardware Wallets) +- [#4814](https://github.com/MetaMask/metamask-extension/pull/4814): Add hex data input to send screen. +- [#4691](https://github.com/MetaMask/metamask-extension/pull/4691): Redesign of the Confirm Transaction Screen. - [#4840](https://github.com/MetaMask/metamask-extension/pull/4840): Now shows notifications when transactions are completed. -- [#4855](https://github.com/MetaMask/metamask-extension/pull/4855): network.js: convert rpc protocol to lower case. +- [#4855](https://github.com/MetaMask/metamask-extension/pull/4855): Allow the use of HTTP prefix for custom rpc urls. ## 4.8.0 Thur Jun 14 2018 |