From bf2547428d71dc97df412faa9331175a689997bc Mon Sep 17 00:00:00 2001 From: smesher Date: Tue, 21 Nov 2023 07:08:00 -0800 Subject: [PATCH 1/4] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab87ae5e2b5..5acadebf7ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.57.2](https://github.com/brave/brave-ios/releases/tag/v1.57.2) + +- Improved performance of closing tabs for sites where Window.open is called many times. ([#8060](https://github.com/brave/brave-ios/issues/8060)) +- Fixed tab selection UI when switching between private and regular modes. ([#8146](https://github.com/brave/brave-ios/issues/8146)) +- Fixed background audio not stopping after closing tab. ([#8141](https://github.com/brave/brave-ios/issues/8141)) +- Fixed intermittent crash when downloading shared playlists. ([#8013](https://github.com/brave/brave-ios/issues/8013)) + ## [1.57.1](https://github.com/brave/brave-ios/releases/tag/v1.57.1) - Resolved issue where Brave Ads are disabled if Brave News was already enabled. ([#8098](https://github.com/brave/brave-ios/issues/8098)) From 15955904976f3e017929d865496225c1c0fda321 Mon Sep 17 00:00:00 2001 From: smesher Date: Wed, 22 Nov 2023 07:51:11 -0800 Subject: [PATCH 2/4] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acadebf7ba..bec13266a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,8 @@ ## [1.57.2](https://github.com/brave/brave-ios/releases/tag/v1.57.2) - Improved performance of closing tabs for sites where Window.open is called many times. ([#8060](https://github.com/brave/brave-ios/issues/8060)) -- Fixed tab selection UI when switching between private and regular modes. ([#8146](https://github.com/brave/brave-ios/issues/8146)) -- Fixed background audio not stopping after closing tab. ([#8141](https://github.com/brave/brave-ios/issues/8141)) +- Fixed tab mode selection so that correct UI shows when switching between private and regular modes. ([#8146](https://github.com/brave/brave-ios/issues/8146)) +- Fixed background audio not stopping after closing tab in certain cases. ([#8141](https://github.com/brave/brave-ios/issues/8141)) - Fixed intermittent crash when downloading shared playlists. ([#8013](https://github.com/brave/brave-ios/issues/8013)) ## [1.57.1](https://github.com/brave/brave-ios/releases/tag/v1.57.1) From d4f63d35671abaddb80f56996d78b6a6cb3d6d01 Mon Sep 17 00:00:00 2001 From: smesher Date: Wed, 22 Nov 2023 07:56:49 -0800 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec13266a7a..79996c9767f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [1.57.2](https://github.com/brave/brave-ios/releases/tag/v1.57.2) -- Improved performance of closing tabs for sites where Window.open is called many times. ([#8060](https://github.com/brave/brave-ios/issues/8060)) +- Improved performance of closing all tabs on certain sites that cause many tabs to be open. ([#8060](https://github.com/brave/brave-ios/issues/8060)) - Fixed tab mode selection so that correct UI shows when switching between private and regular modes. ([#8146](https://github.com/brave/brave-ios/issues/8146)) - Fixed background audio not stopping after closing tab in certain cases. ([#8141](https://github.com/brave/brave-ios/issues/8141)) - Fixed intermittent crash when downloading shared playlists. ([#8013](https://github.com/brave/brave-ios/issues/8013)) From d71e90729b31dc2f49fdcd3dd345125079cb732e Mon Sep 17 00:00:00 2001 From: smesher Date: Wed, 22 Nov 2023 12:11:38 -0800 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79996c9767f..eb01a715146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [1.57.2](https://github.com/brave/brave-ios/releases/tag/v1.57.2) -- Improved performance of closing all tabs on certain sites that cause many tabs to be open. ([#8060](https://github.com/brave/brave-ios/issues/8060)) +- Improved performance when closing all tabs opened due to "Block Popups" being disabled on certain websites. ([#8060](https://github.com/brave/brave-ios/issues/8060)) - Fixed tab mode selection so that correct UI shows when switching between private and regular modes. ([#8146](https://github.com/brave/brave-ios/issues/8146)) - Fixed background audio not stopping after closing tab in certain cases. ([#8141](https://github.com/brave/brave-ios/issues/8141)) - Fixed intermittent crash when downloading shared playlists. ([#8013](https://github.com/brave/brave-ios/issues/8013))