mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Version 6 RC1 (#6117)
* Version 6 RC1 * Make gas input feature more readable * Update CHANGELOG.md with additional 6.0.0 changes
This commit is contained in:
parent
cb0e421b55
commit
140fcb4bf1
11
CHANGELOG.md
11
CHANGELOG.md
@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
## Current Develop Branch
|
## Current Develop Branch
|
||||||
|
|
||||||
|
## 6.0.0 Thu Feb 07 2019
|
||||||
|
|
||||||
|
- [#6082](https://github.com/MetaMask/metamask-extension/pull/6082): Migrate all users to the new UI
|
||||||
|
- [#6114](https://github.com/MetaMask/metamask-extension/pull/6114): Add setting for inputting gas price with a text field for advanced users.
|
||||||
|
- [#6091](https://github.com/MetaMask/metamask-extension/pull/6091): Add Swap feature to CurrencyInput
|
||||||
|
- [#6090](https://github.com/MetaMask/metamask-extension/pull/6090): Change gas labels to Slow/Average/Fast
|
||||||
|
- [#6112](https://github.com/MetaMask/metamask-extension/pull/6112): Extract advanced gas input controls to their own component
|
||||||
|
- [#5929](https://github.com/MetaMask/metamask-extension/pull/5929): Update design of phishing warning screen
|
||||||
|
- [#6120](https://github.com/MetaMask/metamask-extension/pull/6120): Add class to sign footer button
|
||||||
|
- [#6116](https://github.com/MetaMask/metamask-extension/pull/6116): Fix locale codes contains underscore never being preferred
|
||||||
|
|
||||||
## 5.3.5 Mon Feb 4 2019
|
## 5.3.5 Mon Feb 4 2019
|
||||||
|
|
||||||
- [#6084](https://github.com/MetaMask/metamask-extension/pull/6087): Privacy mode fixes
|
- [#6084](https://github.com/MetaMask/metamask-extension/pull/6087): Privacy mode fixes
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_appName__",
|
"name": "__MSG_appName__",
|
||||||
"short_name": "__MSG_appName__",
|
"short_name": "__MSG_appName__",
|
||||||
"version": "5.3.5",
|
"version": "6.0.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