Skip to content

Commit 5a2b80e

Browse files
gauthierpetetinmetamaskbotrunway-github[bot]n3psGudahtt
authored
release: sync stable to main for version 13.13.0 (#38566)
This PR syncs the stable branch to main for version 13.13.0. *Synchronization Process:* - Fetches the latest changes from the remote repository - Resets the branch to match the stable branch - Attempts to merge changes from main into the branch - Handles merge conflicts if they occur *File Preservation:* Preserves specific files from the stable branch: - CHANGELOG.md - bitrise.yml - android/app/build.gradle - ios/MetaMask.xcodeproj/project.pbxproj - package.json Indicates the next version candidate of main to 13.13.0 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates CHANGELOG with v13.12.0 release notes and adjusts Unreleased/compare links. > > - **Changelog**: > - Adds `13.12.0` release section with highlights: > - New Shield-related UI/behavior, sidepanel confirmations, balance empty states, BIP-44 UI default, and MegaETH Mainnet in `FEATURED_RPCS`. > - Numerous fixes across subscriptions/coverage, swaps/bridges, icons/balances/layout, hardware wallet flows, routing/navigation, and theme/animation handling. > - Updates reference links: sets `[Unreleased]` to compare from `v13.12.0` and adds `[13.12.0]` compare link. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 98b3639. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: metamaskbot <[email protected]> Co-authored-by: Gauthier Petetin <[email protected]> Co-authored-by: runway-github[bot] <73448015+runway-github[bot]@users.noreply.github.com> Co-authored-by: Francis Nepomuceno <[email protected]> Co-authored-by: Mark Stacey <[email protected]> Co-authored-by: David Murdoch <[email protected]> Co-authored-by: Jongsun Suh <[email protected]> Co-authored-by: Nguyen Anh Tu <[email protected]> Co-authored-by: Nidhi Kumari <[email protected]> Co-authored-by: ameliejyc <[email protected]> Co-authored-by: Harika <[email protected]> Co-authored-by: Amine Harty <[email protected]> Co-authored-by: khanti42 <[email protected]> Co-authored-by: seaona <[email protected]> Co-authored-by: Ganesh Suresh Patra <[email protected]> Co-authored-by: Chaitanya Potti <[email protected]>
2 parents a5389b1 + 98b3639 commit 5a2b80e

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [13.12.0]
11+
12+
### Added
13+
14+
- Add subscription retry button to notify server check when user balance is sufficient (#36847)
15+
- Align shield illustration to bottom in popup mode (#38340)
16+
- Default to BIP-44 UI for account & wallet details (#37984)
17+
- Shield plan save last payment detail everytime user select token (#38314)
18+
- Truncated site name (#38033)
19+
- Updated text and alignment on shield coverage alert modal (#38286)
20+
- Adds UI for handling for api errors on shield plan page (#38090)
21+
- Removed legacy funding card components in preparation for improved empty state experience (#37290)
22+
- Enforces dark mode on the active membership banner (#38204)
23+
- Adds theme-based toggling of the Rive shield icon’s Dark state to switch colors for light/dark modes (#38223)
24+
- Integrated balance empty state for zero-balance accounts on mainnet networks (#37196)
25+
- Shows a site if it has no connection but has permissions granted to it (#36811)
26+
- Confirmations for sidepanel (#38375)
27+
- Show minimum token amount required on payment methods (#38290)
28+
- Adds MegaETH Mainnet to FEATURED_RPCS (#38369)
29+
- Remove sidepanel feature (#38532)
30+
31+
### Fixed
32+
33+
- Optimizes subscription polling (#38378)
34+
- Don't show shield coverage if basic functionality is off (#38351)
35+
- Fix forgot password when basic functionality is turned off (#38344)
36+
- Fix api error show in shield subscription start with card checkout tab close manually (#38308)
37+
- Fixed a bug where swapping from the Mon token page suggested ETH instead of MON when all Popular Networks were enabled (#38349)
38+
Added missing MONAD (143) and SEI (1329) chain IDs to the
39+
bridge-controller to ensure correct chain resolution
40+
- Fixed a bug where the tron icon was not showing in the activity list details modal (#38264)
41+
- Fixed balance empty state incorrectly showing when price conversion data is unavailable but tokens are present (#38284)
42+
- Add `signRewardsMessage` method ([#566](https://github.com/MetaMask/snap-bitcoin-wallet/pull/566)) (#38315)
43+
- Show correct balance values in fiat for gas tokens (#38249)
44+
- Added ability to view Gator permissions filtered by specific site origin (#37736)
45+
- Fixed the Lattice hardware wallet flow to reuse cached credentials instead of asking users to reconnect every time (#37781)
46+
- Reverts "refactor: extract confirmation handler" (#38189)
47+
- Custom swap slippage validation allows invalid inputs (#38066)
48+
- Changed minimum received amount to be the token amount (#38150)
49+
- Removed the `isTestEnvironment` checks from all Rive animation–related files (#38110)
50+
- Updated useTheme hook and logo for unlock page (#38002)
51+
- Increase background connection unresponsive timeout (#38322)
52+
- Fix fullscreen swap confirmation (#38446)
53+
- Fix layout inconsistencies (#38416)
54+
- Fix confirmation layout in sidepanel (#38410)
55+
- Fix `manage permission` route (#38485)
56+
- Fixes layout inconsistencies while in fullscreen mode (#38483)
57+
- Fix shield confirmation transaction back handle in popup mode (#38502)
58+
- Fix asset page layout (#38537)
59+
- Fix navigation for the backup srp settings (#38544)
60+
1061
## [13.11.2]
1162

1263
### Fixed
@@ -1340,7 +1391,8 @@ authorized by the user.` error until the user fully revoked dapp
13401391
- This changelog was split off with 12.22.0
13411392
- All older changes can be found in [docs/CHANGELOG_older.md](https://github.com/MetaMask/metamask-extension/blob/main/docs/CHANGELOG_older.md)
13421393

1343-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.11.2...HEAD
1394+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.12.0...HEAD
1395+
[13.12.0]: https://github.com/MetaMask/metamask-extension/compare/v13.11.2...v13.12.0
13441396
[13.11.2]: https://github.com/MetaMask/metamask-extension/compare/v13.11.1...v13.11.2
13451397
[13.11.1]: https://github.com/MetaMask/metamask-extension/compare/v13.11.0...v13.11.1
13461398
[13.11.0]: https://github.com/MetaMask/metamask-extension/compare/v13.10.4...v13.11.0

0 commit comments

Comments
 (0)