mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
commit
ba21195a49
@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
## 2.7.1 2016-07-27
|
||||||
|
|
||||||
- Fix bug where web3 would sometimes not be injected in time for the application.
|
- Fix bug where web3 would sometimes not be injected in time for the application.
|
||||||
- Fixed bug where sometimes when opening the plugin, it would not fully open until closing and re-opening.
|
- Fixed bug where sometimes when opening the plugin, it would not fully open until closing and re-opening.
|
||||||
- Got most functionality working within Firefox.
|
- Got most functionality working within Firefox (still working on review process before it can be available).
|
||||||
- Fixed menu dropdown bug introduced in Chrome 52.
|
- Fixed menu dropdown bug introduced in Chrome 52.
|
||||||
|
|
||||||
## 2.7.0 2016-07-21
|
## 2.7.0 2016-07-21
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "2.7.0",
|
"version": "2.7.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "Ethereum Browser Extension",
|
"description": "Ethereum Browser Extension",
|
||||||
"icons": {
|
"icons": {
|
||||||
|
Loading…
Reference in New Issue
Block a user