From 7902dfb3ef7808e05fe4d54a3a3782170218c41c Mon Sep 17 00:00:00 2001 From: p-sage <171166538+p-sage@users.noreply.github.com> Date: Sat, 25 Oct 2025 21:11:01 +0200 Subject: [PATCH 1/2] fix: Change icon for 'Copy Current URL' action, p=#11018 This PR simply changes the icon of 'Copy Current URL' action to match the one used in the new 'Copy URL' button in the URL Bar Signed-off-by: p-sage <171166538+p-sage@users.noreply.github.com> --- src/zen/urlbar/ZenUBGlobalActions.sys.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/urlbar/ZenUBGlobalActions.sys.mjs b/src/zen/urlbar/ZenUBGlobalActions.sys.mjs index 8418e14be..5f09607d4 100644 --- a/src/zen/urlbar/ZenUBGlobalActions.sys.mjs +++ b/src/zen/urlbar/ZenUBGlobalActions.sys.mjs @@ -30,7 +30,7 @@ const globalActionsTemplate = [ { label: 'Copy Current URL', command: 'cmd_zenCopyCurrentURL', - icon: 'chrome://browser/skin/zen-icons/edit-copy.svg', + icon: 'chrome://browser/skin/zen-icons/link.svg', }, { label: 'Settings', From 28f1243fb4177dd38657e12b38f7f36c89fd0a84 Mon Sep 17 00:00:00 2001 From: ryawa <22625346+ryawa@users.noreply.github.com> Date: Sun, 26 Oct 2025 13:52:41 -0400 Subject: [PATCH 2/2] chore: Change ffmpeg version to 24.08, p=#11031 --- build/flatpak/app.zen_browser.zen.yml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/flatpak/app.zen_browser.zen.yml.template b/build/flatpak/app.zen_browser.zen.yml.template index 821b0f1e6..d18329c46 100644 --- a/build/flatpak/app.zen_browser.zen.yml.template +++ b/build/flatpak/app.zen_browser.zen.yml.template @@ -7,7 +7,7 @@ base-version: '24.08' add-extensions: org.freedesktop.Platform.ffmpeg-full: directory: lib/ffmpeg - version: '24.08.26' + version: '24.08' add-ld-path: . app.zen_browser.zen.systemconfig: directory: etc/zen