release: v0.3.22 — Chromium 146 upgrade (linux-x64)

This commit is contained in:
CloakHQ
2026-04-09 04:36:42 +02:00
parent a01adbe26c
commit 54d8442f20
7 changed files with 30 additions and 20 deletions
+2 -2
View File
@@ -27,10 +27,10 @@ export { WRAPPER_VERSION };
// CHROMIUM_VERSION is the latest across all platforms (for display/reference).
// Use getChromiumVersion() for the current platform's actual version.
// ---------------------------------------------------------------------------
export const CHROMIUM_VERSION = "145.0.7632.159.9";
export const CHROMIUM_VERSION = "146.0.7680.177.1";
export const PLATFORM_CHROMIUM_VERSIONS: Record<string, string> = {
"linux-x64": "145.0.7632.159.9",
"linux-x64": "146.0.7680.177.1",
"linux-arm64": "145.0.7632.159.7",
"darwin-arm64": "145.0.7632.109.2",
"darwin-x64": "145.0.7632.109.2",