mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Version 4.6.1
This commit is contained in:
parent
5736a1f46d
commit
477063a5a0
@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
## 4.6.1 Mon Apr 30 2018
|
||||||
|
|
||||||
|
- Fix bug where sending a transaction resulted in an infinite spinner
|
||||||
|
- Allow transactions with a 0 gwei gas price
|
||||||
|
- Handle encoding errors in ERC20 symbol + digits
|
||||||
|
- Fix ShapeShift forms (new + old ui)
|
||||||
|
- Fix sourcemaps
|
||||||
|
|
||||||
## 4.6.0 Thu Apr 26 2018
|
## 4.6.0 Thu Apr 26 2018
|
||||||
|
|
||||||
- Correctly format currency conversion for locally selected preferred currency.
|
- Correctly format currency conversion for locally selected preferred currency.
|
||||||
@ -9,7 +17,6 @@
|
|||||||
- Fetch token prices based on contract address, not symbol
|
- Fetch token prices based on contract address, not symbol
|
||||||
- Fix bug that prevents setting language locale in settings.
|
- Fix bug that prevents setting language locale in settings.
|
||||||
- Show checksum addresses throughout the UI
|
- Show checksum addresses throughout the UI
|
||||||
- Allow transactions with a 0 gwei gas price
|
|
||||||
|
|
||||||
## 4.5.5 Fri Apr 06 2018
|
## 4.5.5 Fri Apr 06 2018
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_appName__",
|
"name": "__MSG_appName__",
|
||||||
"short_name": "__MSG_appName__",
|
"short_name": "__MSG_appName__",
|
||||||
"version": "4.6.0",
|
"version": "4.6.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "https://metamask.io",
|
"author": "https://metamask.io",
|
||||||
"description": "__MSG_appDescription__",
|
"description": "__MSG_appDescription__",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user