From 692764d0733a5a3d62e383cd4b8d378d611cdf24 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Tue, 29 Mar 2022 23:35:25 +0200 Subject: [PATCH] Release 100.0.4896.57 --- CHANGELOG.md | 10 ++++++++++ README.md | 6 +++++- build/patches/Chromium-package-name.patch | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 214cdd4e..b348ab3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 100.0.4896.57 +* allow OpenSearch search engine URLs with path +* disable AsyncDNS by default +* remove translate menu entries +* fix patch to remove contextual search (thanks to @nikolowry) +* add option to never expire history +* improve description for JIT site settings (fixes https://github.com/bromite/bromite/issues/1931) +* remove more signin integration (fixes https://github.com/bromite/bromite/issues/1902) +* miscellaneous fixes for AMP and background video playback + # 99.0.4844.77 * fix missing adaptive icon for updates * do not close adblock filters editor when tapping reset button diff --git a/README.md b/README.md index af404f33..ffd2773d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ ETH donations address: `0x5d392F8FBf3465afe05B1Adc575e248D33B891F6` * site settings to disable images * allow forcing external links to open in incognito * disable AGSA by default -* allow disabling JIT (globally and per-site) +* allow disabling JIT (per-site, disabled by default) * flag to enable Certificate Transparency * allow adding search engines from incognito mode * disable predictors @@ -82,6 +82,7 @@ ETH donations address: `0x5d392F8FBf3465afe05B1Adc575e248D33B891F6` * disable safety check * disable capability to block `view-source:` URLs * disable `SegmentationPlatformFeature`, `OptimizationHints`, client hint headers +* disable `AsyncDNS` by default ## Features not related to privacy * browser automatic updates, enabled by default @@ -108,6 +109,9 @@ ETH donations address: `0x5d392F8FBf3465afe05B1Adc575e248D33B891F6` * use Alt+D to focus address bar * allow sharing to Bromite * UI for crash information collection +* allow OpenSearch search engine detection in incognito +* allow OpenSearch search engine detection with paths +* customize history expiration threshold You can inspect all functionality/privacy changes by reading the [patches](https://github.com/bromite/bromite/tree/master/build/patches) and/or the [CHANGELOG](./CHANGELOG.md). diff --git a/build/patches/Chromium-package-name.patch b/build/patches/Chromium-package-name.patch index 31801f3e..e952f3f0 100644 --- a/build/patches/Chromium-package-name.patch +++ b/build/patches/Chromium-package-name.patch @@ -9,7 +9,7 @@ Subject: Chromium package name diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn --- a/chrome/android/BUILD.gn +++ b/chrome/android/BUILD.gn -@@ -43,7 +43,7 @@ if (android_64bit_target_cpu && skip_secondary_abi_for_cq) { +@@ -44,7 +44,7 @@ if (android_64bit_target_cpu && skip_secondary_abi_for_cq) { assert(current_toolchain != android_secondary_abi_toolchain) }