mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
changelog - inf reload detection hotfix
This commit is contained in:
parent
6f8370fce8
commit
5ea7d738d2
@ -3,14 +3,16 @@
|
|||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
- Temporarily disable extension reload detection causing infinite reload bug.
|
- Temporarily disable extension reload detection causing infinite reload bug.
|
||||||
- Fix transaction forever cached-as-pending bug.
|
## 2.14.0 2016-12-16
|
||||||
|
|
||||||
- Removed Morden testnet provider from provider menu.
|
- Removed Morden testnet provider from provider menu.
|
||||||
|
- Add support for notices.
|
||||||
|
- Fix broken reload detection.
|
||||||
|
- Fix transaction forever cached-as-pending bug.
|
||||||
|
|
||||||
## 2.13.11 2016-11-23
|
## 2.13.11 2016-11-23
|
||||||
|
|
||||||
- Add support for synchronous RPC method "eth_uninstallFilter".
|
- Add support for synchronous RPC method "eth_uninstallFilter".
|
||||||
- Add support for notices.
|
|
||||||
- Add support for working links.
|
|
||||||
|
|
||||||
## 2.13.10 2016-11-22
|
## 2.13.10 2016-11-22
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "2.13.11",
|
"version": "2.14.0",
|
||||||
"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