mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #8906 from MetaMask/master
Sync `master` with `develop`
This commit is contained in:
commit
06eaeef12c
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
## Current Develop Branch
|
## Current Develop Branch
|
||||||
|
|
||||||
|
## 8.0.1 Thu Jul 02 2020
|
||||||
|
- [#8874](https://github.com/MetaMask/metamask-extension/pull/8874): Fx overflow behaviour of add token list
|
||||||
|
- [#8885](https://github.com/MetaMask/metamask-extension/pull/8885): Show `origin` in connect flow rather than site name
|
||||||
|
- [#8883](https://github.com/MetaMask/metamask-extension/pull/8883): Allow setting a custom nonce of zero
|
||||||
|
- [#8889](https://github.com/MetaMask/metamask-extension/pull/8889): Fix language code format mismatch
|
||||||
|
- [#8891](https://github.com/MetaMask/metamask-extension/pull/8891): Prevent showing connected accounts without origin
|
||||||
|
- [#8893](https://github.com/MetaMask/metamask-extension/pull/8893): Prevent manually connecting to extension UI
|
||||||
|
- [#8895](https://github.com/MetaMask/metamask-extension/pull/8895): Allow localized messages to not use substitutions
|
||||||
|
- [#8897](https://github.com/MetaMask/metamask-extension/pull/8897): Update eth-keyring-controller to fix erasure of imported/hardware account names
|
||||||
|
- [#8896](https://github.com/MetaMask/metamask-extension/pull/8896): Include relative time polyfill locale data
|
||||||
|
- [#8898](https://github.com/MetaMask/metamask-extension/pull/8898): Replace percentage opacity value
|
||||||
|
|
||||||
## 8.0.0 Mon Jun 23 2020
|
## 8.0.0 Mon Jun 23 2020
|
||||||
- [#7004](https://github.com/MetaMask/metamask-extension/pull/7004): Add permission system
|
- [#7004](https://github.com/MetaMask/metamask-extension/pull/7004): Add permission system
|
||||||
- [#7261](https://github.com/MetaMask/metamask-extension/pull/7261): Search accounts by name
|
- [#7261](https://github.com/MetaMask/metamask-extension/pull/7261): Search accounts by name
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_appName__",
|
"name": "__MSG_appName__",
|
||||||
"short_name": "__MSG_appName__",
|
"short_name": "__MSG_appName__",
|
||||||
"version": "8.0.0",
|
"version": "8.0.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