From e95e051aeecaa578d39c12e4b6b051d6e2e9a3d5 Mon Sep 17 00:00:00 2001 From: smesher Date: Thu, 13 Apr 2023 14:52:04 -0700 Subject: [PATCH 1/7] Update CHANGELOG.md --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4807faacc0..1287fdf3d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog +## [1.49](https://github.com/brave/brave-ios/milestone/106) + +Web3 + +- Added Solana Swap integration into existing swap UI using Jupiter as the DEX aggregator ([#6847](https://github.com/brave/brave-ios/issues/6847)) +- Added message for Submitted/Completed state change after a transaction is submitted. ([#6960](https://github.com/brave/brave-ios/issues/6960)) +- Added UI to display ‘signed’ status for Ethereum transactions ([#6606](https://github.com/brave/brave-ios/issues/6606)) +- Added support for sending to ENS wallet address ([#5787](https://github.com/brave/brave-ios/issues/5787)
) +- Added auto-complete when entering token address for custom Solana assets ([#6990](https://github.com/brave/brave-ios/issues/6990)) +- Fixed wallet issue where the Original Password field was shown when adding Solana Account ([#7175](https://github.com/brave/brave-ios/issues/7175)) +- Fixed reporting Brave wallet usage stats ([#7143](https://github.com/brave/brave-ios/issues/7143)) +- Fixed issue adding a custom network via panel prompt ([#6965](https://github.com/brave/brave-ios/issues/6965)) +- Fixed issue with ERC721 NFTs with different token identifiers showing incorrect balance ([#6954](https://github.com/brave/brave-ios/issues/6954)) +- Added support for Solana Name Service (SNS) navigation in app ([#6706](https://github.com/brave/brave-ios/issues/6706)) + +General UI + +- Dropped support for iOS 14 devices ([#6695](https://github.com/brave/brave-ios/issues/6695)) +- Added an enhancement where only HTTP/HTTPS URLs are loaded when using QR scanner in the URL box. ([#6997](https://github.com/brave/brave-ios/issues/6997)) +- Added capability to permanently delete sync accounts ([#6820](https://github.com/brave/brave-ios/issues/6829)) +- Added a promotional callout for VPN subscribers for linking their receipt on brave.com which will enable use of cross-platform VPN ([#6164](https://github.com/brave/brave-ios/issues/6164)) +- Added support for selecting full page view when taking screenshots in Brave ([#2806](https://github.com/brave/brave-ios/issues/2806)) +- Fixed crash related to loading URLs when selecting one of the on-ramp purchase options ([#6993](https://github.com/brave/brave-ios/issues/6993)
) +- Fixed website favicons flickering when searching history ([#7116](https://github.com/brave/brave-ios/issues/7116)) +- Fixed issue where some playlist folders were not shown when using CarPlay ([#7105](https://github.com/brave/brave-ios/issues/7105)) +- Fixed Brave News feed not showing when following only individual sources and no channels ([#7093](https://github.com/brave/brave-ios/issues/7093)) +- Fixed Brave News feed being updated every time NTP is viewed with RSS-only sources enabled ([#7059](https://github.com/brave/brave-ios/issues/7059)) +- Fixed suppressing ‘open in app’ dialog on google maps website ([#7024](https://github.com/brave/brave-ios/issues/7024)) +- Fixed an issue with cross platform VPN configuration not being refreshed after credentials expire ([#7014](https://github.com/brave/brave-ios/issues/7014)) +- Fixed issue where full URL is shown under the shields panel ([#7042](https://github.com/brave/brave-ios/issues/7042)) +- Fixed capability to reorder Playlist folders ([#6961](https://github.com/brave/brave-ios/issues/6961)) +- Fixed ‘Blocking Switch to App Notices’ switch from being in disabled state causing ‘open in app’ dialogs to not be suppressed on webpages ([#6953](https://github.com/brave/brave-ios/issues/6953)) +- Fixed favorites not showing in the widget. ([#6859](https://github.com/brave/brave-ios/issues/6859)) +- Fixed issue with animation not working in the opt-in card for Brave News on NTP ([#6786](https://github.com/brave/brave-ios/issues/6786)) +- Fixed opening ad notifications that use items-appss:// where new tab is opened but isn’t resolved ([#6782](https://github.com/brave/brave-ios/issues/6782)) +- Fixed an issue where scrolling/swiping stops on [www.theblock.co](http://www.theblock.co/) after loading links using ‘Open in New Tab’ option ([#6518](https://github.com/brave/brave-ios/issues/6518)) +- Fixed an issue in the shields panel where one of the toggles was shifted in German locale ([#6171](https://github.com/brave/brave-ios/issues/6171)) + + ## [1.45.1](https://github.com/brave/brave-ios/releases/tag/v1.45.1) - Implemented Brave Shields to be loaded before the first tab loads. ([#6261](https://github.com/brave/brave-ios/issues/6261)) From 3fc394425b7f52358a9ecf51b16061766d352f32 Mon Sep 17 00:00:00 2001 From: smesher Date: Thu, 13 Apr 2023 15:11:41 -0700 Subject: [PATCH 2/7] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1287fdf3d9c..81da9a5b8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,6 @@ General UI - Fixed an issue where scrolling/swiping stops on [www.theblock.co](http://www.theblock.co/) after loading links using ‘Open in New Tab’ option ([#6518](https://github.com/brave/brave-ios/issues/6518)) - Fixed an issue in the shields panel where one of the toggles was shifted in German locale ([#6171](https://github.com/brave/brave-ios/issues/6171)) - ## [1.45.1](https://github.com/brave/brave-ios/releases/tag/v1.45.1) - Implemented Brave Shields to be loaded before the first tab loads. ([#6261](https://github.com/brave/brave-ios/issues/6261)) From d9770d886443f067d150b7013185ae96f36b8e9c Mon Sep 17 00:00:00 2001 From: smesher Date: Fri, 14 Apr 2023 07:59:02 -0700 Subject: [PATCH 3/7] Update CHANGELOG.md --- CHANGELOG.md | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81da9a5b8f9..87ba10ab801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,39 +4,38 @@ Web3 -- Added Solana Swap integration into existing swap UI using Jupiter as the DEX aggregator ([#6847](https://github.com/brave/brave-ios/issues/6847)) -- Added message for Submitted/Completed state change after a transaction is submitted. ([#6960](https://github.com/brave/brave-ios/issues/6960)) -- Added UI to display ‘signed’ status for Ethereum transactions ([#6606](https://github.com/brave/brave-ios/issues/6606)) -- Added support for sending to ENS wallet address ([#5787](https://github.com/brave/brave-ios/issues/5787)
) -- Added auto-complete when entering token address for custom Solana assets ([#6990](https://github.com/brave/brave-ios/issues/6990)) -- Fixed wallet issue where the Original Password field was shown when adding Solana Account ([#7175](https://github.com/brave/brave-ios/issues/7175)) +- Added Solana Swap integration into existing Swap UI using Jupiter as the DEX aggregator ([#6847](https://github.com/brave/brave-ios/issues/6847)) +- Added transaction submitted and transaction completed state in wallet panel ([#6881](https://github.com/brave/brave-ios/issues/6861) +- Added UI to display "signed" status for Ethereum transactions ([#6606](https://github.com/brave/brave-ios/issues/6606)) +- Added support for sending to ENS wallet address ([#5787](https://github.com/brave/brave-ios/issues/5787)) +- Added auto-complete when entering token address for custom Solana assets ([#6982](https://github.com/brave/brave-ios/issues/6982)) +- Added support for Solana Name Service (SNS) navigation in app ([#6706](https://github.com/brave/brave-ios/issues/6706)) +- Fixed wallet issue where the Origin Password field was shown when adding Solana Account ([#7175](https://github.com/brave/brave-ios/issues/7175)) - Fixed reporting Brave wallet usage stats ([#7143](https://github.com/brave/brave-ios/issues/7143)) -- Fixed issue adding a custom network via panel prompt ([#6965](https://github.com/brave/brave-ios/issues/6965)) +- Fixed issue adding a custom network via panel ([#6965](https://github.com/brave/brave-ios/issues/6965)) - Fixed issue with ERC721 NFTs with different token identifiers showing incorrect balance ([#6954](https://github.com/brave/brave-ios/issues/6954)) -- Added support for Solana Name Service (SNS) navigation in app ([#6706](https://github.com/brave/brave-ios/issues/6706)) +- Fixed crash related to loading URLs when selecting one of the on-ramp purchase options ([#6993](https://github.com/brave/brave-ios/issues/6993)) General UI -- Dropped support for iOS 14 devices ([#6695](https://github.com/brave/brave-ios/issues/6695)) -- Added an enhancement where only HTTP/HTTPS URLs are loaded when using QR scanner in the URL box. ([#6997](https://github.com/brave/brave-ios/issues/6997)) +- Added support for only loading HTTP/HTTPS URLs when scanning a QR code from the URL bar ([#6997](https://github.com/brave/brave-ios/issues/6997)) - Added capability to permanently delete sync accounts ([#6820](https://github.com/brave/brave-ios/issues/6829)) -- Added a promotional callout for VPN subscribers for linking their receipt on brave.com which will enable use of cross-platform VPN ([#6164](https://github.com/brave/brave-ios/issues/6164)) +- Added promotional callout for VPN cross-platform linking on account.brave.com ([#6164](https://github.com/brave/brave-ios/issues/6164)) - Added support for selecting full page view when taking screenshots in Brave ([#2806](https://github.com/brave/brave-ios/issues/2806)) -- Fixed crash related to loading URLs when selecting one of the on-ramp purchase options ([#6993](https://github.com/brave/brave-ios/issues/6993)
) +- Dropped support for iOS 14 devices ([#6695](https://github.com/brave/brave-ios/issues/6695)) - Fixed website favicons flickering when searching history ([#7116](https://github.com/brave/brave-ios/issues/7116)) - Fixed issue where some playlist folders were not shown when using CarPlay ([#7105](https://github.com/brave/brave-ios/issues/7105)) - Fixed Brave News feed not showing when following only individual sources and no channels ([#7093](https://github.com/brave/brave-ios/issues/7093)) - Fixed Brave News feed being updated every time NTP is viewed with RSS-only sources enabled ([#7059](https://github.com/brave/brave-ios/issues/7059)) -- Fixed suppressing ‘open in app’ dialog on google maps website ([#7024](https://github.com/brave/brave-ios/issues/7024)) -- Fixed an issue with cross platform VPN configuration not being refreshed after credentials expire ([#7014](https://github.com/brave/brave-ios/issues/7014)) -- Fixed issue where full URL is shown under the shields panel ([#7042](https://github.com/brave/brave-ios/issues/7042)) -- Fixed capability to reorder Playlist folders ([#6961](https://github.com/brave/brave-ios/issues/6961)) -- Fixed ‘Blocking Switch to App Notices’ switch from being in disabled state causing ‘open in app’ dialogs to not be suppressed on webpages ([#6953](https://github.com/brave/brave-ios/issues/6953)) +- Fixed suppressing "open in app" dialog on google maps website ([#7024](https://github.com/brave/brave-ios/issues/7024)) +- Fixed an issue with cross-platform VPN configuration not being refreshed after credentials expire ([#7014](https://github.com/brave/brave-ios/issues/7014)) +- Fixed issue where full URL is shown under the shields panel ([#6964](https://github.com/brave/brave-ios/issues/6964)) +- Fixed Playlist folder reordering feature ([#6961](https://github.com/brave/brave-ios/issues/6961)) +- Fixed "Blocking Switch to App Notices" switch from being in disabled state causing "open in app" dialogs to not be suppressed on webpages ([#6953](https://github.com/brave/brave-ios/issues/6953)) - Fixed favorites not showing in the widget. ([#6859](https://github.com/brave/brave-ios/issues/6859)) -- Fixed issue with animation not working in the opt-in card for Brave News on NTP ([#6786](https://github.com/brave/brave-ios/issues/6786)) - Fixed opening ad notifications that use items-appss:// where new tab is opened but isn’t resolved ([#6782](https://github.com/brave/brave-ios/issues/6782)) -- Fixed an issue where scrolling/swiping stops on [www.theblock.co](http://www.theblock.co/) after loading links using ‘Open in New Tab’ option ([#6518](https://github.com/brave/brave-ios/issues/6518)) -- Fixed an issue in the shields panel where one of the toggles was shifted in German locale ([#6171](https://github.com/brave/brave-ios/issues/6171)) +- Fixed an issue where scrolling/swiping stops on "www.theblock.co" after loading links using "Open in New Tab" option ([#6518](https://github.com/brave/brave-ios/issues/6518)) +- Fixed Shields panel toggle alignment for localized German string. ([#6171](https://github.com/brave/brave-ios/issues/6171)) ## [1.45.1](https://github.com/brave/brave-ios/releases/tag/v1.45.1) From c128fb3a4339b6486cbc22a6faa5c7f602f84680 Mon Sep 17 00:00:00 2001 From: smesher Date: Fri, 14 Apr 2023 08:02:59 -0700 Subject: [PATCH 4/7] Update CHANGELOG.md --- CHANGELOG.md | 54 ++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ba10ab801..a19e6fb6c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,37 +4,37 @@ Web3 -- Added Solana Swap integration into existing Swap UI using Jupiter as the DEX aggregator ([#6847](https://github.com/brave/brave-ios/issues/6847)) -- Added transaction submitted and transaction completed state in wallet panel ([#6881](https://github.com/brave/brave-ios/issues/6861) -- Added UI to display "signed" status for Ethereum transactions ([#6606](https://github.com/brave/brave-ios/issues/6606)) -- Added support for sending to ENS wallet address ([#5787](https://github.com/brave/brave-ios/issues/5787)) -- Added auto-complete when entering token address for custom Solana assets ([#6982](https://github.com/brave/brave-ios/issues/6982)) -- Added support for Solana Name Service (SNS) navigation in app ([#6706](https://github.com/brave/brave-ios/issues/6706)) -- Fixed wallet issue where the Origin Password field was shown when adding Solana Account ([#7175](https://github.com/brave/brave-ios/issues/7175)) -- Fixed reporting Brave wallet usage stats ([#7143](https://github.com/brave/brave-ios/issues/7143)) -- Fixed issue adding a custom network via panel ([#6965](https://github.com/brave/brave-ios/issues/6965)) -- Fixed issue with ERC721 NFTs with different token identifiers showing incorrect balance ([#6954](https://github.com/brave/brave-ios/issues/6954)) -- Fixed crash related to loading URLs when selecting one of the on-ramp purchase options ([#6993](https://github.com/brave/brave-ios/issues/6993)) +- Added Solana Swap integration into existing Swap UI using Jupiter as the DEX aggregator. ([#6847](https://github.com/brave/brave-ios/issues/6847)) +- Added transaction submitted and transaction completed state in wallet panel. ([#6881](https://github.com/brave/brave-ios/issues/6861) +- Added UI to display "signed" status for Ethereum transactions. ([#6606](https://github.com/brave/brave-ios/issues/6606)) +- Added support for sending to ENS wallet address. ([#5787](https://github.com/brave/brave-ios/issues/5787)) +- Added auto-complete when entering token address for custom Solana assets. ([#6982](https://github.com/brave/brave-ios/issues/6982)) +- Added support for Solana Name Service (SNS) navigation in app. ([#6706](https://github.com/brave/brave-ios/issues/6706)) +- Fixed wallet issue where the Origin Password field was shown when adding Solana Account. ([#7175](https://github.com/brave/brave-ios/issues/7175)) +- Fixed reporting Brave wallet usage stats. ([#7143](https://github.com/brave/brave-ios/issues/7143)) +- Fixed issue adding a custom network via panel. ([#6965](https://github.com/brave/brave-ios/issues/6965)) +- Fixed issue with ERC721 NFTs with different token identifiers showing incorrect balance. ([#6954](https://github.com/brave/brave-ios/issues/6954)) +- Fixed crash related to loading URLs when selecting one of the on-ramp purchase options. ([#6993](https://github.com/brave/brave-ios/issues/6993)) General UI -- Added support for only loading HTTP/HTTPS URLs when scanning a QR code from the URL bar ([#6997](https://github.com/brave/brave-ios/issues/6997)) -- Added capability to permanently delete sync accounts ([#6820](https://github.com/brave/brave-ios/issues/6829)) -- Added promotional callout for VPN cross-platform linking on account.brave.com ([#6164](https://github.com/brave/brave-ios/issues/6164)) -- Added support for selecting full page view when taking screenshots in Brave ([#2806](https://github.com/brave/brave-ios/issues/2806)) -- Dropped support for iOS 14 devices ([#6695](https://github.com/brave/brave-ios/issues/6695)) -- Fixed website favicons flickering when searching history ([#7116](https://github.com/brave/brave-ios/issues/7116)) -- Fixed issue where some playlist folders were not shown when using CarPlay ([#7105](https://github.com/brave/brave-ios/issues/7105)) -- Fixed Brave News feed not showing when following only individual sources and no channels ([#7093](https://github.com/brave/brave-ios/issues/7093)) -- Fixed Brave News feed being updated every time NTP is viewed with RSS-only sources enabled ([#7059](https://github.com/brave/brave-ios/issues/7059)) -- Fixed suppressing "open in app" dialog on google maps website ([#7024](https://github.com/brave/brave-ios/issues/7024)) -- Fixed an issue with cross-platform VPN configuration not being refreshed after credentials expire ([#7014](https://github.com/brave/brave-ios/issues/7014)) -- Fixed issue where full URL is shown under the shields panel ([#6964](https://github.com/brave/brave-ios/issues/6964)) -- Fixed Playlist folder reordering feature ([#6961](https://github.com/brave/brave-ios/issues/6961)) -- Fixed "Blocking Switch to App Notices" switch from being in disabled state causing "open in app" dialogs to not be suppressed on webpages ([#6953](https://github.com/brave/brave-ios/issues/6953)) +- Added support for only loading HTTP/HTTPS URLs when scanning a QR code from the URL bar. ([#6997](https://github.com/brave/brave-ios/issues/6997)) +- Added capability to permanently delete sync accounts. ([#6820](https://github.com/brave/brave-ios/issues/6829)) +- Added promotional callout for VPN cross-platform linking on account.brave.com. ([#6164](https://github.com/brave/brave-ios/issues/6164)) +- Added support for selecting full page view when taking screenshots in Brave. ([#2806](https://github.com/brave/brave-ios/issues/2806)) +- Dropped support for iOS 14 devices. ([#6695](https://github.com/brave/brave-ios/issues/6695)) +- Fixed website favicons flickering when searching history. ([#7116](https://github.com/brave/brave-ios/issues/7116)) +- Fixed issue where some playlist folders were not shown when using CarPlay. ([#7105](https://github.com/brave/brave-ios/issues/7105)) +- Fixed Brave News feed not showing when following only individual sources and no channels. ([#7093](https://github.com/brave/brave-ios/issues/7093)) +- Fixed Brave News feed being updated every time NTP is viewed with RSS-only sources enabled. ([#7059](https://github.com/brave/brave-ios/issues/7059)) +- Fixed suppressing "open in app" dialog on google maps website. ([#7024](https://github.com/brave/brave-ios/issues/7024)) +- Fixed an issue with cross-platform VPN configuration not being refreshed after credentials expire. ([#7014](https://github.com/brave/brave-ios/issues/7014)) +- Fixed issue where full URL is shown under the shields panel. ([#6964](https://github.com/brave/brave-ios/issues/6964)) +- Fixed Playlist folder reordering feature. ([#6961](https://github.com/brave/brave-ios/issues/6961)) +- Fixed "Blocking Switch to App Notices" switch from being in disabled state causing "open in app" dialogs to not be suppressed on webpages. ([#6953](https://github.com/brave/brave-ios/issues/6953)) - Fixed favorites not showing in the widget. ([#6859](https://github.com/brave/brave-ios/issues/6859)) -- Fixed opening ad notifications that use items-appss:// where new tab is opened but isn’t resolved ([#6782](https://github.com/brave/brave-ios/issues/6782)) -- Fixed an issue where scrolling/swiping stops on "www.theblock.co" after loading links using "Open in New Tab" option ([#6518](https://github.com/brave/brave-ios/issues/6518)) +- Fixed opening ad notifications that use items-appss:// where new tab is opened but isn’t resolved. ([#6782](https://github.com/brave/brave-ios/issues/6782)) +- Fixed an issue where scrolling/swiping stops on "www.theblock.co" after loading links using "Open in New Tab" option. ([#6518](https://github.com/brave/brave-ios/issues/6518)) - Fixed Shields panel toggle alignment for localized German string. ([#6171](https://github.com/brave/brave-ios/issues/6171)) ## [1.45.1](https://github.com/brave/brave-ios/releases/tag/v1.45.1) From d3d5207ee277e6f4000a0fd0a0ff422902665754 Mon Sep 17 00:00:00 2001 From: smesher Date: Fri, 14 Apr 2023 08:06:29 -0700 Subject: [PATCH 5/7] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a19e6fb6c08..0ef41f2f1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Web3 - Added Solana Swap integration into existing Swap UI using Jupiter as the DEX aggregator. ([#6847](https://github.com/brave/brave-ios/issues/6847)) -- Added transaction submitted and transaction completed state in wallet panel. ([#6881](https://github.com/brave/brave-ios/issues/6861) +- Added transaction submitted and transaction completed state in wallet panel. ([#6881](https://github.com/brave/brave-ios/issues/6861)) - Added UI to display "signed" status for Ethereum transactions. ([#6606](https://github.com/brave/brave-ios/issues/6606)) - Added support for sending to ENS wallet address. ([#5787](https://github.com/brave/brave-ios/issues/5787)) - Added auto-complete when entering token address for custom Solana assets. ([#6982](https://github.com/brave/brave-ios/issues/6982)) From 4d9111af9797a6ad4ba4f9c441bc8a4709ce1968 Mon Sep 17 00:00:00 2001 From: smesher Date: Fri, 14 Apr 2023 14:11:52 -0700 Subject: [PATCH 6/7] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef41f2f1eb..7b34cfae03e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [1.49](https://github.com/brave/brave-ios/milestone/106) +## [1.49](https://github.com/brave/brave-ios/releases/tag/v1.49) -Web3 +### Web3 - Added Solana Swap integration into existing Swap UI using Jupiter as the DEX aggregator. ([#6847](https://github.com/brave/brave-ios/issues/6847)) - Added transaction submitted and transaction completed state in wallet panel. ([#6881](https://github.com/brave/brave-ios/issues/6861)) @@ -10,17 +10,17 @@ Web3 - Added support for sending to ENS wallet address. ([#5787](https://github.com/brave/brave-ios/issues/5787)) - Added auto-complete when entering token address for custom Solana assets. ([#6982](https://github.com/brave/brave-ios/issues/6982)) - Added support for Solana Name Service (SNS) navigation in app. ([#6706](https://github.com/brave/brave-ios/issues/6706)) -- Fixed wallet issue where the Origin Password field was shown when adding Solana Account. ([#7175](https://github.com/brave/brave-ios/issues/7175)) -- Fixed reporting Brave wallet usage stats. ([#7143](https://github.com/brave/brave-ios/issues/7143)) +- Fixed wallet issue where the Origin Password field was shown when adding Solana account. ([#7175](https://github.com/brave/brave-ios/issues/7175)) +- Fixed reporting Brave Wallet usage stats. ([#7143](https://github.com/brave/brave-ios/issues/7143)) - Fixed issue adding a custom network via panel. ([#6965](https://github.com/brave/brave-ios/issues/6965)) - Fixed issue with ERC721 NFTs with different token identifiers showing incorrect balance. ([#6954](https://github.com/brave/brave-ios/issues/6954)) - Fixed crash related to loading URLs when selecting one of the on-ramp purchase options. ([#6993](https://github.com/brave/brave-ios/issues/6993)) -General UI +### General - Added support for only loading HTTP/HTTPS URLs when scanning a QR code from the URL bar. ([#6997](https://github.com/brave/brave-ios/issues/6997)) - Added capability to permanently delete sync accounts. ([#6820](https://github.com/brave/brave-ios/issues/6829)) -- Added promotional callout for VPN cross-platform linking on account.brave.com. ([#6164](https://github.com/brave/brave-ios/issues/6164)) +- Added promotional callout for VPN cross-platform linking on https://account.brave.com. ([#6164](https://github.com/brave/brave-ios/issues/6164)) - Added support for selecting full page view when taking screenshots in Brave. ([#2806](https://github.com/brave/brave-ios/issues/2806)) - Dropped support for iOS 14 devices. ([#6695](https://github.com/brave/brave-ios/issues/6695)) - Fixed website favicons flickering when searching history. ([#7116](https://github.com/brave/brave-ios/issues/7116)) @@ -34,8 +34,8 @@ General UI - Fixed "Blocking Switch to App Notices" switch from being in disabled state causing "open in app" dialogs to not be suppressed on webpages. ([#6953](https://github.com/brave/brave-ios/issues/6953)) - Fixed favorites not showing in the widget. ([#6859](https://github.com/brave/brave-ios/issues/6859)) - Fixed opening ad notifications that use items-appss:// where new tab is opened but isn’t resolved. ([#6782](https://github.com/brave/brave-ios/issues/6782)) -- Fixed an issue where scrolling/swiping stops on "www.theblock.co" after loading links using "Open in New Tab" option. ([#6518](https://github.com/brave/brave-ios/issues/6518)) -- Fixed Shields panel toggle alignment for localized German string. ([#6171](https://github.com/brave/brave-ios/issues/6171)) +- Fixed an issue where scrolling/swiping stops on https://www.theblock.co after loading links using "Open in New Tab" option. ([#6518](https://github.com/brave/brave-ios/issues/6518)) +- Fixed shields panel toggle alignment for localized German string. ([#6171](https://github.com/brave/brave-ios/issues/6171)) ## [1.45.1](https://github.com/brave/brave-ios/releases/tag/v1.45.1) From 85efdb3eeb309320e9a45e87eae4523759762254 Mon Sep 17 00:00:00 2001 From: smesher Date: Fri, 14 Apr 2023 14:13:43 -0700 Subject: [PATCH 7/7] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b34cfae03e..7265053db4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ - Fixed issue where some playlist folders were not shown when using CarPlay. ([#7105](https://github.com/brave/brave-ios/issues/7105)) - Fixed Brave News feed not showing when following only individual sources and no channels. ([#7093](https://github.com/brave/brave-ios/issues/7093)) - Fixed Brave News feed being updated every time NTP is viewed with RSS-only sources enabled. ([#7059](https://github.com/brave/brave-ios/issues/7059)) -- Fixed suppressing "open in app" dialog on google maps website. ([#7024](https://github.com/brave/brave-ios/issues/7024)) +- Fixed suppressing "open in app" dialog on Google Maps website. ([#7024](https://github.com/brave/brave-ios/issues/7024)) - Fixed an issue with cross-platform VPN configuration not being refreshed after credentials expire. ([#7014](https://github.com/brave/brave-ios/issues/7014)) - Fixed issue where full URL is shown under the shields panel. ([#6964](https://github.com/brave/brave-ios/issues/6964)) - Fixed Playlist folder reordering feature. ([#6961](https://github.com/brave/brave-ios/issues/6961))