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