Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 61 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [13.7.0]

### Uncategorized

- Updates found here: https://github.com/MetaMask/snap-7715-permissions/releases/tag/v6.0.0 (#37094)
- Updated core-backend to v3.0.0 and related controllers for improved backend service integration (#37118)
- See below. (#36994)
- Replace swap server event utility with internal implementation (#37027)
- Null (#37025)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Changelog Contains Placeholder Entries

The v13.7.0 changelog includes two uninformative entries, "Null (#37025)" and "See below. (#36994)", under the Uncategorized section. These appear to be accidentally committed placeholders, making it unclear what changes they represent.

Fix in Cursor Fix in Web


### Added

- Fix Transaction Shield membership banner on light mode (#37162)
- Cached last used subscription payment method (& token), so that user won't need to re-select on navigations. (#37144)
- Return tx hashes asap from the submitBatch hook (#37113)
- Show wallet name in bridge quote recipient field (#37083)
- Adds Billing Start Date in shield-subscription confirmation screen. (#37103)
- Handle crypto approval in shield settings update payment method (#37057)
- Update shield-controller to `v0.4.0`. (#37071)
- Use SSE to stream swap quotes (#36481)
- Added address pattern matching to accounts list search (#37005)
- Adds network and native token logos for Injective network. (#36923)
- Add `auxiliaryFunds` + `requiredAssets` support defined under [ERC-7682](https://eips.ethereum.org/EIPS/eip-7682) (#36061)
([#36061](https://github.com/MetaMask/metamask-extension/pull/36061))
- Add bitcoin ff to main build (#36940)
- Improves user experience in permission confirmation dialogs. (#36490)
- Adapted the payload of request `signRewardsMessage` for improved performance (#36921)
(https://github.com/MetaMask/snap-solana-wallet/pull/554)
Improved speed when looking up the state for accounts
by id (https://github.com/MetaMask/snap-solana-wallet/pull/550)
Fixed a serialization issue causing the snap to try
rendering bigints
(https://github.com/MetaMask/snap-solana-wallet/pull/551)
Fixed incorrect token icon URL building
(https://github.com/MetaMask/snap-solana-wallet/pull/548)
Fixed the send flow to support token account recipients
(https://github.com/MetaMask/snap-solana-wallet/pull/547)
- Enables watch only accounts on experimental builds (#37051)

### Fixed

- Toast avatar icon (#37124)
- When adding a network the `selectedNetworkClientId` was not being updated and many of our components still depend on it (#37062)
- Shield subscription default payment method crypto if available (#37101)
- Fix a bug when multiple confirmation exist but navigation fails to when approving (#36990)
- Fix coverage status not showing (#37097)
- Fix recipient icon when recipient is ENS domain (#37043)
- Fixed a bug where the wallet would not prompt the user for unlock and would silently drop `personal_sign` requests when the (#36963)
wallet was locked and the user was opted into MetaMetrics
- Prevent unresponsive UI in the case where the user has more than 64MB of state; the trade off is that we now allow state (#35308)
size to increase until the memory the browser has allotted for the
extension process runs out (and crashes).
- Fixed missing `Bearer` in the shield-gateway proxy Authorization Header. (#36985)
- Remove unneccesary callback and dependencies (#36974)
- Fixed a bug that was causing the token list to show "No conversion rate available" once the user connects to testnet from a (#36685)
dapp.
- Improves gator permissions page loading performance with cache-first strategy. (#36833)
- Removes extra transactions call to improve performance (#36968)

## [13.6.0]

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

[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.6.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.7.0...HEAD
[13.7.0]: https://github.com/MetaMask/metamask-extension/compare/v13.6.0...v13.7.0
[13.6.0]: https://github.com/MetaMask/metamask-extension/compare/v13.5.0...v13.6.0
[13.5.0]: https://github.com/MetaMask/metamask-extension/compare/v13.4.3...v13.5.0
[13.4.3]: https://github.com/MetaMask/metamask-extension/compare/v13.4.2...v13.4.3
Expand Down
Loading