From fcab1618901a408e461ff96f600343a70d7d476e Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 29 Apr 2016 17:20:38 -0700 Subject: Version 1.7.0 --- CHANGELOG.md | 6 ++++-- app/manifest.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9624d6c..9572862c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 1.7.0 2016-04-29 + - Account detail view is now the primary view. - The account detail view now has a "Change acct" button which shows the account list. - Clicking accounts in the account list now both selects that account and displays that account's detail view. @@ -14,7 +16,7 @@ - Fixed transaction links to etherscan blockchain explorer. - Fixed some UI transitions that had weird behavior. -# 1.6.0 2016-04-22 +## 1.6.0 2016-04-22 - Pending transactions are now persisted to localStorage and resume even after browser is closed. - Completed transactions are now persisted and can be displayed via UI. @@ -26,7 +28,7 @@ - Improve config view styling. - Users have been migrated from old test-net RPC to a newer test-net RPC. -# 1.5.1 2016-04-15 +## 1.5.1 2016-04-15 - Corrected text above account list. Selected account is visible to all sites, not just the current domain. - Merged the UI codebase into the main plugin codebase for simpler maintenance. diff --git a/app/manifest.json b/app/manifest.json index 68aaad292..2990c3626 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "Metamask", - "version": "1.6.0", + "version": "1.7.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { -- cgit v1.2.3