mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 15:50:28 +01:00
Merge pull request #5540 from MetaMask/master
Merge master into develop
This commit is contained in:
commit
3f4c389fde
23
CHANGELOG.md
23
CHANGELOG.md
@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
## Current Develop Branch
|
## Current Develop Branch
|
||||||
|
|
||||||
|
## 4.16.0 Wednesday October 17 2018
|
||||||
|
|
||||||
|
- Feature: Add toggle for primary currency (eth/fiat)
|
||||||
|
- Feature: add tooltip for view etherscan tx
|
||||||
|
- Feature: add Polish translations
|
||||||
|
- Feature: improve Korean translations
|
||||||
|
- Feature: improve Italian translations
|
||||||
|
- Bug Fix: Fix bug with "pending" block reference
|
||||||
|
- Bug Fix: Force AccountTracker to update balances on network change
|
||||||
|
- Bug Fix: Fix document extension check when injecting web3
|
||||||
|
- Bug Fix: Fix some support links
|
||||||
|
|
||||||
|
## 4.15.0 Thursday October 11 2018
|
||||||
|
|
||||||
|
- A rollback release, equivalent to `v4.11.1` to be deployed in the case that `v4.14.0` is found to have bugs.
|
||||||
|
|
||||||
## 4.14.0 Thursday October 11 2018
|
## 4.14.0 Thursday October 11 2018
|
||||||
|
|
||||||
- Update transaction statuses when switching networks.
|
- Update transaction statuses when switching networks.
|
||||||
@ -9,13 +25,14 @@
|
|||||||
- Added rudimentary support for the subscription API to support web3 1.0 and Truffle's Drizzle.
|
- Added rudimentary support for the subscription API to support web3 1.0 and Truffle's Drizzle.
|
||||||
- [#5502](https://github.com/MetaMask/metamask-extension/pull/5502) Update Italian translation.
|
- [#5502](https://github.com/MetaMask/metamask-extension/pull/5502) Update Italian translation.
|
||||||
|
|
||||||
## 4.12.0 Thursday September 27 2018
|
|
||||||
|
|
||||||
- Reintroduces changes from 4.10.0
|
|
||||||
## 4.13.0
|
## 4.13.0
|
||||||
|
|
||||||
- A rollback release, equivalent to `v4.11.1` to be deployed in the case that `v4.12.0` is found to have bugs.
|
- A rollback release, equivalent to `v4.11.1` to be deployed in the case that `v4.12.0` is found to have bugs.
|
||||||
|
|
||||||
|
## 4.12.0 Thursday September 27 2018
|
||||||
|
|
||||||
|
- Reintroduces changes from 4.10.0
|
||||||
|
|
||||||
## 4.11.1 Tuesday September 25 2018
|
## 4.11.1 Tuesday September 25 2018
|
||||||
|
|
||||||
- Adds Ledger support.
|
- Adds Ledger support.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_appName__",
|
"name": "__MSG_appName__",
|
||||||
"short_name": "__MSG_appName__",
|
"short_name": "__MSG_appName__",
|
||||||
"version": "4.14.0",
|
"version": "4.16.0",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "https://metamask.io",
|
"author": "https://metamask.io",
|
||||||
"description": "__MSG_appDescription__",
|
"description": "__MSG_appDescription__",
|
||||||
|
Loading…
Reference in New Issue
Block a user