diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2ccd75..a2749837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 97.0.4692.106 +* disable url-keyed metrics reporting service (thanks to @uazo) +* disable mobile identity consistency by default +* disable appending variations header +* use Google Chrome branding for client hints +* make HTTPS-only mode enabled by default +* enable trivial auto var init (thanks to @BayLee4, fixes https://github.com/bromite/bromite/issues/1749) +* enable use_cfi_cast + # 96.0.4664.183 * updated zh_CN translations (thanks to @zhmars) diff --git a/build/bromite_patches_list.txt b/build/bromite_patches_list.txt index 0968654f..c86fd5b1 100644 --- a/build/bromite_patches_list.txt +++ b/build/bromite_patches_list.txt @@ -175,10 +175,10 @@ Disable-privacy-sandbox.patch Disable-conversion-measurement-api.patch Disable-FLoC.patch Restore-offline-indicator-v2-flag.patch -Automated-domain-substitution.patch Reintroduce-override_build_timestamp.patch enable-ftrivial-auto-var-init-zero.patch disable-appending-variations-header.patch use-Google-Chrome-branding-for-client-hints.patch Make-HTTPS-only-mode-the-default.patch disable-mobile-identity-consistency-by-default.patch +Automated-domain-substitution.patch