Skip to content

Commit 03228b2

Browse files
authored
release: release/13.8.0-Changelog (#37398)
This PR updates the change log for 13.8.0. (Hotfix - no test plan generated.) Co-authored-by: metamaskbot <[email protected]>
1 parent 822bc47 commit 03228b2

File tree

1 file changed

+59
-1
lines changed

1 file changed

+59
-1
lines changed

CHANGELOG.md

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,63 @@ 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+
- N/A (#37298)
25+
- Added account type tags for bitcoin (#36927)
26+
- Use ArrowDown instead of ArrowRight on shield list buttons (#37292)
27+
- Updated two-tab components to use full-width layout for better visual balance (#37142)
28+
- Sidebar experimental PR (#36564)
29+
- Hide search field on asset picker inside Shield plan (#37193)
30+
- Updated add custom RPC flow (#36640)
31+
- Added support for buying Bitcoin and other non-EVM cryptocurrencies through the MetaMask buy crypto flow (#37146)
32+
- Added chain ID and display backend errors properly (#37174)
33+
- Added copy icon to network addresses in the account header (#37112)
34+
- Updated UI and copywriting on Shield Plan Confirm page (#37159)
35+
- Updated pay with crypto copywriting (#37110)
36+
37+
### Fixed
38+
39+
- Updates add account button text to `Add account` (#37288)
40+
- Null since it's in experimental build (#37329)
41+
- Fixes `Background connection unresponsive` issues caused by the UI attempting to load before the background process has (#36729)
42+
begun initializing.
43+
- Updated smart account terminology in the UI from "Enable smart contract account" to "Use smart account" (#37235)
44+
- Transaction shield covered button show modal (#37225)
45+
- Update broken onekey tutorial link. (#37217)
46+
- Added popular networks (Arbitrum, BSC, Optimism, Polygon, Sei, and Base) by default for all users, filtered to only (#37172)
47+
include networks supported by accounts API v4
48+
- Fixed a bug causing the setting showNativeTokenAsMainBalance to not display native user balance when ON. (#37233)
49+
- Null: UI fixes (#36556)
50+
- Enables storing EIP-7715 permissions granted by the user (#37158)
51+
- Reduce excess re-renders (#37293)
52+
- Aligned the Import Wallet UI in the 'Add Wallet' flow with the existing 'Import SRP' onboarding design for consistency (#37207)
53+
- Fixed shield subscription trial days value inconsistency (#37295)
54+
- Removed scroll state for MetaMetric UI when opening it on small-screen devices. (#37220)
55+
- Fixed address security alerts to be properly cached per network, preventing incorrect security warnings when switching between (#36708)
56+
chains
57+
- Fix wrong link on BTC asset details (#37180)
58+
- Added modal overlay for onboarding modal (#37206)
59+
- Fixed delay checking if token is already imported inside import tokens modal. (#37116)
60+
- Fix BTC activity is not shown on asset details (#37170)
61+
- Fixed Solana and Bitcoin icons not showing in the details page (#37065)
62+
- Fixed pre-emptive phishing page redirect on Google search results. (#37029)
63+
- Normalize basePath trailing slash in getRelativeLocationForNestedRoutes (#37161)
64+
- Fixed an issue where some avatars would be out of sync (#37173)
65+
- Fix the manual refresh and token detection (#37130)
66+
1067
## [13.7.0]
1168

1269
### Added
@@ -1009,7 +1066,8 @@ authorized by the user.` error until the user fully revoked dapp
10091066
- This changelog was split off with 12.22.0
10101067
- All older changes can be found in [docs/CHANGELOG_older.md](https://github.com/MetaMask/metamask-extension/blob/main/docs/CHANGELOG_older.md)
10111068

1012-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.7.0...HEAD
1069+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.8.0...HEAD
1070+
[13.8.0]: https://github.com/MetaMask/metamask-extension/compare/v13.7.0...v13.8.0
10131071
[13.7.0]: https://github.com/MetaMask/metamask-extension/compare/v13.6.0...v13.7.0
10141072
[13.6.0]: https://github.com/MetaMask/metamask-extension/compare/v13.5.0...v13.6.0
10151073
[13.5.0]: https://github.com/MetaMask/metamask-extension/compare/v13.4.3...v13.5.0

0 commit comments

Comments
 (0)