@@ -7,6 +7,66 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 13.8.0]
11+
12+ ### Added
13+
14+ - Bump bitcoin snap version to v1.4.3 (#37023 )
15+ - Subscription & shield controller updates (#37371 )
16+ - Added account type labels to asset details (#37332 )
17+ - Show Need help link together with error on Claims form Transaction hash field (#37297 )
18+ - Update payment-method component in shield-subscription page (#37340 )
19+ - Added optional prop, ` fallbackName ` to ` name-details ` component. (#37299 )
20+ Provide token symbol from shield pricing as a
21+ ` fallbackName ` prop in Shield-subscription-approval page.
22+ - Claims form back button redirect to Transaction shield page (#37333 )
23+ - Set autofocus false on confirmation alert modals (#37294 )
24+ - Added account type tags for bitcoin (#36927 )
25+ - Use ArrowDown instead of ArrowRight on shield list buttons (#37292 )
26+ - Updated two-tab components to use full-width layout for better visual balance (#37142 )
27+ - Sidebar experimental PR (#36564 )
28+ - Hide search field on asset picker inside Shield plan (#37193 )
29+ - Updated add custom RPC flow (#36640 )
30+ - Added support for buying Bitcoin and other non-EVM cryptocurrencies through the MetaMask buy crypto flow (#37146 )
31+ - Added chain ID and display backend errors properly (#37174 )
32+ - Added copy icon to network addresses in the account header (#37112 )
33+ - Updated UI and copywriting on Shield Plan Confirm page (#37159 )
34+ - Updated pay with crypto copywriting (#37110 )
35+
36+ ### Fixed
37+
38+ - Updates add account button text to ` Add account ` (#37288 )
39+ - Fixes ` Background connection unresponsive ` issues caused by the UI attempting to load before the background process has (#36729 )
40+ begun initializing.
41+ - Updated smart account terminology in the UI from "Enable smart contract account" to "Use smart account" (#37235 )
42+ - Transaction shield covered button show modal (#37225 )
43+ - Update broken onekey tutorial link. (#37217 )
44+ - Added popular networks (Arbitrum, BSC, Optimism, Polygon, Sei, and Base) by default for all users, filtered to only (#37172 )
45+ include networks supported by accounts API v4
46+ - Fixed a bug causing the setting showNativeTokenAsMainBalance to not display native user balance when ON. (#37233 )
47+ - Enables storing EIP-7715 permissions granted by the user (#37158 )
48+ - Reduce excess re-renders (#37293 )
49+ - Aligned the Import Wallet UI in the 'Add Wallet' flow with the existing 'Import SRP' onboarding design for consistency (#37207 )
50+ - Fixed shield subscription trial days value inconsistency (#37295 )
51+ - Removed scroll state for MetaMetric UI when opening it on small-screen devices. (#37220 )
52+ - Fixed address security alerts to be properly cached per network, preventing incorrect security warnings when switching between (#36708 )
53+ chains
54+ - Fix wrong link on BTC asset details (#37180 )
55+ - Added modal overlay for onboarding modal (#37206 )
56+ - Fixed delay checking if token is already imported inside import tokens modal. (#37116 )
57+ - Fix BTC activity is not shown on asset details (#37170 )
58+ - Fixed Solana and Bitcoin icons not showing in the details page (#37065 )
59+ - Fixed pre-emptive phishing page redirect on Google search results. (#37029 )
60+ - Normalize basePath trailing slash in getRelativeLocationForNestedRoutes (#37161 )
61+ - Fixed an issue where some avatars would be out of sync (#37173 )
62+ - Fix the manual refresh and token detection (#37130 )
63+ - Fixes subscription-polling when shield feature is disabled (#37476 )
64+ - Fixes network nicknames for popular networks (#37477 )
65+ - Fixes historical prices chart ranges for non-evm assets (#37505 )
66+ - Fixes issue where we're failing to log swap comparisons in some scenarios (#37496 )
67+ - Fixes token image and symbol in confirmation for EVM transactions when nonEVM network is selected at wallet view (#37491 )
68+ - Fixes a bug where tokenId for NFT was not being sent correctly in send flow (#37555 )
69+
1070## [ 13.7.0]
1171
1272### Added
@@ -1009,7 +1069,8 @@ authorized by the user.` error until the user fully revoked dapp
10091069- This changelog was split off with 12.22.0
10101070- All older changes can be found in [ docs/CHANGELOG_older.md] ( https://github.com/MetaMask/metamask-extension/blob/main/docs/CHANGELOG_older.md )
10111071
1012- [ Unreleased ] : https://github.com/MetaMask/metamask-extension/compare/v13.7.0...HEAD
1072+ [ Unreleased ] : https://github.com/MetaMask/metamask-extension/compare/v13.8.0...HEAD
1073+ [ 13.8.0 ] : https://github.com/MetaMask/metamask-extension/compare/v13.7.0...v13.8.0
10131074[ 13.7.0 ] : https://github.com/MetaMask/metamask-extension/compare/v13.6.0...v13.7.0
10141075[ 13.6.0 ] : https://github.com/MetaMask/metamask-extension/compare/v13.5.0...v13.6.0
10151076[ 13.5.0 ] : https://github.com/MetaMask/metamask-extension/compare/v13.4.3...v13.5.0
0 commit comments