Skip to content

Commit d60faaf

Browse files
authored
Merge branch 'main' into dapp_shield_ui_fixes
2 parents 72b8e2b + b99a059 commit d60faaf

File tree

159 files changed

+3436
-2513
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+3436
-2513
lines changed

CHANGELOG.md

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,72 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [13.9.0]
11+
12+
### Added
13+
14+
- Added feature flag support to temporarily hide Monad (and other networks) from the “Add Popular Network” list. (#37532)
15+
- Update bitcoin snap to 1.4.4 (#37537)
16+
- Added claims list and view page (#35800)
17+
- Added `Reset Wallet` feature for social-login unlock to reset the wallet if user encounters unrecoverable errors. (#36223)
18+
- Enabled revocation flow of advance permissions (#37209)
19+
- Updated the unlock wallet flow with animation changes. (#37412)
20+
- Introduce burn/null recipient address blocker alert (#37531)
21+
- Points estimate for swaps/bridges (#37529)
22+
- Updates wallet ready page (#36839)
23+
- Adds MONAD network with bridge & swap support (#37283)
24+
- Changed how DeFi positions are fetch in the client to reduce amount of calls (#37215)
25+
- Implemented the Rive animation setup using the `@rive-app/react-canvas` package and updated the welcome page by (#36113)
26+
integrating the Rive animation and enhancing the UI
27+
- Fix subscription crypto approval screen loading flicker (#37409)
28+
- Added network and account selector to claims form (#37434)
29+
- Add back button to Settings inner pages (#37486)
30+
- Show rewards balance (#37361)
31+
- Added support for trust signals on spender addresses within Confirmations. (#36431)
32+
- Changed order of assets when their fiat balances are the same (#37457)
33+
- Register subscription and redirect to shield settings after shield crypto approval confirmation (#36748)
34+
- Handle shield deep link link.metamask.io/shield (#37446)
35+
- Handle claims submit backend errors (#37391)
36+
- UI and functionality improvement for file uploader (#37353)
37+
- Enables the bitcoin swaps features (#37587)
38+
- Move "Discover" button to global menu (#37551)
39+
- Upgrade @metamask-permissions-snap from `0.4.1` to `0.5.0` an @metamask/permissions-kernel-snap from `0.4.0` to `0.5.0` (#37534)
40+
41+
### Fixed
42+
43+
- Fixes a bug that makes users see duplicate tokens in search tokens modal when on popular networks. (#37568)
44+
- Fix incorrect shield crypto approval calculation (#37572)
45+
- Fixes styles for the fox icon when selecting future ETH as a gas token (#37577)
46+
- Fixes a bug where when a user no longer owns an NFT it still shows up in the list when clicking Send button from home page. (#37558)
47+
- Verify that network is bridge-enabled before navigating to the Bridge page (#37556)
48+
- Fixed the padding in the transaction simulation details (#37511)
49+
- Sets a default network order for the receiving addresses. (#37467)
50+
- Fix the broken link of Ledger connection toturial. (#37216)
51+
- Updated the error handling for invalid SRP (#37470)
52+
- Fix intermittent stripe checkout succeed subscription not shown (#37453)
53+
- Updated default pair for BTC (#37512)
54+
- Fixed the smart transaction link (#37461)
55+
- Fixed a crash that could occur during wallet initialization when connecting to dapps (#37234)
56+
- Fixed string sanitize for bidirectional Unicode control characters to hide in signature requests (#37056)
57+
- Simulation Details - Displayed "No changes" in a single line (#37464)
58+
- Fix showing ENS recipient if it's typed in the send flow (#37047)
59+
- Use correct href for phishing page proceed anyway button (#36871)
60+
- Token name truncation (#37429)
61+
- Re-add connection indicator to bip44 account cell (#36423)
62+
- Fixed issue where approval changes were sometimes missing in transaction simulations for batch transactions. (#37347)
63+
- Defer UI actions until swap SSE quotes are fully loaded (#37336)
64+
- @metamask/message-signing-snap to version 1.1.4 (#37579)
65+
- Decrease time before activating QuickNode when Infura is degraded or unavailable; decrease time before allowing users to (#37002)
66+
interact with a custom network following connection issues
67+
- Update default bridge slippage to 2% (#37367)
68+
- Stops reloading of animation once completed (#37581)
69+
- Fixes error saying alIgnoredTokens is undefined (#37660)
70+
- Fixes unexpected error modal shown after user has cancelled the social login in firefox (#37658)
71+
- Fixes infinite spinner shown on send flow when sending very low BTC (#37657)
72+
- Fixed a bug causing advanced permissions requests on mainnet to fail before showing the permission picker (#37675)
73+
- Fixes BTC redeposits not shown in individual asset activity (#37732)
74+
- Automatically creates new account types on wallet unlock (#37762)
75+
1076
## [13.8.0]
1177

1278
### Added
@@ -1069,7 +1135,8 @@ authorized by the user.` error until the user fully revoked dapp
10691135
- This changelog was split off with 12.22.0
10701136
- All older changes can be found in [docs/CHANGELOG_older.md](https://github.com/MetaMask/metamask-extension/blob/main/docs/CHANGELOG_older.md)
10711137

1072-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.8.0...HEAD
1138+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.9.0...HEAD
1139+
[13.9.0]: https://github.com/MetaMask/metamask-extension/compare/v13.8.0...v13.9.0
10731140
[13.8.0]: https://github.com/MetaMask/metamask-extension/compare/v13.7.0...v13.8.0
10741141
[13.7.0]: https://github.com/MetaMask/metamask-extension/compare/v13.6.0...v13.7.0
10751142
[13.6.0]: https://github.com/MetaMask/metamask-extension/compare/v13.5.0...v13.6.0

app/_locales/en/messages.json

Lines changed: 33 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/en_GB/messages.json

Lines changed: 33 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/_locales/ga/messages.json

Lines changed: 0 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/images/icons/popup.svg

Lines changed: 3 additions & 0 deletions
Loading

app/images/icons/sidepanel.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)