Skip to content

v0.5.5

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 03:17

Fixed

  • --extension never took effect — CLI passed extension_paths (Python API name) to the JS wrapper, which only reads camelCase extensionPaths. Chrome extensions were silently ignored. Now serialized as extensionPaths; regression test covers the key name.

Added

  • --release-channel <stable|preview> — Opt into the CloakBrowser 0.5.2 Preview channel (also honors CLOAKBROWSER_RELEASE_CHANNEL).
  • --no-fingerprint-noise — Disable fingerprint noise injection while keeping the deterministic seed (cloakbrowser 0.3.19).
  • --fingerprint-allow-3p-cookies — Allow third-party cookies for reCAPTCHA v3 / SSO / payment flows (cloakbrowser 0.4.8).
  • LICENSE_ERROR error code — Maps cloakbrowser 0.4.11's CloakBrowserLicenseError (detected by err.name) so Pro license denials surface with a clear code instead of INTERNAL_ERROR.

Changed

  • peerDependencycloakbrowser >=0.5.2 (was >=0.3.0). Devs bumped to >=0.5.3. Inline version hints refreshed.