From 7b9bdec209bac0df84ec1d8c810b3c30a4cae2b8 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Tue, 24 Feb 2026 23:37:08 +0100 Subject: [PATCH 1/2] chore: Sync upstream to `Firefox 148.0`, p=#12498 --- README.md | 2 +- build/firefox-cache/l10n-last-commit-hash | 2 +- surfer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93842d5f1..3cc1fcc5e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne ### Firefox Versions -- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `147.0.4`! 🚀 +- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `148.0`! 🚀 - [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 148.0`! ### Contributing diff --git a/build/firefox-cache/l10n-last-commit-hash b/build/firefox-cache/l10n-last-commit-hash index 9970e08f3..bf48d250f 100644 --- a/build/firefox-cache/l10n-last-commit-hash +++ b/build/firefox-cache/l10n-last-commit-hash @@ -1 +1 @@ -b7d21837fa8fcae98dab2a4f016cc9fb3053903d \ No newline at end of file +40d4c2395112d4188721e69d338ee75bded8858a \ No newline at end of file diff --git a/surfer.json b/surfer.json index b5913a5a4..dbbe0b1e0 100644 --- a/surfer.json +++ b/surfer.json @@ -5,7 +5,7 @@ "binaryName": "zen", "version": { "product": "firefox", - "version": "147.0.4", + "version": "148.0", "candidate": "148.0", "candidateBuild": 1 }, From 2758c962b5b3cbae377abe8ef3cd4e861ddba7df Mon Sep 17 00:00:00 2001 From: Harshit Tomar <77197959+code-IM-perfect@users.noreply.github.com> Date: Wed, 25 Feb 2026 04:08:31 +0530 Subject: [PATCH 2/2] feat: Add 'open new blank window' action to zen.desktop, p=#12503 --- build/AppDir/zen.desktop | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build/AppDir/zen.desktop b/build/AppDir/zen.desktop index 2206763b3..a889e53b4 100644 --- a/build/AppDir/zen.desktop +++ b/build/AppDir/zen.desktop @@ -11,13 +11,17 @@ StartupNotify=true Terminal=false X-MultipleArgs=false Keywords=Internet;WWW;Browser;Web;Explorer; -Actions=new-window;new-private-window;profilemanager; +Actions=new-window;new-blank-window;new-private-window;profilemanager; X-AppImage-Version=$VERSION [Desktop Action new-window] Name=Open a New Window Exec=zen %u +[Desktop Action new-blank-window] +Name=Open a New Blank Window +Exec=zen --blank-window %u + [Desktop Action new-private-window] Name=Open a New Private Window Exec=zen --private-window %u