Merge pull request #1093 from MetaMask/Version-3.2.0

Version 3.2.0
feature/default_network_editable
Dan Finlay 8 years ago committed by GitHub
commit ce57957aa0
  1. 4
      CHANGELOG.md
  2. 2
      app/manifest.json

@ -2,9 +2,11 @@
## Current Master ## Current Master
## 3.2.0 2017-1-24
- Add ability to import accounts in JSON file format (used by Mist, Geth, MyEtherWallet, and more!)
- Fix unapproved messages not being included in extension badge. - Fix unapproved messages not being included in extension badge.
- Fix rendering bug where the Confirm transaction view would lets you approve transactions when the account has insufficient balance. - Fix rendering bug where the Confirm transaction view would lets you approve transactions when the account has insufficient balance.
- Add ability to import accounts in JSON file format (used by Mist, Geth, MyEtherWallet, and more!)
## 3.1.2 2017-1-24 ## 3.1.2 2017-1-24

@ -1,7 +1,7 @@
{ {
"name": "MetaMask", "name": "MetaMask",
"short_name": "Metamask", "short_name": "Metamask",
"version": "3.1.2", "version": "3.2.0",
"manifest_version": 2, "manifest_version": 2,
"author": "https://metamask.io", "author": "https://metamask.io",
"description": "Ethereum Browser Extension", "description": "Ethereum Browser Extension",

Loading…
Cancel
Save