Skip to content

Commit dc0c439

Browse files
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
2 parents 6461151 + 280cc75 commit dc0c439

1 file changed

Lines changed: 50 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1028
### Changed
1129

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)
1360

1461
## [7.75.1]
1562

@@ -11375,7 +11422,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1137511422
- [#957](https://github.com/MetaMask/metamask-mobile/pull/957): fix timeouts (#957)
1137611423
- [#954](https://github.com/MetaMask/metamask-mobile/pull/954): Bugfix: onboarding navigation (#954)
1137711424

11378-
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.75.1...HEAD
11425+
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.76.0...HEAD
11426+
[7.76.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.75.1...v7.76.0
1137911427
[7.75.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.75.0...v7.75.1
1138011428
[7.75.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.74.3...v7.75.0
1138111429
[7.74.3]: https://github.com/MetaMask/metamask-mobile/compare/v7.74.2...v7.74.3

0 commit comments

Comments
 (0)