From c007fcab1aa4009d5647529f15a0364735ec95c2 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Tue, 17 Sep 2019 19:47:42 -0300 Subject: [PATCH] master => develop (#7182) * Version v7.1.1 * Version v7.2.0 * Version v7.2.1 * Update changelog for v7.2.1, v7.2.0, and v7.1.1 --- CHANGELOG.md | 16 +++++++++++++++- app/manifest.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e62cee8..f20abe56b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ ## Current Develop Branch - [#7168](https://github.com/MetaMask/metamask-extension/pull/7168): Add fixes for German translations +## 7.2.1 Tue Sep 17 2019 +- [#7180](https://github.com/MetaMask/metamask-extension/pull/7180): Add `appName` message to each locale + +## 7.2.0 Mon Sep 8, 2019 +- [#7099](https://github.com/MetaMask/metamask-extension/pull/7099): Update localization from Transifex Brave +- [#7137](https://github.com/MetaMask/metamask-extension/pull/7137): Fix validation of empty block explorer url's in custom network form +- [#7128](https://github.com/MetaMask/metamask-extension/pull/7128): Support for eth_signTypedData_v4 +- [#7110](https://github.com/MetaMask/metamask-extension/pull/7110): Adds `chaindIdChanged` event to the ethereum provider +- [#7091](https://github.com/MetaMask/metamask-extension/pull/7091): Improve browser performance issues caused by missing locale errors +- [#7085](https://github.com/MetaMask/metamask-extension/pull/7085): Prevent ineffectual speed ups of pending transactions that don't have the lowest nonce +- [#7156](https://github.com/MetaMask/metamask-extension/pull/7156): Set minimum Firefox version to v56.2 to support Waterfox +- [#7157](https://github.com/MetaMask/metamask-extension/pull/7157): Add polyfill for AbortController +- [#7161](https://github.com/MetaMask/metamask-extension/pull/7161): Replace `undefined` selectedAddress with `null` +- [#7171](https://github.com/MetaMask/metamask-extension/pull/7171): Fix recipient field of approve screen + ## 7.1.1 Tue Aug 27 2019 - [#7059](https://github.com/MetaMask/metamask-extension/pull/7059): Remove blockscale, replace with ethgasstation - [#7037](https://github.com/MetaMask/metamask-extension/pull/7037): Remove Babel 6 from internal dependencies @@ -13,7 +28,6 @@ - [#7072](https://github.com/MetaMask/metamask-extension/pull/7072): Right-to-left CSS (using module for conversion) - [#6878](https://github.com/MetaMask/metamask-extension/pull/6878): Persian translation - [#7012](https://github.com/MetaMask/metamask-extension/pull/7012): Added missed phrases to RU locale -- [#7099](https://github.com/MetaMask/metamask-extension/pull/7099): Update localization from Transifex Brave ## 7.1.0 Fri Aug 16 2019 - [#7035](https://github.com/MetaMask/metamask-extension/pull/7035): Filter non-ERC-20 assets during mobile sync (#7035) diff --git a/app/manifest.json b/app/manifest.json index 99e3a31ec..e89161fbc 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "7.1.1", + "version": "7.2.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__",