mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Version 2.11.2
This commit is contained in:
parent
440cdf8774
commit
03094091d1
@ -2,10 +2,13 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
- Fixed bug where opening MetaMask could close a non-metamask popup.
|
## 2.12.0 2016-09-14
|
||||||
- Fixed memory leak that caused occasional crashes.
|
|
||||||
|
|
||||||
- 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 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
|
||||||
|
|
||||||
- Fix bug that prevented caches from being cleared in Opera.
|
- Fix bug that prevented caches from being cleared in Opera.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "2.11.1",
|
"version": "2.11.2",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "https://metamask.io",
|
"author": "https://metamask.io",
|
||||||
"description": "Ethereum Browser Extension",
|
"description": "Ethereum Browser Extension",
|
||||||
|
Loading…
Reference in New Issue
Block a user