Skip to content

Commit 144c792

Browse files
Release/13.9.0 changelog (#37621)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** <!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions: 1. What is the reason for the change? 2. What is the improvement/solution? --> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/37621?quickstart=1) ## **Changelog** <!-- If this PR is not End-User-Facing and should not show up in the CHANGELOG, you can choose to either: 1. Write `CHANGELOG entry: null` 2. Label with `no-changelog` If this PR is End-User-Facing, please write a short User-Facing description in the past tense like: `CHANGELOG entry: Added a new tab for users to see their NFTs` `CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker` (This helps the Release Engineer do their job more quickly and accurately) --> CHANGELOG entry: null ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates CHANGELOG for 13.9.0, consolidating entries (removing Uncategorized) and adding key Added/Fixed items and link refs. > > - **CHANGELOG (13.9.0)**: > - **Added**: > - Feature flag to hide Monad in “Add Popular Network”. > - Bitcoin snap to `1.4.4`; enable Bitcoin swaps. > - Claims list/view; network/account selector in claims form; handle submit backend errors. > - Reset Wallet for social-login unrecoverable errors. > - Revocation flow for advanced permissions; trust signals on spender addresses. > - Unlock flow animations; wallet ready page updates; Rive animation on welcome. > - Burn/null recipient blocker; points estimate for swaps/bridges. > - MONAD network (bridge & swap); DeFi positions fetch optimization. > - UI improvements (file uploader, settings back button, rewards balance, asset ordering, deep link handling). > - Move "Discover" to global menu; upgrade permissions snaps to `0.5.0`. > - **Fixed**: > - Duplicate tokens in search; shield crypto approval calc and flicker; fox icon styles; NFT lingering after transfer. > - Bridge-enabled check before nav; padding in simulation details; default receiving network order. > - Ledger tutorial link; invalid SRP handling; intermittent subscription visibility; default BTC pair. > - Smart tx link; crash on wallet init; sanitize Unicode in signatures; ENS recipient display; phishing page href. > - Token name truncation; bip44 connection indicator; missing approval changes in batch simulations; defer UI until swap SSE quotes load. > - Bump `@metamask/message-signing-snap` to `1.1.4`; quicker QuickNode failover; default bridge slippage to 2%. > - Structural: > - Remove `Uncategorized` section; fold items into Added/Fixed. > - Update version link references at footer. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit fdbf818. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 0ba1352 commit 144c792

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [13.9.0]
1111

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-
2612
### Added
2713

2814
- Added feature flag support to temporarily hide Monad (and other networks) from the “Add Popular Network” list. (#37532)
@@ -33,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3319
- Updated the unlock wallet flow with animation changes. (#37412)
3420
- Introduce burn/null recipient address blocker alert (#37531)
3521
- Points estimate for swaps/bridges (#37529)
36-
- feat: updated wallet ready page PR - 2 (#36839)
22+
- Updates wallet ready page (#36839)
3723
- Adds MONAD network with bridge & swap support (#37283)
3824
- Changed how DeFi positions are fetch in the client to reduce amount of calls (#37215)
3925
- Implemented the Rive animation setup using the `@rive-app/react-canvas` package and updated the welcome page by (#36113)
@@ -48,6 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4834
- Handle shield deep link link.metamask.io/shield (#37446)
4935
- Handle claims submit backend errors (#37391)
5036
- 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)
5140

5241
### Fixed
5342

@@ -72,6 +61,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7261
- Re-add connection indicator to bip44 account cell (#36423)
7362
- Fixed issue where approval changes were sometimes missing in transaction simulations for batch transactions. (#37347)
7463
- 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)
7568

7669
## [13.8.0]
7770

0 commit comments

Comments
 (0)