From 25323c8e18b5f568737486bb2da4e8877df9a7b3 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 10 May 2019 15:38:32 -0700 Subject: [PATCH 1/2] Version 6.5.0 RC1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ app/manifest.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d62a32a25..7d2e4b06d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ ## Current Develop Branch +## 6.5.0 Fri May 10 2019 + +- [#6568](https://github.com/MetaMask/metamask-extension/pull/6568): feature: integrate gaba/PhishingController +- [#6595](https://github.com/MetaMask/metamask-extension/pull/6595): Fix RPC URL message key casing +- [#6490](https://github.com/MetaMask/metamask-extension/pull/6490): * Add networks tab to settings, with header. +- [#6583](https://github.com/MetaMask/metamask-extension/pull/6583): * eslint: Check for unused function arguments +- [#6567](https://github.com/MetaMask/metamask-extension/pull/6567): * Adds a transactionCategory to txMeta for use in UI +- [#6558](https://github.com/MetaMask/metamask-extension/pull/6558): * Add i18n strings +- [#6578](https://github.com/MetaMask/metamask-extension/pull/6578): * Remove KNOWN_ADDRESS_ERROR from error objects +- [#6581](https://github.com/MetaMask/metamask-extension/pull/6581): Bump eth-json-rpc-filters and eth-contract-metadata +- [#6577](https://github.com/MetaMask/metamask-extension/pull/6577): Fix integration tests: completedUiMigration state and fetch + ethquery mocking +- [#6575](https://github.com/MetaMask/metamask-extension/pull/6575): Fix nock usages in unit tests +- [#6557](https://github.com/MetaMask/metamask-extension/pull/6557): * Add basic drag and drop functionality to seed phrase entry. +- [#6543](https://github.com/MetaMask/metamask-extension/pull/6543): * i18n: Don't translate null or undefined key +- [#6565](https://github.com/MetaMask/metamask-extension/pull/6565): Adds NPM scripts for running a dapp, and dapp + chain, locally. +- [#6546](https://github.com/MetaMask/metamask-extension/pull/6546): Add suffix to title text only when it exists +- [#6410](https://github.com/MetaMask/metamask-extension/pull/6410): * Ensure home screen does not render if there are unapproved txs (#6501) +- [#6526](https://github.com/MetaMask/metamask-extension/pull/6526): Include token checksum address in prices lookup for token rates +- [#6500](https://github.com/MetaMask/metamask-extension/pull/6500): * Send metrics event from backend for on chain transaction failures +- [#6502](https://github.com/MetaMask/metamask-extension/pull/6502): * Add subheader to all settings subviews +- [#6501](https://github.com/MetaMask/metamask-extension/pull/6501): * Ensure that the confirm screen renders before the home screen if there are unapproved txs. + ## 6.4.1 Fri Apr 26 2019 - [#6521](https://github.com/MetaMask/metamask-extension/pull/6521): Revert "Adds 4byte registry fallback to getMethodData()" to fix stalling bug. diff --git a/app/manifest.json b/app/manifest.json index bd10f60da..1d194a154 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "6.4.1", + "version": "6.5.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", From 55764b71bb850d53fc339dba32454ad28a616e43 Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Mon, 13 May 2019 13:51:19 -0230 Subject: [PATCH 2/2] Improve changelog for 6.5.0 --- CHANGELOG.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2e4b06d..46cb9e063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,24 +5,13 @@ ## 6.5.0 Fri May 10 2019 - [#6568](https://github.com/MetaMask/metamask-extension/pull/6568): feature: integrate gaba/PhishingController -- [#6595](https://github.com/MetaMask/metamask-extension/pull/6595): Fix RPC URL message key casing -- [#6490](https://github.com/MetaMask/metamask-extension/pull/6490): * Add networks tab to settings, with header. -- [#6583](https://github.com/MetaMask/metamask-extension/pull/6583): * eslint: Check for unused function arguments -- [#6567](https://github.com/MetaMask/metamask-extension/pull/6567): * Adds a transactionCategory to txMeta for use in UI -- [#6558](https://github.com/MetaMask/metamask-extension/pull/6558): * Add i18n strings -- [#6578](https://github.com/MetaMask/metamask-extension/pull/6578): * Remove KNOWN_ADDRESS_ERROR from error objects -- [#6581](https://github.com/MetaMask/metamask-extension/pull/6581): Bump eth-json-rpc-filters and eth-contract-metadata -- [#6577](https://github.com/MetaMask/metamask-extension/pull/6577): Fix integration tests: completedUiMigration state and fetch + ethquery mocking -- [#6575](https://github.com/MetaMask/metamask-extension/pull/6575): Fix nock usages in unit tests -- [#6557](https://github.com/MetaMask/metamask-extension/pull/6557): * Add basic drag and drop functionality to seed phrase entry. -- [#6543](https://github.com/MetaMask/metamask-extension/pull/6543): * i18n: Don't translate null or undefined key -- [#6565](https://github.com/MetaMask/metamask-extension/pull/6565): Adds NPM scripts for running a dapp, and dapp + chain, locally. -- [#6546](https://github.com/MetaMask/metamask-extension/pull/6546): Add suffix to title text only when it exists -- [#6410](https://github.com/MetaMask/metamask-extension/pull/6410): * Ensure home screen does not render if there are unapproved txs (#6501) +- [#6490](https://github.com/MetaMask/metamask-extension/pull/6490): Redesign custom RPC form +- [#6558](https://github.com/MetaMask/metamask-extension/pull/6558): Adds auto logout with customizable time frame +- [#6578](https://github.com/MetaMask/metamask-extension/pull/6578): Fixes ability to send to token contract addresses +- [#6557](https://github.com/MetaMask/metamask-extension/pull/6557): Adds drag and drop functionality to seed phrase entry. - [#6526](https://github.com/MetaMask/metamask-extension/pull/6526): Include token checksum address in prices lookup for token rates -- [#6500](https://github.com/MetaMask/metamask-extension/pull/6500): * Send metrics event from backend for on chain transaction failures -- [#6502](https://github.com/MetaMask/metamask-extension/pull/6502): * Add subheader to all settings subviews -- [#6501](https://github.com/MetaMask/metamask-extension/pull/6501): * Ensure that the confirm screen renders before the home screen if there are unapproved txs. +- [#6502](https://github.com/MetaMask/metamask-extension/pull/6502): Add subheader to all settings subviews +- [#6501](https://github.com/MetaMask/metamask-extension/pull/6501): Improve confirm screen loading performance by fixing home screen rendering bug ## 6.4.1 Fri Apr 26 2019 @@ -30,7 +19,7 @@ ## 6.4.0 Wed Apr 17 2019 -- [#6445](https://github.com/MetaMask/metamask-extension/pull/6445): * Move send to pages/ +- [#6445](https://github.com/MetaMask/metamask-extension/pull/6445): * Move send to pages/ - [#6470](https://github.com/MetaMask/metamask-extension/pull/6470): update publishing.md with dev diagram - [#6403](https://github.com/MetaMask/metamask-extension/pull/6403): Update to eth-method-registry@1.2.0 - [#6468](https://github.com/MetaMask/metamask-extension/pull/6468): Fix switcher height when Custom RPC is selected or loading