release: v0.3.20 — 48 patches, WebRTC IP spoofing, proxy signal removal

This commit is contained in:
CloakHQ
2026-04-06 01:54:35 +02:00
parent ccda93669e
commit a0c7704c4b
7 changed files with 30 additions and 18 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.8";
export const CHROMIUM_VERSION = "145.0.7632.159.9";
export const PLATFORM_CHROMIUM_VERSIONS: Record<string, string> = {
"linux-x64": "145.0.7632.159.8",
"linux-x64": "145.0.7632.159.9",
"linux-arm64": "145.0.7632.159.7",
"darwin-arm64": "145.0.7632.109.2",
"darwin-x64": "145.0.7632.109.2",