You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): sync stable to main for version 7.76.0 (#30099)
This PR syncs the stable branch to main for version 7.76.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 7.76.0
Copy file name to clipboardExpand all lines: CHANGELOG.md
+50-2Lines changed: 50 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [7.76.0]
11
+
12
+
### Added
13
+
14
+
- Added the Tempo chain to the additional networks list. (#29515)
15
+
- Added security trust badges in the token list. (#29509)
16
+
- Added a new "Add money" bottom sheet to the Money Account homepage with Convert crypto, Deposit funds, Move mUSD, and Receive from external wallet options. (#29336)
17
+
- Added a developer options button to clear dismissed mUSD conversion asset details CTAs. (#29510)
18
+
- Added a quickbuy smart default. (#29472)
19
+
- Added SOL as a "Pay with" option on Quickbuy. (#29424)
20
+
- Added a transaction fees expandable section to Quickbuy. (#29321)
21
+
- Added a General Settings toggle for haptic feedback and centralized in-app haptics behind a single module, with an optional remote kill switch. (#28975)
22
+
- Added haptic feedback across Top Traders surfaces (Follow, Buy, notification preferences, per-trader notifications). (#29467)
23
+
- Added support for additional sports market types (spreads, totals, halftime result, exact score, player props) on prediction market event detail screens. (#29216)
24
+
- Added inline error banners in the Predict buy bottom sheet for price-changed and order-failed scenarios, replacing the secondary retry sheet and failure toast when the predictBottomSheet flag is enabled. (#29184)
25
+
- Added a Quickbuy half sheet. (#28863)
26
+
- Added a warning flow in bridge quotes when token price data is unavailable. (#29250)
27
+
10
28
### Changed
11
29
12
-
- Aligned previously base-enabled custom network logos (Stable, Flow, XDC, Fraxtal, Hemi, Plasma, Lukso, Rootstock, MSU, Lens, Plume) to a square format consistent with Popular networks (#29943)
30
+
- Enabled Suspicious and Malicious security badges on tokens in the Swaps/Bridge asset picker. (#29570)
31
+
- Updated the description under the "Smart account requests from dapps" setting to clarify that MetaMask will only upgrade to our audited smart account. (#29211)
32
+
- Updated Predict confirmations to display pUSD as the Predict token. (#29450)
33
+
- Updated the token details security trust designs. (#29230)
34
+
- Polished the social leaderboard with podium decorations on the top 3 traders, a tighter loading skeleton, and a chain icon overlay on token avatars in the trader position and quick buy views. (#29408)
35
+
- QR wallet now shares the signing flow with Ledger. (#29087)
36
+
- In-app browser sessions opened from MetaMask Card (manage card and travel) now return to Card Home on close instead of the Explore tab. (#29218)
37
+
- Updated the Bridge/Swaps token warning modal to match the new design and fixed swapped warning/malicious icons in the token selector. (#29197)
38
+
- Updated the account selector to use the full-page list for all users and removed the dropdown arrow from the wallet account picker. (#28701)
39
+
- Refined section and header styles for Perps. (#29009)
40
+
- Refined explore page design patterns. (#29396)
41
+
- Adjusted spacing for money activity filters. (#29463)
42
+
43
+
### Fixed
44
+
45
+
- Fixed a bug where the -1%/-2% limit price preset buttons only applied on the first press. (#29373)
46
+
- Fixed Card Home flickering during refresh and kept Add funds available for frozen cards. (#29513)
47
+
- Fixed a bug that caused the MetaMask Card spending limit screen to default to full access when a custom limit was already set. (#29517)
48
+
- Fixed cashback redemption to require an approved Linea funding source. (#29489)
49
+
- Fixed UB2 Transak order details to hide interim provider messages during processing states. (#29131)
50
+
- Fixed a bug where a stale secondary minimum purchase message could briefly appear after entering a valid buy amount. (#29365)
51
+
- Fixed a bug that caused live Predict sports scores to appear in reverse order for some leagues. (#29453)
52
+
- Fixed Ledger BLE transport that prevented reconnecting to a Ledger device after a timeout or completed signing flow. (#29367)
53
+
- Fixed chart re-rendering and flickering. (#29344)
54
+
- Fixed excessive red flashing while entering buy amounts near minimum and maximum provider limits. (#29360)
55
+
- Fixed stale unauthenticated MetaMask Card data after login by refetching when card feature flags change. (#29350)
56
+
- Prevented invalid bridge transaction hashes from being persisted in transaction history. (#29136)
57
+
- Fixed WalletConnect sign requests occasionally displaying a garbled string in the "Request from" field instead of the dapp's domain. (#29102)
58
+
- Fixed Perps Withdraw Max so users actually withdraw their full HyperLiquid balance; replaced 90% with a Max button and aligned Perps home and Withdraw to show the same balance. (#29257)
59
+
- Hid the sponsored label on cross-chain bridge with insufficient balance. (#29490)
13
60
14
61
## [7.75.1]
15
62
@@ -11375,7 +11422,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments