forked from ZenBrowserMirrors/zen-desktop
chore: Updated to firefox 138.0.3, b=(no-bug), c=scripts, common
This commit is contained in:
parent
7c12ad72b8
commit
641d4d0f87
5 changed files with 10 additions and 14 deletions
|
@ -28,9 +28,9 @@
|
||||||
|
|
||||||
## 🖥️ Compatibility
|
## 🖥️ Compatibility
|
||||||
|
|
||||||
Zen is currently built using Firefox version `138.0.1`! 🚀
|
Zen is currently built using Firefox version `138.0.3`! 🚀
|
||||||
|
|
||||||
- [`Zen Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 138.0.1`!
|
- [`Zen Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 138.0.3`!
|
||||||
- Check out the latest [release notes](https://zen-browser.app/release-notes)!
|
- Check out the latest [release notes](https://zen-browser.app/release-notes)!
|
||||||
- Part of our mission is to keep Zen up-to-date with the latest version of Firefox, so you can enjoy the latest features and security updates!
|
- Part of our mission is to keep Zen up-to-date with the latest version of Firefox, so you can enjoy the latest features and security updates!
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
8113a66aeeec42dca9739c7b742a3408cb5b7cf7
|
a7fc259e12695c40d6ae249950f054221fed4f95
|
|
@ -38,7 +38,7 @@ def get_rc_response() -> Optional[str]:
|
||||||
for tag_dict in data["tags"]:
|
for tag_dict in data["tags"]:
|
||||||
tag = tag_dict["tag"]
|
tag = tag_dict["tag"]
|
||||||
if (tag.startswith("FIREFOX") and tag.endswith("_BUILD1")
|
if (tag.startswith("FIREFOX") and tag.endswith("_BUILD1")
|
||||||
and "ESR" not in tag and "b" not in tag):
|
and "ESR" not in tag and "b" not in tag and "ANDROID" not in tag):
|
||||||
return (tag.replace("FIREFOX_", "").replace("_BUILD1",
|
return (tag.replace("FIREFOX_", "").replace("_BUILD1",
|
||||||
"").replace("_", "."))
|
"").replace("_", "."))
|
||||||
except (FileNotFoundError, json.JSONDecodeError) as e:
|
except (FileNotFoundError, json.JSONDecodeError) as e:
|
||||||
|
|
|
@ -267,6 +267,7 @@
|
||||||
margin-bottom: auto;
|
margin-bottom: auto;
|
||||||
height: 24px; /* double 12px */
|
height: 24px; /* double 12px */
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
padding: 4px !important;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--toolbarbutton-hover-background);
|
background: var(--toolbarbutton-hover-background);
|
||||||
|
@ -279,20 +280,15 @@
|
||||||
|
|
||||||
:root:not([zen-single-toolbar='true']) {
|
:root:not([zen-single-toolbar='true']) {
|
||||||
#notification-popup-box {
|
#notification-popup-box {
|
||||||
border-radius: 999px;
|
|
||||||
margin: 0 4px 0 0 !important;
|
margin: 0 4px 0 0 !important;
|
||||||
padding: 0 4px;
|
|
||||||
min-width: calc(
|
|
||||||
var(--urlbar-min-height) - 4px - 4 * var(--urlbar-container-padding)
|
|
||||||
) !important;
|
|
||||||
height: calc(var(--urlbar-min-height) - 4px - 4 * var(--urlbar-container-padding)) !important;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
background: transparent;
|
||||||
|
|
||||||
& > image {
|
& > image {
|
||||||
padding: 0;
|
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
margin-bottom: auto;
|
margin-bottom: auto;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"binaryName": "zen",
|
"binaryName": "zen",
|
||||||
"version": {
|
"version": {
|
||||||
"product": "firefox",
|
"product": "firefox",
|
||||||
"version": "138.0.1",
|
"version": "138.0.3",
|
||||||
"candidate": "138.0.1"
|
"candidate": "138.0.3"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"generateBranding": true
|
"generateBranding": true
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
"brandShortName": "Twilight",
|
"brandShortName": "Twilight",
|
||||||
"brandFullName": "Zen Twilight",
|
"brandFullName": "Zen Twilight",
|
||||||
"release": {
|
"release": {
|
||||||
"displayVersion": "1.12.4t",
|
"displayVersion": "1.13t",
|
||||||
"github": {
|
"github": {
|
||||||
"repo": "zen-browser/desktop"
|
"repo": "zen-browser/desktop"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue