aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-04-30 08:20:38 +0800
committerDan Finlay <dan@danfinlay.com>2016-04-30 08:20:38 +0800
commitfcab1618901a408e461ff96f600343a70d7d476e (patch)
tree8b013e65f24d9c5dc2b940274d4e3b3511a9dbaf /CHANGELOG.md
parent6a6811f1d1b6b2c0fcdefc39840f4fb878a5f6e8 (diff)
downloadtangerine-wallet-browser-fcab1618901a408e461ff96f600343a70d7d476e.tar
tangerine-wallet-browser-fcab1618901a408e461ff96f600343a70d7d476e.tar.gz
tangerine-wallet-browser-fcab1618901a408e461ff96f600343a70d7d476e.tar.bz2
tangerine-wallet-browser-fcab1618901a408e461ff96f600343a70d7d476e.tar.lz
tangerine-wallet-browser-fcab1618901a408e461ff96f600343a70d7d476e.tar.xz
tangerine-wallet-browser-fcab1618901a408e461ff96f600343a70d7d476e.tar.zst
tangerine-wallet-browser-fcab1618901a408e461ff96f600343a70d7d476e.zip
Version 1.7.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 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.