aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2019-03-27 01:03:15 +0800
committerDan Finlay <542863+danfinlay@users.noreply.github.com>2019-03-27 01:03:15 +0800
commit91c4c3bdce4c6a5e1873a9b3922db1594dadc474 (patch)
tree3260aac9e7b9b661e083b57ab7d47175f2131ff6
parent2a0b98492a6f29015940d0798654e6dc864df2c3 (diff)
downloadtangerine-wallet-browser-91c4c3bdce4c6a5e1873a9b3922db1594dadc474.tar
tangerine-wallet-browser-91c4c3bdce4c6a5e1873a9b3922db1594dadc474.tar.gz
tangerine-wallet-browser-91c4c3bdce4c6a5e1873a9b3922db1594dadc474.tar.bz2
tangerine-wallet-browser-91c4c3bdce4c6a5e1873a9b3922db1594dadc474.tar.lz
tangerine-wallet-browser-91c4c3bdce4c6a5e1873a9b3922db1594dadc474.tar.xz
tangerine-wallet-browser-91c4c3bdce4c6a5e1873a9b3922db1594dadc474.tar.zst
tangerine-wallet-browser-91c4c3bdce4c6a5e1873a9b3922db1594dadc474.zip
Version 6.3.0 (#6350)v6.3.0
-rw-r--r--CHANGELOG.md15
-rw-r--r--app/manifest.json2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index abd1b4dc4..bada9b8b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
## Current Develop Branch
+## 6.3.0 Mon Mar 25 2019
+
+- [#6300](https://github.com/MetaMask/metamask-extension/pull/6300): Gas chart hidden on custom networks
+- [#6301](https://github.com/MetaMask/metamask-extension/pull/6301): Fix gas fee in the submitted step of the transaction details activity log
+- [#6302](https://github.com/MetaMask/metamask-extension/pull/6302): Replaces the coinbase link in the deposit modal with one for wyre
+- [#6307](https://github.com/MetaMask/metamask-extension/pull/6307): Centre the notification in the current window
+- [#6312](https://github.com/MetaMask/metamask-extension/pull/6312): Fixes popups not showing when screen size is odd
+- [#6326](https://github.com/MetaMask/metamask-extension/pull/6326): Fix oversized loading overlay on gas customization modal.
+- [#6330](https://github.com/MetaMask/metamask-extension/pull/6330): Stop reloading dapps on network change allowing dapps to decide if it should refresh or not
+- [#6332](https://github.com/MetaMask/metamask-extension/pull/6332): Enable mobile sync
+- [#6333](https://github.com/MetaMask/metamask-extension/pull/6333): Redesign of the settings screen
+- [#6340](https://github.com/MetaMask/metamask-extension/pull/6340): Cancel transactions and signature requests on the closing of notification windows
+- [#6341](https://github.com/MetaMask/metamask-extension/pull/6341): Disable transaction "Cancel" button when balance is insufficient
+- [#6347](https://github.com/MetaMask/metamask-extension/pull/6347): Enable privacy mode by default for first time users
+
## 6.2.2 Tue Mar 12 2019
- [#6271](https://github.com/MetaMask/metamask-extension/pull/6271): Centre all notification popups
diff --git a/app/manifest.json b/app/manifest.json
index df5b67bb9..6837adf61 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
- "version": "6.2.2",
+ "version": "6.3.0",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "__MSG_appDescription__",