Skip to content

Commit 034d750

Browse files
Merge branch 'stable' into release/7.66.1
2 parents d06b101 + 8eefeda commit 034d750

1 file changed

Lines changed: 121 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.66.0]
11+
12+
### Added
13+
14+
- Adds a page for changing preferred ramp provider (#25860)
15+
- Add asset overview deeplinks (#25447)
16+
- Restored the previously selected "Pay with" token when returning to the Perps order view within 5 minutes. (#25938)
17+
- Fixed predict transaction toast notifications not appearing when navigating away from the Predict tab (#25863)
18+
- Added new Accounts Menu screen to organize settings navigation with Settings, Manage, and Resources sections (#25611)
19+
- Adds Bridge and Swap feature to `MegaETH` (#25906)
20+
- Adds chiliz.png as network logo and enables it in metamask mobile (#25437)
21+
- Always display learn more about perps link (#25958)
22+
- Created new token list item v2 (#25824)
23+
- Added custom claim transaction request screen for mUSD bonus claims with improved UX flow (#25837)
24+
- Added an "Ending soon" tab to prediction markets feed showing markets sorted by end date (#25868)
25+
- Removed legacy homepage script injection and related RPC methods (#25620)
26+
- Add google/web search inside browser search bar (#25897)
27+
- Homogenize spacing on Explore page for perps items (#25894)
28+
- Added 1st interaction alert to warn users when interacting with an address for the first time. (#25575)
29+
- Added icons to the bridge token selector network pills (#25851)
30+
- Create feature flag for the new unified assets state (#25891)
31+
- Adds Bridge and Swap feature to HyperEVM (#25769)
32+
- Added lightweight position display and one-click Long/Short trading on token details page for perps-enabled assets (#25685)
33+
- Improved browser tab switching performance by keeping tabs mounted (#25702)
34+
- Validation errors from non-EVM transaction snaps will now be displayed to users during send flow. (#25648)
35+
- Added detailed transaction display for mUSD reward claims showing claimed amount, network fee, and received total (#25452)
36+
- Adds functionality for selecting a payment method (#25681)
37+
- Base setup for in-app provisioning (#25669)
38+
- Update the look of the "Earn %" CTA displayed for ETH and Tron staking products to tag style (#25722)
39+
- Added educational bottom sheet explaining that mUSD bonuses are claimed on Linea, and auto-scroll to the resulting token (#25516)
40+
after successful claim
41+
- Added Perps “Pay with” option (Perps balance or other tokens) and info tooltip on the order view. (#25626)
42+
- Updates the "Earn a 3% bonus" text in the mUSD conversion CTA to be clickable. (#25676)
43+
- Added new token details button layout behind a feature flag (#25574)
44+
- Added payment method deeplink support for ramps (#25003)
45+
- Bring back destination asset sync to new swaps asset picker (#25644)
46+
- Add sanitized origin to sentinel metadata (#25612)
47+
- Added a warning message when gas sponsorship is unavailable due to reserve balance requirements. (#25320)
48+
- Added new design of the perps empty state (#25581)
49+
- Added A/B test for homepage featured section (carousel vs list) with variant-specific analytics; replaced empty predictions (#25237)
50+
state with featured markets; hide balance card when no positions exist;
51+
removed dead code
52+
- Added Buy/Sell sticky action bar to Token Details page with smart token selection (#25499)
53+
- Updated the Browser Tabs View with a new top navigation bar, 2-column grid layout, and improved navigation behavior (#25470)
54+
- Allow user to opt-in all accounts at once to Rewards (#24450)
55+
- Improved Perps home screen load time by making price prewarming non-blocking (#25501)
56+
- Add rewards season 2 season status banner (#25522)
57+
- Remove legacy swaps liveness service in favor of new stx hooks (#25506)
58+
- Added points estimate history tracking to state logs for Customer Support diagnostics (#25389)
59+
- When one-click trade transaction creation fails, users now see an error toast ("Could not open position") and the failure is (#25429)
60+
tracked in analytics.
61+
- New retryWithDelay utility - A generic, well-tested retry utility (#24920)
62+
Updated getAuthTokens - Now automatically retries up to
63+
3 times on transient failures with logging
64+
- Update slippage UI, adding option for users to set a custom slippage (#25405)
65+
- Added deeplinking to the NFT screen (#25426)
66+
- Updated browser URL bar buttons - back button now shows chevron icon and hides when typing, cancel button always shows text (#25418)
67+
instead of X icon
68+
- Added omni-search to browser URL bar - search tokens, perps, and predictions directly from the browser (#25358)
69+
- Fixed malicious alert modal to require checkbox acknowledgment before enabling the Acknowledge button, and added a Close (#24055)
70+
button for easier dismissal
71+
- Replaced transaction details modal with bottom sheet for improved UX consistency (#25400)
72+
73+
### Fixed
74+
75+
- Remove deeplink interstitial on dApp deeplinks (#25963)
76+
- Multiple fixes on import token flow (#25962)
77+
- Fixed decimal precision calculation for Tron's staked balance (#25430)
78+
- Fixed intermittent "Failed to fetch market data" errors on Perps by switching market data fetches from WebSocket to HTTP (#26014)
79+
transport
80+
- Fixed `x-us-env` header being incorrectly set to `false` for US Card users when geolocation requests fail (#25971)
81+
- Fix #24546 with human readable message (#25555)
82+
- Removed "Add funds to start trading perps" banner from Perps market details and allow opening trades (Long/Short) when perps (#25960)
83+
balance is zero.
84+
- Fixed long token names pushing balance off screen in Send flow and MM Pay token picker (#25338)
85+
- Fix #25693 styling issue in for ledger devices (#25758)
86+
- Fixed navigation error and token buyability checks when purchasing crypto with cash using unified buy V2 (#25617)
87+
- Fixed Predictions tab not hiding monetary values when privacy mode is enabled (#25887)
88+
- Fixed Perps deposit+order flow so the pending deposit toast auto-dismisses after a few seconds and the "deposit taking longer" (#25939)
89+
message appears after 30 seconds.
90+
- Fixed header height to scale properly with larger accessibility font sizes (#25855)
91+
- Activity header symbol fallback (#25821)
92+
- Fixed the Perps order pay row not appearing until margin was loaded. (#25836)
93+
- When passoword oudated, it navigate to oauthRehydrate screen when reopen app (#25687)
94+
- Fixed notification and transaction display for EIP-7702 transactions without nonces (#25646)
95+
- Adds event for when token details page is opened. (#25780)
96+
- Added error screens when wallet creation fails, allowing users to retry or contact support instead of being redirected (#25564)
97+
to login.
98+
- Remove toggle switch from login screen (#25424)
99+
- Fixed minor button layout issues (#25771)
100+
- Fixed long account names overflowing in the Deposit Buy screen by enabling proper text truncation (#25715)
101+
- Remove subtitle in token details (#25726)
102+
- Fixed flow for "Cash buy X" button on the new token details layout (#25719)
103+
- Pass assetID to the on ramp buy screen. (#25709)
104+
- Fixes padding in add chain approval bottom sheet (#25671)
105+
- Refactored (#25613)
106+
- N/a (#25642)
107+
- Fix rewards end of season scroll issue (#25639)
108+
- Exclude gas fees from swap quotes insufficientBal calculation (#25637)
109+
- Fixed Perps activity tab sometimes showing empty when accessed from perps home or market detail screens (#25695)
110+
- N/a (#25635)
111+
- Fixed perps tutorial animation alignment by removing empty space in carousel (#25664)
112+
- Prevent mUSD conversion initiation from creating duplicate transactions (#25604)
113+
- Fixed inaccurate fill percentages for historical Perps orders and improved price precision for low-priced assets (#24278)
114+
- Fixes incorrect stop lost banner price (#25556)
115+
- Fixed missing localization for "Change" text on the Buy screen (#25641)
116+
- Do not render keyboard when quote reloads after slippage change (#25633)
117+
- Fixed hardware wallet scan screen layout with centered reader, blurred edges, and improved text positioning (#25290)
118+
- Fixed transaction list not automatically scrolling to show latest transactions after send/swap operations (#25467)
119+
- Fixed order book header price not updating in real-time (#25577)
120+
- Disable swap max button on native assets when stx is disabled (#25023)
121+
- Fixed perps market list search to reset category filters when closing search and enabled sort direction toggle for all (#25465)
122+
sort options
123+
- Fixes an issue preventing insufficient funds error when pressing max balance after inputting non-max balance in swaps (#25513)
124+
- Change Rewards season summary icon colors (#25458)
125+
- Strengthen explore portfolio site condition (#25433)
126+
- Fixed a bug where in the Swaps recipient account picker, if the user clicked on the search input bar, the keyboard would (#25393)
127+
push the search input off screen.
128+
10129
## [7.65.0]
11130

12131
### Added
@@ -10496,7 +10615,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1049610615
- [#957](https://github.com/MetaMask/metamask-mobile/pull/957): fix timeouts (#957)
1049710616
- [#954](https://github.com/MetaMask/metamask-mobile/pull/954): Bugfix: onboarding navigation (#954)
1049810617

10499-
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.65.0...HEAD
10618+
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.66.0...HEAD
10619+
[7.66.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.65.0...v7.66.0
1050010620
[7.65.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.64.1...v7.65.0
1050110621
[7.64.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.64.0...v7.64.1
1050210622
[7.64.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.63.1...v7.64.0

0 commit comments

Comments
 (0)