Fix: improve PGO, LTO, and clang plugins for all builds to enhance performance

This commit is contained in:
mr. M 2024-12-22 13:06:25 +01:00
parent 9e4b41c502
commit 0f9d1dad2c
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -1960,6 +1960,7 @@ export const releaseNotes: ReleaseNote[] = [
"Removed permission buttons in the URL bar into an unified button, saving space (single toolbar layout)", "Removed permission buttons in the URL bar into an unified button, saving space (single toolbar layout)",
"Added support for function keys in the range of F13-F24, also for nums lock and scroll lock keys", "Added support for function keys in the range of F13-F24, also for nums lock and scroll lock keys",
"Add experimental window controls preference to hide the window controls always (zen.view.experimental-no-window-controls)", "Add experimental window controls preference to hide the window controls always (zen.view.experimental-no-window-controls)",
"Fixed and improved PGO, LTO and clang plugins for all builds, improving performance",
], ],
breakingChanges: [ breakingChanges: [
"Due to a high amount of complaints, we've removed the 'Inspect Element' shortcut to 'Ctrl+Shift+L' (Windows/Linux) and 'Cmd+Opt+I' (macOS). This is done to prioritize the 'Copy current URL' shortcut", "Due to a high amount of complaints, we've removed the 'Inspect Element' shortcut to 'Ctrl+Shift+L' (Windows/Linux) and 'Cmd+Opt+I' (macOS). This is done to prioritize the 'Copy current URL' shortcut",