Merge pull request #669 from MetaMask/Version-2.12.1

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

@ -2,15 +2,17 @@
## Current Master ## Current Master
## 2.12.1 2016-09-14
- Fixed bug where if you send a transaction from within MetaMask extension the - Fixed bug where if you send a transaction from within MetaMask extension the
popup notification opens up. popup notification opens up.
- Fixed bug where some tx errors would block subsequent txs until the plugin was refreshed.
## 2.12.0 2016-09-14 ## 2.12.0 2016-09-14
- Add a QR button to the Account detail screen - Add a QR button to the Account detail screen
- Fixed bug where opening MetaMask could close a non-metamask popup. - Fixed bug where opening MetaMask could close a non-metamask popup.
- Fixed memory leak that caused occasional crashes. - Fixed memory leak that caused occasional crashes.
- Fixed bug where some tx errors would block subsequent txs until the plugin was refreshed.
## 2.11.1 2016-09-12 ## 2.11.1 2016-09-12

@ -1,7 +1,7 @@
{ {
"name": "MetaMask", "name": "MetaMask",
"short_name": "Metamask", "short_name": "Metamask",
"version": "2.12.0", "version": "2.12.1",
"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