release: v0.3.25 — Chromium 146.0.7680.177.3, launch_context_async, contextOptions

This commit is contained in:
CloakHQ
2026-04-16 22:24:36 +02:00
parent ce8b92ba4f
commit 4459f66593
6 changed files with 19 additions and 12 deletions
+3 -3
View File
@@ -27,11 +27,11 @@ 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 = "146.0.7680.177.2";
export const CHROMIUM_VERSION = "146.0.7680.177.3";
export const PLATFORM_CHROMIUM_VERSIONS: Record<string, string> = {
"linux-x64": "146.0.7680.177.2",
"linux-arm64": "146.0.7680.177.2",
"linux-x64": "146.0.7680.177.3",
"linux-arm64": "146.0.7680.177.3",
"darwin-arm64": "145.0.7632.109.2",
"darwin-x64": "145.0.7632.109.2",
"windows-x64": "145.0.7632.159.7",