Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions .github/workflows/update-lavamoat-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ jobs:
APPLE_BETA_CLIENT_ID: 00000000000
GOOGLE_FLASK_CLIENT_ID: 00000000000
APPLE_FLASK_CLIENT_ID: 00000000000
GOOGLE_EXPERIMENTAL_CLIENT_ID: 00000000000
APPLE_EXPERIMENTAL_CLIENT_ID: 00000000000

- name: Cache ${{ matrix.build-type }} application policy
uses: actions/cache/save@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate-lavamoat-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
APPLE_BETA_CLIENT_ID: 00000000000
GOOGLE_FLASK_CLIENT_ID: 00000000000
APPLE_FLASK_CLIENT_ID: 00000000000
GOOGLE_EXPERIMENTAL_CLIENT_ID: 00000000000
APPLE_EXPERIMENTAL_CLIENT_ID: 00000000000

- name: Check working tree
run: |
Expand Down
61 changes: 59 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,63 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [13.6.0]

### Added

- Integrated Backend WebSocket Service and Account Activity Service for real-time balance updates (feature-flagged) (#36819)
- Added Bitcoin provider feature flag support for runtime control via addBitcoinAccount flag (#36676)
- Adds network logo and native token logo for Plasma Mainnet network (#36456)
- Show skeleton loader when loading status for Shield Coverage (#36888)
- Added support for the Irish (Gaeilge) language (#36088)
- Added user's eligibility check for shield subscription Added an option to submit user subscription event from (#36835)
the shield entry modal
- Added support for Hourly, Bi-Weekly (14 days), Monthly (30 days), and Yearly (365 days) duration periods. (#36706)
- Added shield subscription error toasts (#36718)
- Create add funds modal (#36592)
- Added new toast component (#36408)
- Add file upload component (#35779)
- Auto turn on some settings when shield is active (#36343)
- Bitcoin v1.3.0 release. (#36753)
- Integrated Shield Entry Modal with SubscriptionController (#36588)
Upgraded SubscriptionController to `v1.0.0`.
Added `ShieldSubscriptionContext` to watch subscription
status
- Added snap accounts link and account watcher option to multichain account list (#36717)
- Added new label to BTC assets in the Tokens tab (#36574)
- Added Bitcoin network support for Bridge functionality (#35597)
- Enable BIP44 Bitcoin accounts (#36510)
- Make token detail chart % change when changing time frames and hovering (#36664)
- Add claims submission form (#35790)
- Show user account instead of payer address in transaction shield (#36610)
fix translation date for crypto insufficient funding

### Fixed

- Fixed a bug that was causing the same token to be added twice from search (#36727)
- Improve perceived performance after importing a new SRP (#36882)
- Empty select rpc modal (#36876)
- Replace eye icon with a hover interaction to hide balances (#36543)
- Fixed a bug causing users to still see tokens with zero balance when the setting "hideTokensWithZeroBalance" is enabled. (#36821)
- Add changes to enable Snap accounts link to stable (#36770)
- Fixed a bug that caused ENS content hashes not to resolve properly (#36812)
- Correct transaction shield coverage text style (#36810)
- Fixed `ShieldController.init` in `SubscriptionController:stateChange` event listener (#36779)
fixed `SubscriptionController` polling
refactor `useUserSubscription` hook usage.
- Use template for dollar amount on locale (#36741)
- Update notifications enabled by default feature flag to control rollout (#36724)
- Increase our security posture by locking down `cross_origin_opener_policy` to `same-origin-allow-popups` openers only. (#36500)
- Show correct available token amount in shield subscription plan (#36494)
- Design team’s review have been implemented (#36523)
- Helps with ongoing performance regressions when using Solana (#36613)
- Fixes a bug where first permitting accounts via the EVM provider would cause all requests to the Solana Wallet Standard provider (#36434)
to fail with an `The requested account and/or method has not been
authorized by the user.` error until the user fully revoked dapp
permissions and then permitted accounts using the Solana Wallet Standard
provider first.
- Patched ShieldController to `v0.3.2`. (#36809)

## [13.5.0]

### Added
Expand Down Expand Up @@ -67,7 +124,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Removed `secure-your-wallet` page and updated `backup-seed-phrase` pages (#36152)

- Remove blockie-identicon and the 'blo' dependency (#36429)
- Remove extra add network modal (#36309)
- Changed account selector copy to read x network address(es) (#36293)
Expand Down Expand Up @@ -890,7 +946,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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.5.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.6.0...HEAD
[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
[13.4.2]: https://github.com/MetaMask/metamask-extension/compare/v13.4.1...v13.4.2
Expand Down
Loading
Loading