diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-11-30 05:43:00 +0800 |
---|---|---|
committer | Frankie <frankie.diamond@gmail.com> | 2018-11-30 05:43:00 +0800 |
commit | 4be3fe5906d6c5fde0f1611847524ab61296ebbe (patch) | |
tree | fd3210f6e87ee699e7085468d720cd16df5e1ab7 /CHANGELOG.md | |
parent | a803522a922e8e5eb0a3f1b6c2e758c743cdc62d (diff) | |
download | tangerine-wallet-browser-4be3fe5906d6c5fde0f1611847524ab61296ebbe.tar tangerine-wallet-browser-4be3fe5906d6c5fde0f1611847524ab61296ebbe.tar.gz tangerine-wallet-browser-4be3fe5906d6c5fde0f1611847524ab61296ebbe.tar.bz2 tangerine-wallet-browser-4be3fe5906d6c5fde0f1611847524ab61296ebbe.tar.lz tangerine-wallet-browser-4be3fe5906d6c5fde0f1611847524ab61296ebbe.tar.xz tangerine-wallet-browser-4be3fe5906d6c5fde0f1611847524ab61296ebbe.tar.zst tangerine-wallet-browser-4be3fe5906d6c5fde0f1611847524ab61296ebbe.zip |
Version 5.0.4 RC1 (#5859)v5.0.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7571955d7..5f98745a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ ## Current Develop Branch +## 5.0.4 Thu Nov 29 2018 + +- [#5840](https://github.com/MetaMask/metamask-extension/pull/5840): transactions/tx-gas-utils - add the acctual response for eth_getCode for NO_CONTRACT_ERROR's && add a debug object to simulationFailed +- [#5848](https://github.com/MetaMask/metamask-extension/pull/5848): Soften accusatory language on phishing warning +- [#5835](https://github.com/MetaMask/metamask-extension/pull/5835): Open full-screen UI on install +- Locked versions for some dependencies to avoid possible issues from event-stream hack. +- [#5831](https://github.com/MetaMask/metamask-extension/pull/5831): Hide app-header when provider request pending +- [#5786](https://github.com/MetaMask/metamask-extension/pull/5786): * transactions - autofill gasPrice for retry attempts with either the recomened gasprice or a %10 bump
+- [#5801](https://github.com/MetaMask/metamask-extension/pull/5801): transactions - ensure err is defined when setting tx failed +- [#5792](https://github.com/MetaMask/metamask-extension/pull/5792): Consider HW Wallets for signTypedMessage +- [#5829](https://github.com/MetaMask/metamask-extension/pull/5829): Show disabled cursor in .network-disabled state +- [#5827](https://github.com/MetaMask/metamask-extension/pull/5827): Trim whitespace from seed phrase during import +- [#5832](https://github.com/MetaMask/metamask-extension/pull/5832): Show Connect Requests count in extension badge +- [#5816](https://github.com/MetaMask/metamask-extension/pull/5816): Increase Token Symbol length to twelve +- [#5819](https://github.com/MetaMask/metamask-extension/pull/5819): With the EIP 1102 updates, MetaMask *does* now open itself when visiting some websites. Changed the wording here to clarify that MetaMask will not open itself to ask you for your seed phrase. +- [#5810](https://github.com/MetaMask/metamask-extension/pull/5810): Bump Node version to 8.13 +- [#5797](https://github.com/MetaMask/metamask-extension/pull/5797): Add Firefox and Brave support for Trezor +- [#5799](https://github.com/MetaMask/metamask-extension/pull/5799): Fix usage of setState in ConfirmTransactionBase#handleSubmit +- [#5798](https://github.com/MetaMask/metamask-extension/pull/5798): Show byte count for hex data on confirm screen +- [#5334](https://github.com/MetaMask/metamask-extension/pull/5334): Default to the new UI for first time users +- [#5791](https://github.com/MetaMask/metamask-extension/pull/5791): Bump eth-ledger-bridge-keyring + ## 5.0.3 Mon Nov 19 2018 - [#5547](https://github.com/MetaMask/metamask-extension/pull/5547): Bundle some ui dependencies separately to limit the build size of ui.js |