mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
Version 1.7.0
This commit is contained in:
parent
6a6811f1d1
commit
fcab161890
@ -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.
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user