diff --git a/README.md b/README.md index b835b0ae..9f6e395c 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ ## 🖥️ 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)! - 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! diff --git a/build/firefox-cache/l10n-last-commit-hash b/build/firefox-cache/l10n-last-commit-hash index 21cd03a5..3c026b98 100644 --- a/build/firefox-cache/l10n-last-commit-hash +++ b/build/firefox-cache/l10n-last-commit-hash @@ -1 +1 @@ -8113a66aeeec42dca9739c7b742a3408cb5b7cf7 \ No newline at end of file +a7fc259e12695c40d6ae249950f054221fed4f95 \ No newline at end of file diff --git a/scripts/check_rc_response.py b/scripts/check_rc_response.py index 9ac847d7..c623fae8 100644 --- a/scripts/check_rc_response.py +++ b/scripts/check_rc_response.py @@ -38,7 +38,7 @@ def get_rc_response() -> Optional[str]: for tag_dict in data["tags"]: tag = tag_dict["tag"] 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", "").replace("_", ".")) except (FileNotFoundError, json.JSONDecodeError) as e: diff --git a/src/zen/common/styles/zen-urlbar.css b/src/zen/common/styles/zen-urlbar.css index 80ae5989..8fe4939d 100644 --- a/src/zen/common/styles/zen-urlbar.css +++ b/src/zen/common/styles/zen-urlbar.css @@ -267,6 +267,7 @@ margin-bottom: auto; height: 24px; /* double 12px */ width: 24px; + padding: 4px !important; &:hover { background: var(--toolbarbutton-hover-background); @@ -279,20 +280,15 @@ :root:not([zen-single-toolbar='true']) { #notification-popup-box { - border-radius: 999px; 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; gap: 8px; + background: transparent; & > image { - padding: 0; margin-top: auto; margin-bottom: auto; + padding: 0; } } } diff --git a/surfer.json b/surfer.json index 80e36f44..e98f7b87 100644 --- a/surfer.json +++ b/surfer.json @@ -5,8 +5,8 @@ "binaryName": "zen", "version": { "product": "firefox", - "version": "138.0.1", - "candidate": "138.0.1" + "version": "138.0.3", + "candidate": "138.0.3" }, "buildOptions": { "generateBranding": true @@ -39,7 +39,7 @@ "brandShortName": "Twilight", "brandFullName": "Zen Twilight", "release": { - "displayVersion": "1.12.4t", + "displayVersion": "1.13t", "github": { "repo": "zen-browser/desktop" }