From 4d094568334668d12e4083ff4641b45246551764 Mon Sep 17 00:00:00 2001 From: smesher Date: Fri, 18 Aug 2023 15:37:27 -0700 Subject: [PATCH 1/4] Update CHANGELOG.md --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 347bc95215a..e7cdaf53b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,50 @@ # Changelog +## [1.52](https://github.com/brave/brave-ios/releases/tag/v1.52) + +### Web3 + +- Added support for transactions from all networks on activity tab. ([#7233](https://github.com/brave/brave-ios/issues/7233)) +- Added support for Solana v0 VersionedTransactions. ([#7211](https://github.com/brave/brave-ios/issues/7211)) +- Implemented NFT auto discovery in Wallet. ([#7370](https://github.com/brave/brave-ios/issues/7370)) +- Implemented selected network per origin. ([#7225](https://github.com/brave/brave-ios/issues/7225)) +- Updated dApp requests to display network chain name. ([#7296](https://github.com/brave/brave-ios/issues/7296)) +- Updated pending transactions to show for all networks for a token. ([#7295](https://github.com/brave/brave-ios/issues/7295)) +- Updated sorting to show most recent wallet pending transactions first. ([#7572](https://github.com/brave/brave-ios/issues/7572)) +- Fixed a crash when migrating from a legacy wallet. ([#7464](https://github.com/brave/brave-ios/issues/7464)) +- Fixed an account change event not emitting correctly. ([#7463](https://github.com/brave/brave-ios/issues/7463)) +- Fixed transaction links not opening correct chain ID URL. ([#7455](https://github.com/brave/brave-ios/issues/7455)) +- Fixed loading indicator not being removed during asset auto discovery. ([#7433](https://github.com/brave/brave-ios/issues/7433)) + +### General + +- Added top page color sampling for status bar overlay view color. ([#7479](https://github.com/brave/brave-ios/issues/7479)) +- Added biometrics and passcode authentication for Sync settings. ([#7436](https://github.com/brave/brave-ios/issues/7436)) +- Updated copy for Safe Browsing setting. ([#7430](https://github.com/brave/brave-ios/issues/7430)) +- Updated Playlist URL bar icons and menus. ([#7422](https://github.com/brave/brave-ios/issues/7422)) +- Updated copy text in Playlist. ([#7353](https://github.com/brave/brave-ios/issues/7353)) +- Updated Playlist to use Async-Await. ([#7349](https://github.com/brave/brave-ios/issues/7349)) +- Updated SSL Certificate Validation to match all other browsers. ([#5543](https://github.com/brave/brave-ios/issues/5543)) +- Enabled monogram favicons to keep background color between app launches. ([#7396](https://github.com/brave/brave-ios/issues/7396)) +- Fixed VPN profile from failing to initialize after purchase. ([#7413](https://github.com/brave/brave-ios/issues/7413)) +- Fixed issues with cosmetic filters during slow page loads. ([#7612](https://github.com/brave/brave-ios/issues/7612)) +- Fixed Find In Page Bar from dismissing when touched in top-bar mode. ([#7610](https://github.com/brave/brave-ios/issues/7610)) +- Fixed a crash when closing tabs. ([#7548](https://github.com/brave/brave-ios/issues/7548)) +- Fixed various issues with CarPlay. ([#7541](https://github.com/brave/brave-ios/issues/7541)) +- Fixed https://youtube.com from adding audio files to playlist videos. ([#7537](https://github.com/brave/brave-ios/issues/7537)) +- Fixed tabs not being restored after closing private tab or toggling tab view. ([#7517](https://github.com/brave/brave-ios/issues/7517)) +- Fixed RewardsScript not running in Desktop mode on iPhone. ([#7512](https://github.com/brave/brave-ios/issues/7512)) +- Fixed preroll ads being shown as black screen when disabling “Ads Blocking” in Shields. ([#7501](https://github.com/brave/brave-ios/issues/7501)) +- Fixed Sync Chain deletion authentication problems. ([#7493](https://github.com/brave/brave-ios/issues/7493)) +- Fixed issue with background color for “Logins & Passwords” in dark mode. ([#7481](https://github.com/brave/brave-ios/issues/7481)) +- Fixed issue with Tabs Bar being hidden after using QR code scanner. ([#7476](https://github.com/brave/brave-ios/issues/7476)) +- Fixed playlist lock-screen pausing issues. ([#7466](https://github.com/brave/brave-ios/issues/7466)) +- Fixed infinite loading spinner next to toggle switch when enabling VPN. ([#7448](https://github.com/brave/brave-ios/issues/7448)) +- Fixed cosmetic filters being injected into content editable bodies. ([#7626](https://github.com/brave/brave-ios/issues/7626)) +- Fixed hour format for the Open Tabs Session Time. ([#7410](https://github.com/brave/brave-ios/issues/7410)) +- Fixed calendar invitation from not being added to iOS Calendar. ([#7386](https://github.com/brave/brave-ios/issues/7386)) + ## [1.51.2](https://github.com/brave/brave-ios/releases/tag/v1.51.2) - Fixed ads event reporting for sponsored images on New Tab Page. ([#7566](https://github.com/brave/brave-ios/issues/7566)) From 0e72474d73dd4af932c3ba7074fe95e9362eff2a Mon Sep 17 00:00:00 2001 From: smesher Date: Tue, 22 Aug 2023 17:50:04 -0700 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7cdaf53b5c..1ae0c6ebb3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,16 @@ ### Web3 -- Added support for transactions from all networks on activity tab. ([#7233](https://github.com/brave/brave-ios/issues/7233)) -- Added support for Solana v0 VersionedTransactions. ([#7211](https://github.com/brave/brave-ios/issues/7211)) - Implemented NFT auto discovery in Wallet. ([#7370](https://github.com/brave/brave-ios/issues/7370)) -- Implemented selected network per origin. ([#7225](https://github.com/brave/brave-ios/issues/7225)) -- Updated dApp requests to display network chain name. ([#7296](https://github.com/brave/brave-ios/issues/7296)) -- Updated pending transactions to show for all networks for a token. ([#7295](https://github.com/brave/brave-ios/issues/7295)) +- Added support to show transactions from all networks in activity tab. ([#7233](https://github.com/brave/brave-ios/issues/7233)) +- Added support for Solana v0 versioned transactions. ([#7211](https://github.com/brave/brave-ios/issues/7211)) +- Added the ability to connect to DApps by selected network per origin. ([#7225](https://github.com/brave/brave-ios/issues/7225)) +- Updated DApp requests to display network chain name. ([#7296](https://github.com/brave/brave-ios/issues/7296)) +- Updated pending transactions list to show the most recent one first. ([#7295](https://github.com/brave/brave-ios/issues/7295)) - Updated sorting to show most recent wallet pending transactions first. ([#7572](https://github.com/brave/brave-ios/issues/7572)) - Fixed a crash when migrating from a legacy wallet. ([#7464](https://github.com/brave/brave-ios/issues/7464)) - Fixed an account change event not emitting correctly. ([#7463](https://github.com/brave/brave-ios/issues/7463)) -- Fixed transaction links not opening correct chain ID URL. ([#7455](https://github.com/brave/brave-ios/issues/7455)) +- Fixed transaction links to open correct block explorer irrespective of the active network. ([#7455](https://github.com/brave/brave-ios/issues/7455)) - Fixed loading indicator not being removed during asset auto discovery. ([#7433](https://github.com/brave/brave-ios/issues/7433)) ### General From 519b929a58730757793f6243304f9fd18ea517c4 Mon Sep 17 00:00:00 2001 From: smesher Date: Thu, 28 Sep 2023 10:33:20 -0700 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae0c6ebb3c..f89be75d325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,13 @@ ### Web3 -- Implemented NFT auto discovery in Wallet. ([#7370](https://github.com/brave/brave-ios/issues/7370)) +- Implemented NFT auto discovery in Brave Wallet. ([#7370](https://github.com/brave/brave-ios/issues/7370)) - Added support to show transactions from all networks in activity tab. ([#7233](https://github.com/brave/brave-ios/issues/7233)) - Added support for Solana v0 versioned transactions. ([#7211](https://github.com/brave/brave-ios/issues/7211)) - Added the ability to connect to DApps by selected network per origin. ([#7225](https://github.com/brave/brave-ios/issues/7225)) - Updated DApp requests to display network chain name. ([#7296](https://github.com/brave/brave-ios/issues/7296)) - Updated pending transactions list to show the most recent one first. ([#7295](https://github.com/brave/brave-ios/issues/7295)) -- Updated sorting to show most recent wallet pending transactions first. ([#7572](https://github.com/brave/brave-ios/issues/7572)) +- Updated sorting to show most recent pending transactions first. ([#7572](https://github.com/brave/brave-ios/issues/7572)) - Fixed a crash when migrating from a legacy wallet. ([#7464](https://github.com/brave/brave-ios/issues/7464)) - Fixed an account change event not emitting correctly. ([#7463](https://github.com/brave/brave-ios/issues/7463)) - Fixed transaction links to open correct block explorer irrespective of the active network. ([#7455](https://github.com/brave/brave-ios/issues/7455)) @@ -25,25 +25,25 @@ - Updated Playlist URL bar icons and menus. ([#7422](https://github.com/brave/brave-ios/issues/7422)) - Updated copy text in Playlist. ([#7353](https://github.com/brave/brave-ios/issues/7353)) - Updated Playlist to use Async-Await. ([#7349](https://github.com/brave/brave-ios/issues/7349)) -- Updated SSL Certificate Validation to match all other browsers. ([#5543](https://github.com/brave/brave-ios/issues/5543)) +- Updated SSL Trust Validation to be less strict in order to block Mixed-Content validation. ([#5543](https://github.com/brave/brave-ios/issues/5543)) - Enabled monogram favicons to keep background color between app launches. ([#7396](https://github.com/brave/brave-ios/issues/7396)) - Fixed VPN profile from failing to initialize after purchase. ([#7413](https://github.com/brave/brave-ios/issues/7413)) - Fixed issues with cosmetic filters during slow page loads. ([#7612](https://github.com/brave/brave-ios/issues/7612)) -- Fixed Find In Page Bar from dismissing when touched in top-bar mode. ([#7610](https://github.com/brave/brave-ios/issues/7610)) -- Fixed a crash when closing tabs. ([#7548](https://github.com/brave/brave-ios/issues/7548)) +- Fixed "Find In Page" bar from dismissing when touched while in top-bar mode. ([#7610](https://github.com/brave/brave-ios/issues/7610)) +- Fixed a crash when closing tabs in certain cases. ([#7548](https://github.com/brave/brave-ios/issues/7548)) - Fixed various issues with CarPlay. ([#7541](https://github.com/brave/brave-ios/issues/7541)) - Fixed https://youtube.com from adding audio files to playlist videos. ([#7537](https://github.com/brave/brave-ios/issues/7537)) - Fixed tabs not being restored after closing private tab or toggling tab view. ([#7517](https://github.com/brave/brave-ios/issues/7517)) -- Fixed RewardsScript not running in Desktop mode on iPhone. ([#7512](https://github.com/brave/brave-ios/issues/7512)) +- Fixed RewardsScript not running in desktop mode on iPhone devices. ([#7512](https://github.com/brave/brave-ios/issues/7512)) - Fixed preroll ads being shown as black screen when disabling “Ads Blocking” in Shields. ([#7501](https://github.com/brave/brave-ios/issues/7501)) -- Fixed Sync Chain deletion authentication problems. ([#7493](https://github.com/brave/brave-ios/issues/7493)) +- Fixed Open Session Screen to be updated properly upon deleting Sync Chain from tab tray. ([#7493](https://github.com/brave/brave-ios/issues/7493)) - Fixed issue with background color for “Logins & Passwords” in dark mode. ([#7481](https://github.com/brave/brave-ios/issues/7481)) - Fixed issue with Tabs Bar being hidden after using QR code scanner. ([#7476](https://github.com/brave/brave-ios/issues/7476)) -- Fixed playlist lock-screen pausing issues. ([#7466](https://github.com/brave/brave-ios/issues/7466)) +- Fixed Playlist lock-screen pausing issues. ([#7466](https://github.com/brave/brave-ios/issues/7466)) - Fixed infinite loading spinner next to toggle switch when enabling VPN. ([#7448](https://github.com/brave/brave-ios/issues/7448)) - Fixed cosmetic filters being injected into content editable bodies. ([#7626](https://github.com/brave/brave-ios/issues/7626)) - Fixed hour format for the Open Tabs Session Time. ([#7410](https://github.com/brave/brave-ios/issues/7410)) -- Fixed calendar invitation from not being added to iOS Calendar. ([#7386](https://github.com/brave/brave-ios/issues/7386)) +- Fixed calendar invitations being downloaded rather than being added into iOS calendar when Brave is set as the default browser. ([#7386](https://github.com/brave/brave-ios/issues/7386)) ## [1.51.2](https://github.com/brave/brave-ios/releases/tag/v1.51.2) From 64f78016988ecec9c3125c5ceff7573bbf47685b Mon Sep 17 00:00:00 2001 From: smesher Date: Tue, 3 Oct 2023 15:03:49 -0700 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f89be75d325..0d81468a191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ # Changelog - ## [1.52](https://github.com/brave/brave-ios/releases/tag/v1.52) ### Web3