mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 17:15:30 +02:00
chore: Update to firefox 140.0.2, b=no-bug, c=workspaces
This commit is contained in:
parent
3da5eda339
commit
6b306c98dc
3 changed files with 4 additions and 5 deletions
|
@ -29,8 +29,8 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne
|
||||||
|
|
||||||
### Firefox Versions
|
### Firefox Versions
|
||||||
|
|
||||||
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `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.1`!
|
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 140.0.2`!
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
||||||
|
|
|
@ -1132,7 +1132,6 @@
|
||||||
accentColor,
|
accentColor,
|
||||||
(1 - this.currentOpacity) * 100
|
(1 - this.currentOpacity) * 100
|
||||||
);
|
);
|
||||||
minimalLum = this.isDarkMode ? 0.3 : 0.18;
|
|
||||||
}
|
}
|
||||||
const lum = this.luminance(accentColor);
|
const lum = this.luminance(accentColor);
|
||||||
// Return true if background is dark enough that white text is preferred
|
// Return true if background is dark enough that white text is preferred
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"binaryName": "zen",
|
"binaryName": "zen",
|
||||||
"version": {
|
"version": {
|
||||||
"product": "firefox",
|
"product": "firefox",
|
||||||
"version": "140.0.1",
|
"version": "140.0.2",
|
||||||
"candidate": "140.0.1"
|
"candidate": "140.0.2"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"generateBranding": true
|
"generateBranding": true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue