From 6b306c98dc8a09ff5ca71f8128b6aed9456a2ff5 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Sat, 28 Jun 2025 18:20:13 +0200 Subject: [PATCH] chore: Update to firefox 140.0.2, b=no-bug, c=workspaces --- README.md | 4 ++-- src/zen/workspaces/ZenGradientGenerator.mjs | 1 - surfer.json | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b23dca1c..dfa5cd67 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ 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 `140.0.1`! 🚀 -- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 140.0.1`! +- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `140.0.2`! 🚀 +- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 140.0.2`! ### Contributing diff --git a/src/zen/workspaces/ZenGradientGenerator.mjs b/src/zen/workspaces/ZenGradientGenerator.mjs index bb6572aa..1b1a81f5 100644 --- a/src/zen/workspaces/ZenGradientGenerator.mjs +++ b/src/zen/workspaces/ZenGradientGenerator.mjs @@ -1132,7 +1132,6 @@ accentColor, (1 - this.currentOpacity) * 100 ); - minimalLum = this.isDarkMode ? 0.3 : 0.18; } const lum = this.luminance(accentColor); // Return true if background is dark enough that white text is preferred diff --git a/surfer.json b/surfer.json index 3b549e6e..0e454a11 100644 --- a/surfer.json +++ b/surfer.json @@ -5,8 +5,8 @@ "binaryName": "zen", "version": { "product": "firefox", - "version": "140.0.1", - "candidate": "140.0.1" + "version": "140.0.2", + "candidate": "140.0.2" }, "buildOptions": { "generateBranding": true