From 69b439a081e157ca926a81564f46b20562225d63 Mon Sep 17 00:00:00 2001 From: smesher Date: Thu, 5 Dec 2024 15:40:15 -0800 Subject: [PATCH 1/8] Update CHANGELOG_iOS.md --- CHANGELOG_iOS.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG_iOS.md b/CHANGELOG_iOS.md index 264792b6795a..95c4666c3538 100644 --- a/CHANGELOG_iOS.md +++ b/CHANGELOG_iOS.md @@ -1,5 +1,39 @@ # Changelog +## [1.73.97](https://github.com/brave/brave-browser/releases/tag/v1.73.97) + +### Web3 + + - Improved transaction success rate for Solana swap. ([#42434](https://github.com/brave/brave-browser/issues/42434)) + +### General + + - Added 7 day trial and annual subscription support for Leo. ([#37961](https://github.com/brave/brave-browser/issues/37961)) + - Added customization to Shortcut Button in the toolbar. ([#41031](https://github.com/brave/brave-browser/issues/41031)) + - Added support for Hebrew, Vietnamese and Thai languages. ([#42181](https://github.com/brave/brave-browser/issues/42181)) + - Added French, German, Italian and Spanish language support for Leo system prompts. ([#41554](https://github.com/brave/brave-browser/issues/41554)) + - Added support for procedural cosmetic filtering. ([#16935](https://github.com/brave/brave-browser/issues/16935)) + - Added “Copy Clean Link” option to the context menu in the URL bar for selected text. ([#41302](https://github.com/brave/brave-browser/issues/41302)) + - Improved Playlist UI responsiveness by converting some fetch operations to be asynchronous. ([#42501](https://github.com/brave/brave-browser/issues/42501)) + - Updated the “Edit” button to “Done” when editing custom search engines. ([#39552](https://github.com/brave/brave-browser/issues/39552)) + - Updated sizing for some icons in the toolbar to be more uniform. ([#41405](https://github.com/brave/brave-browser/issues/41405)) + - Fixed crash when accessing Leo when feature flag is disabled. ([#42150](https://github.com/brave/brave-browser/issues/42150)) + - Fixed crash in Leo when sending queries using “REWRITE” options in slash tools. ([#42443](https://github.com/brave/brave-browser/issues/42443)) + - Fixed crash when purchasing Leo subscription after VPN is purchased. ([#42268](https://github.com/brave/brave-browser/issues/42268)) + - Fixed Playlist crashing in the background due to excessive CPU usage. ([#42408](https://github.com/brave/brave-browser/issues/42408)) + - Fixed Playlist items not deleting due to having invalid cache. ([#41252](https://github.com/brave/brave-browser/issues/41252)) + - Fixed not being able to re-order Playlist items when users have multiple folders. ([#42318](https://github.com/brave/brave-browser/issues/42318)) + - Fixed a leak resulting in two Playlist items playing at once in the background. ([#42344](https://github.com/brave/brave-browser/issues/42344)) + - Fixed Playlist background audio being paused when locking/unlocking device. ([#42468](https://github.com/brave/brave-browser/issues/42468)) + - Fixed URL being opened in normal tab first when opening in a private tab using long-press context menu in Playlist. ([#42357](https://github.com/brave/brave-browser/issues/42357)) + - Fixed VPN Region shortcut to update the active region when changing servers. ([#41051](https://github.com/brave/brave-browser/issues/41051)) + - Fixed URL-bar navigation when that URL is bookmarked. ([#41910](https://github.com/brave/brave-browser/issues/41910)) + - Fixed http scheme being shown when loading insecure sites. ([#42070](https://github.com/brave/brave-browser/issues/42070)) + - Fixed missing favicon on NTP in private browsing. ([#40935](https://github.com/brave/brave-browser/issues/40935)) + - Fixed generic cosmetic filter list rules not being applied on certain sites. ([#42471](https://github.com/brave/brave-browser/issues/42471)) + - Fixed Night Mode not working on sites such as "https://community.brave.com" and "https://old.reddit.com". ([#41888](https://github.com/brave/brave-browser/issues/41888)) + - Upgraded Chromium to 131.0.6778.108. ([#42088](https://github.com/brave/brave-browser/issues/42088))([Changelog for 131.0.6778.108](https://chromium.googlesource.com/chromium/src/+log/130.0.6723.116..131.0.6778.108?pretty=fuller&n=10000)) + ## [1.71.125](https://github.com/brave/brave-browser/releases/tag/v1.71.125) ### Web3 From 0b0b9732a1b96a9a022448748846a8afca6d1a96 Mon Sep 17 00:00:00 2001 From: smesher Date: Thu, 5 Dec 2024 15:50:09 -0800 Subject: [PATCH 2/8] Update CHANGELOG_iOS.md --- CHANGELOG_iOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_iOS.md b/CHANGELOG_iOS.md index 95c4666c3538..06bde316323d 100644 --- a/CHANGELOG_iOS.md +++ b/CHANGELOG_iOS.md @@ -24,7 +24,7 @@ - Fixed Playlist items not deleting due to having invalid cache. ([#41252](https://github.com/brave/brave-browser/issues/41252)) - Fixed not being able to re-order Playlist items when users have multiple folders. ([#42318](https://github.com/brave/brave-browser/issues/42318)) - Fixed a leak resulting in two Playlist items playing at once in the background. ([#42344](https://github.com/brave/brave-browser/issues/42344)) - - Fixed Playlist background audio being paused when locking/unlocking device. ([#42468](https://github.com/brave/brave-browser/issues/42468)) + - Fixed Playlist audio being paused when locking/unlocking device. ([#42468](https://github.com/brave/brave-browser/issues/42468)) - Fixed URL being opened in normal tab first when opening in a private tab using long-press context menu in Playlist. ([#42357](https://github.com/brave/brave-browser/issues/42357)) - Fixed VPN Region shortcut to update the active region when changing servers. ([#41051](https://github.com/brave/brave-browser/issues/41051)) - Fixed URL-bar navigation when that URL is bookmarked. ([#41910](https://github.com/brave/brave-browser/issues/41910)) @@ -32,7 +32,7 @@ - Fixed missing favicon on NTP in private browsing. ([#40935](https://github.com/brave/brave-browser/issues/40935)) - Fixed generic cosmetic filter list rules not being applied on certain sites. ([#42471](https://github.com/brave/brave-browser/issues/42471)) - Fixed Night Mode not working on sites such as "https://community.brave.com" and "https://old.reddit.com". ([#41888](https://github.com/brave/brave-browser/issues/41888)) - - Upgraded Chromium to 131.0.6778.108. ([#42088](https://github.com/brave/brave-browser/issues/42088))([Changelog for 131.0.6778.108](https://chromium.googlesource.com/chromium/src/+log/130.0.6723.116..131.0.6778.108?pretty=fuller&n=10000)) + - Upgraded Chromium to 131.0.6778.108. ([#42639](https://github.com/brave/brave-browser/issues/42639))([Changelog for 131.0.6778.108](https://chromium.googlesource.com/chromium/src/+log/130.0.6723.116..131.0.6778.108?pretty=fuller&n=10000)) ## [1.71.125](https://github.com/brave/brave-browser/releases/tag/v1.71.125) From c994b4d29b3d3f7fa803a61c7e887d4e8b04fe89 Mon Sep 17 00:00:00 2001 From: smesher Date: Thu, 5 Dec 2024 15:51:58 -0800 Subject: [PATCH 3/8] Update CHANGELOG_iOS.md --- CHANGELOG_iOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG_iOS.md b/CHANGELOG_iOS.md index 06bde316323d..37a62b25b345 100644 --- a/CHANGELOG_iOS.md +++ b/CHANGELOG_iOS.md @@ -24,7 +24,7 @@ - Fixed Playlist items not deleting due to having invalid cache. ([#41252](https://github.com/brave/brave-browser/issues/41252)) - Fixed not being able to re-order Playlist items when users have multiple folders. ([#42318](https://github.com/brave/brave-browser/issues/42318)) - Fixed a leak resulting in two Playlist items playing at once in the background. ([#42344](https://github.com/brave/brave-browser/issues/42344)) - - Fixed Playlist audio being paused when locking/unlocking device. ([#42468](https://github.com/brave/brave-browser/issues/42468)) + - Fixed Playlist audio being paused momentarily when locking/unlocking device. ([#42468](https://github.com/brave/brave-browser/issues/42468)) - Fixed URL being opened in normal tab first when opening in a private tab using long-press context menu in Playlist. ([#42357](https://github.com/brave/brave-browser/issues/42357)) - Fixed VPN Region shortcut to update the active region when changing servers. ([#41051](https://github.com/brave/brave-browser/issues/41051)) - Fixed URL-bar navigation when that URL is bookmarked. ([#41910](https://github.com/brave/brave-browser/issues/41910)) From 68da0cc4df93276a651f712865268525ef677ac3 Mon Sep 17 00:00:00 2001 From: smesher Date: Thu, 5 Dec 2024 15:54:17 -0800 Subject: [PATCH 4/8] Update CHANGELOG_iOS.md --- CHANGELOG_iOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG_iOS.md b/CHANGELOG_iOS.md index 37a62b25b345..b6cd784c594c 100644 --- a/CHANGELOG_iOS.md +++ b/CHANGELOG_iOS.md @@ -25,7 +25,7 @@ - Fixed not being able to re-order Playlist items when users have multiple folders. ([#42318](https://github.com/brave/brave-browser/issues/42318)) - Fixed a leak resulting in two Playlist items playing at once in the background. ([#42344](https://github.com/brave/brave-browser/issues/42344)) - Fixed Playlist audio being paused momentarily when locking/unlocking device. ([#42468](https://github.com/brave/brave-browser/issues/42468)) - - Fixed URL being opened in normal tab first when opening in a private tab using long-press context menu in Playlist. ([#42357](https://github.com/brave/brave-browser/issues/42357)) + - Fixed URL being opened in normal tab first when choosing "Open In New Private Tab" via long-press context menu in Playlist. ([#42357](https://github.com/brave/brave-browser/issues/42357)) - Fixed VPN Region shortcut to update the active region when changing servers. ([#41051](https://github.com/brave/brave-browser/issues/41051)) - Fixed URL-bar navigation when that URL is bookmarked. ([#41910](https://github.com/brave/brave-browser/issues/41910)) - Fixed http scheme being shown when loading insecure sites. ([#42070](https://github.com/brave/brave-browser/issues/42070)) From dae1d4d404d0ec5654641797483c8c5e9706b6d9 Mon Sep 17 00:00:00 2001 From: smesher Date: Thu, 5 Dec 2024 15:55:50 -0800 Subject: [PATCH 5/8] Update CHANGELOG_iOS.md --- CHANGELOG_iOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG_iOS.md b/CHANGELOG_iOS.md index b6cd784c594c..b3c1546df649 100644 --- a/CHANGELOG_iOS.md +++ b/CHANGELOG_iOS.md @@ -28,7 +28,7 @@ - Fixed URL being opened in normal tab first when choosing "Open In New Private Tab" via long-press context menu in Playlist. ([#42357](https://github.com/brave/brave-browser/issues/42357)) - Fixed VPN Region shortcut to update the active region when changing servers. ([#41051](https://github.com/brave/brave-browser/issues/41051)) - Fixed URL-bar navigation when that URL is bookmarked. ([#41910](https://github.com/brave/brave-browser/issues/41910)) - - Fixed http scheme being shown when loading insecure sites. ([#42070](https://github.com/brave/brave-browser/issues/42070)) + - Fixed HTTP scheme being shown when loading insecure sites. ([#42070](https://github.com/brave/brave-browser/issues/42070)) - Fixed missing favicon on NTP in private browsing. ([#40935](https://github.com/brave/brave-browser/issues/40935)) - Fixed generic cosmetic filter list rules not being applied on certain sites. ([#42471](https://github.com/brave/brave-browser/issues/42471)) - Fixed Night Mode not working on sites such as "https://community.brave.com" and "https://old.reddit.com". ([#41888](https://github.com/brave/brave-browser/issues/41888)) From 37da704182d475be3380a02eab17b4a8e1dc0b2b Mon Sep 17 00:00:00 2001 From: smesher Date: Thu, 5 Dec 2024 15:57:15 -0800 Subject: [PATCH 6/8] Update CHANGELOG_iOS.md --- CHANGELOG_iOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG_iOS.md b/CHANGELOG_iOS.md index b3c1546df649..9e6b1a80ba58 100644 --- a/CHANGELOG_iOS.md +++ b/CHANGELOG_iOS.md @@ -31,7 +31,7 @@ - Fixed HTTP scheme being shown when loading insecure sites. ([#42070](https://github.com/brave/brave-browser/issues/42070)) - Fixed missing favicon on NTP in private browsing. ([#40935](https://github.com/brave/brave-browser/issues/40935)) - Fixed generic cosmetic filter list rules not being applied on certain sites. ([#42471](https://github.com/brave/brave-browser/issues/42471)) - - Fixed Night Mode not working on sites such as "https://community.brave.com" and "https://old.reddit.com". ([#41888](https://github.com/brave/brave-browser/issues/41888)) + - Fixed Night Mode not working on sites such as https://community.brave.com and https://old.reddit.com. ([#41888](https://github.com/brave/brave-browser/issues/41888)) - Upgraded Chromium to 131.0.6778.108. ([#42639](https://github.com/brave/brave-browser/issues/42639))([Changelog for 131.0.6778.108](https://chromium.googlesource.com/chromium/src/+log/130.0.6723.116..131.0.6778.108?pretty=fuller&n=10000)) ## [1.71.125](https://github.com/brave/brave-browser/releases/tag/v1.71.125) From 9e29d14294b0ebad89fc2b3eabe56268c71a0877 Mon Sep 17 00:00:00 2001 From: smesher Date: Fri, 6 Dec 2024 10:01:02 -0800 Subject: [PATCH 7/8] Update CHANGELOG_iOS.md --- CHANGELOG_iOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG_iOS.md b/CHANGELOG_iOS.md index 9e6b1a80ba58..5bc2b3c1c95b 100644 --- a/CHANGELOG_iOS.md +++ b/CHANGELOG_iOS.md @@ -4,7 +4,7 @@ ### Web3 - - Improved transaction success rate for Solana swap. ([#42434](https://github.com/brave/brave-browser/issues/42434)) + - Improved Solana swap failure rate. ([#42434](https://github.com/brave/brave-browser/issues/42434)) ### General From 7566f740c3229743718db8f49773cf0ed3ec27e6 Mon Sep 17 00:00:00 2001 From: smesher Date: Mon, 9 Dec 2024 13:58:29 -0800 Subject: [PATCH 8/8] Update CHANGELOG_iOS.md --- CHANGELOG_iOS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG_iOS.md b/CHANGELOG_iOS.md index 5bc2b3c1c95b..77e80e0de9b7 100644 --- a/CHANGELOG_iOS.md +++ b/CHANGELOG_iOS.md @@ -9,7 +9,7 @@ ### General - Added 7 day trial and annual subscription support for Leo. ([#37961](https://github.com/brave/brave-browser/issues/37961)) - - Added customization to Shortcut Button in the toolbar. ([#41031](https://github.com/brave/brave-browser/issues/41031)) + - Added customization to "Shortcut" button in the toolbar. ([#41031](https://github.com/brave/brave-browser/issues/41031)) - Added support for Hebrew, Vietnamese and Thai languages. ([#42181](https://github.com/brave/brave-browser/issues/42181)) - Added French, German, Italian and Spanish language support for Leo system prompts. ([#41554](https://github.com/brave/brave-browser/issues/41554)) - Added support for procedural cosmetic filtering. ([#16935](https://github.com/brave/brave-browser/issues/16935)) @@ -27,10 +27,10 @@ - Fixed Playlist audio being paused momentarily when locking/unlocking device. ([#42468](https://github.com/brave/brave-browser/issues/42468)) - Fixed URL being opened in normal tab first when choosing "Open In New Private Tab" via long-press context menu in Playlist. ([#42357](https://github.com/brave/brave-browser/issues/42357)) - Fixed VPN Region shortcut to update the active region when changing servers. ([#41051](https://github.com/brave/brave-browser/issues/41051)) - - Fixed URL-bar navigation when that URL is bookmarked. ([#41910](https://github.com/brave/brave-browser/issues/41910)) - - Fixed HTTP scheme being shown when loading insecure sites. ([#42070](https://github.com/brave/brave-browser/issues/42070)) + - Fixed opening bookmarks via the URL bar searches for the website via default search engine rather than directly opening the bookmarked website. ([#41910](https://github.com/brave/brave-browser/issues/41910)) + - Fixed HTTP scheme being shown when loading insecure websites. ([#42070](https://github.com/brave/brave-browser/issues/42070)) - Fixed missing favicon on NTP in private browsing. ([#40935](https://github.com/brave/brave-browser/issues/40935)) - - Fixed generic cosmetic filter list rules not being applied on certain sites. ([#42471](https://github.com/brave/brave-browser/issues/42471)) + - Fixed generic cosmetic filter list rules not being applied on certain websites. ([#42471](https://github.com/brave/brave-browser/issues/42471)) - Fixed Night Mode not working on sites such as https://community.brave.com and https://old.reddit.com. ([#41888](https://github.com/brave/brave-browser/issues/41888)) - Upgraded Chromium to 131.0.6778.108. ([#42639](https://github.com/brave/brave-browser/issues/42639))([Changelog for 131.0.6778.108](https://chromium.googlesource.com/chromium/src/+log/130.0.6723.116..131.0.6778.108?pretty=fuller&n=10000))