diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b183f..9c5a6ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,9 @@ Changes are tagged: **[wrapper]** for Python/JS wrapper, **[binary]** for Chromi --- -## [0.3.0] — Unreleased +## [0.3.0] — 2026-03-02 -Chromium v145 upgrade. 25 fingerprint patches (up from 16). New download verification and fallback system. Pending: macOS v145 binary builds. +Chromium v145 upgrade. 25 fingerprint patches (up from 16). New download verification and fallback system. macOS v145 binary builds pending. ### Breaking diff --git a/js/package.json b/js/package.json index 53f6966..0b28323 100644 --- a/js/package.json +++ b/js/package.json @@ -25,12 +25,20 @@ "playwright", "puppeteer", "scraping", + "web-scraping", "anti-detect", + "antidetect", + "undetected", "bot-detection", "fingerprint", "recaptcha", "cloudflare", - "datadome" + "turnstile", + "datadome", + "captcha", + "headless", + "automation", + "ai-agent" ], "license": "MIT", "repository": { diff --git a/pyproject.toml b/pyproject.toml index 707fc64..d7ff6d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,15 +17,22 @@ keywords = [ "browser", "chromium", "playwright", + "puppeteer", "scraping", + "web-scraping", "anti-detect", + "antidetect", + "undetected", + "bot-detection", + "fingerprint", "recaptcha", "cloudflare", "turnstile", - "bot-detection", - "fingerprint", - "web-scraping", + "datadome", + "captcha", + "headless", "automation", + "ai-agent", ] classifiers = [ "Development Status :: 4 - Beta",