Skip to content

Commit

Permalink
Merge branch 'develop' into brian/migrate-token-detection-enable
Browse files Browse the repository at this point in the history
  • Loading branch information
bergeron authored Aug 27, 2024
2 parents d0ef069 + 4d82374 commit ef855fc
Show file tree
Hide file tree
Showing 18 changed files with 448 additions and 1,572 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [12.0.6]
### Changed
- Improve error diagnostics ([#26482](https://github.com/MetaMask/metamask-extension/pull/26482))

### Fixed
- Fix errors in error diagnistics on Firefox ([#26467](https://github.com/MetaMask/metamask-extension/pull/26467))
- Prevent pending transactions from causing excessive disk space usage ([#26485](https://github.com/MetaMask/metamask-extension/pull/26485))
- This is a repeat of the fix included in v12.0.1; it wasn't working for all users, but it should now.
- Prevent UI crash while signature confirmation is closing ([#26248](https://github.com/MetaMask/metamask-extension/pull/26248))

## [12.0.5]
### Fixed
- Prevent network selection per dapp from breaking if the rpc url of the currently selected network is edited ([#26453](https://github.com/MetaMask/metamask-extension/pull/26453))
Expand Down Expand Up @@ -4918,7 +4928,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c
- Added the ability to restore accounts from seed words.


[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.0.5...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v12.0.6...HEAD
[12.0.6]: https://github.com/MetaMask/metamask-extension/compare/v12.0.5...v12.0.6
[12.0.5]: https://github.com/MetaMask/metamask-extension/compare/v12.0.4...v12.0.5
[12.0.4]: https://github.com/MetaMask/metamask-extension/compare/v12.0.3...v12.0.4
[12.0.3]: https://github.com/MetaMask/metamask-extension/compare/v12.0.2...v12.0.3
Expand Down
1 change: 1 addition & 0 deletions app/images/moonbeam-token.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 45 additions & 16 deletions app/images/moonbeam.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/images/moonriver-token.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ef855fc

Please sign in to comment.