diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2019-01-17 06:50:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-17 06:50:42 +0800 |
commit | 508889c6dc95ac2de74f4239930a24869d37148f (patch) | |
tree | 528e86d2bc10fd5b68717cb2dbe4eafe812b3b8a | |
parent | 3fe78a8f48c0820b76f5d0fbf2f82d16d7e10751 (diff) | |
parent | 4acaffeefdd663cc40eb9de85778d61af74c42b9 (diff) | |
download | tangerine-wallet-browser-508889c6dc95ac2de74f4239930a24869d37148f.tar tangerine-wallet-browser-508889c6dc95ac2de74f4239930a24869d37148f.tar.gz tangerine-wallet-browser-508889c6dc95ac2de74f4239930a24869d37148f.tar.bz2 tangerine-wallet-browser-508889c6dc95ac2de74f4239930a24869d37148f.tar.lz tangerine-wallet-browser-508889c6dc95ac2de74f4239930a24869d37148f.tar.xz tangerine-wallet-browser-508889c6dc95ac2de74f4239930a24869d37148f.tar.zst tangerine-wallet-browser-508889c6dc95ac2de74f4239930a24869d37148f.zip |
Merge pull request #6027 from MetaMask/Version-5.3.1
Version 5.3.1 RC2
-rw-r--r-- | CHANGELOG.md | 13 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index becbae3e2..02e2b8a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## Current Develop Branch +## 5.3.1 Wed Jan 16 2019 + +- [#5966](https://github.com/MetaMask/metamask-extension/pull/5966): Update Slovenian translation +- [#6005](https://github.com/MetaMask/metamask-extension/pull/6005): Set auto conversion off for token/eth conversion +- [#6008](https://github.com/MetaMask/metamask-extension/pull/6008): Fix confirm screen for sending ether tx with hex data +- [#5999](https://github.com/MetaMask/metamask-extension/pull/5999): Refine app description +- [#5997](https://github.com/MetaMask/metamask-extension/pull/5997): Harden Drizzle test runner script +- [#5995](https://github.com/MetaMask/metamask-extension/pull/5995): Fix bug where MetaMask user calls non-standard ERC20 methods such as `mint`, `tokenData` will be `undefined` and an uncaught error will break the UI +- [#5970](https://github.com/MetaMask/metamask-extension/pull/5970): Fixed a word in french translation (several occurrences of connection instead of connexion) +- [#5977](https://github.com/MetaMask/metamask-extension/pull/5977): Fix Component#componentDidUpdate usage +- [#5992](https://github.com/MetaMask/metamask-extension/pull/5992): Add scrolling button to account list +- [#5989](https://github.com/MetaMask/metamask-extension/pull/5989): fix typo in phishing.html title + ## 5.3.0 Wed Jan 02 2019 - [#5978](https://github.com/MetaMask/metamask-extension/pull/5978): Fix etherscan links on notifications diff --git a/app/manifest.json b/app/manifest.json index 6c35c6989..c3e42dd4d 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.3.0", + "version": "5.3.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |