From 17b7034b0911a1b86476e4ccb2f1fc361daa0fa1 Mon Sep 17 00:00:00 2001 From: Daniel Sinclair <4412473+DanielSinclair@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:41:20 -0400 Subject: [PATCH 1/3] changelog: v1.5.32 (#1682) --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01db726ee9..17a753acb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,41 @@ and this project adheres to [Semantic Versioning](http://semver.org/) ### Testing +## [v1.5.32](https://github.com/rainbow-me/browser-extension/releases/tag/v1.5.32) + +### Added + +- Degen Mode is here to make Swapping even faster. Turn it on in Swap Settings to skip the review steps #1652 + +### Changed + +- Automatically defaulting ETH as the output for Swaps, and using Max values to reduce clicks #1622 #1653 +- Swap values are now rounded to match the Rainbow App. Pasting an exact amount or Maxing will continue to function as expected #1656 +- Added support for Ham and Cronos chains in Custom Networks #1658 +- You'll now see Hardware Wallet identifiers for wallets in the Send flow #1659 + +### Fixed + +- Token balances will now update in realtime alongside relevant transactions #1649 +- Fixed an issue where Pending Transactions would sometimes disappear from Activity between submission and confirmation #1649 +- Fixed an issue where Rainbow Rewards claim confirmations were not properly rendered #1668 +- Fixed percentage difference calculation for Token charts #1660 +- Fixed an issue with keyboard navigation highlights for Rewards #1672 +- Now merging Private Keys and Wallet Groups where possible upon import #1435 +- Fixed an issue with the font for Tip highlights on Firefox #1661 + +### Internal + +- Reduced artifact noise by deprecating artifact comment links and leveraging persistent artifacts on workflow runs instead #1628 +- Added axios advisory to allowlist #1664 +- Upgraded to Swap SDK v23 #1662 +- Re-adding optional chaining for sellAsset and buyAsset on quote response, related to #1662 (#1673) +- Fix Wrapping and Unwrapping, related to #1662 (#1675) + +### Testing + +- Use beefy-runner-bx in the chrome-e2e-parallel suite #1665 + ## [v1.5.23](https://github.com/rainbow-me/browser-extension/releases/tag/v1.5.23) ### Fixed From f753adf82c3ee5440e784ba944ced37a0b16b025 Mon Sep 17 00:00:00 2001 From: brdy <41711440+BrodyHughes@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:35:27 -0500 Subject: [PATCH 2/3] Fix pk back nav (#1688) Co-authored-by: Daniel Sinclair <4412473+DanielSinclair@users.noreply.github.com> --- .../popup/pages/settings/walletsAndKeys/walletDetails.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/entries/popup/pages/settings/walletsAndKeys/walletDetails.tsx b/src/entries/popup/pages/settings/walletsAndKeys/walletDetails.tsx index 826b7c4bf6..ca7faeb5a5 100644 --- a/src/entries/popup/pages/settings/walletsAndKeys/walletDetails.tsx +++ b/src/entries/popup/pages/settings/walletsAndKeys/walletDetails.tsx @@ -147,6 +147,7 @@ export function WalletDetails() { wallet, account, password: state?.password, + fromChooseGroup: true, }, }, ); @@ -234,7 +235,12 @@ export function WalletDetails() { navigate( ROUTES.SETTINGS__PRIVACY__WALLETS_AND_KEYS__WALLET_DETAILS__RECOVERY_PHRASE_WARNING, { - state: { wallet, password: state?.password, showQuiz: !walletBackedUp }, + state: { + wallet, + password: state?.password, + showQuiz: !walletBackedUp, + fromChooseGroup: true, + }, }, ); }, [navigate, state?.password, wallet, walletBackedUp]); From c4dda6fc8cce1d07b944379ad82f2b0f65491fa5 Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Fri, 30 Aug 2024 00:30:45 +0000 Subject: [PATCH 3/3] Version Bump (Internal) - v1.5.35 --- package.json | 4 ++-- static/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fcfcc482fe..2245b76065 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "browser-extension", "license": "GPL-3.0-only", - "version": "1.5.34", + "version": "1.5.35", "scripts": { "//enable dev mode": "", "devmode:on": "sed -i'' -e 's/IS_DEV.*/IS_DEV=true/g' .env", @@ -333,4 +333,4 @@ "wagmi>@wagmi/connectors>@metamask/sdk>eciesjs>secp256k1": false } } -} +} \ No newline at end of file diff --git a/static/manifest.json b/static/manifest.json index 1b9e2ed3b2..0160293b0d 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -68,7 +68,7 @@ "notifications" ], "short_name": "Rainbow", - "version": "1.5.34", + "version": "1.5.35", "web_accessible_resources": [ { "matches": [