docs: release v0.3.0 changelog, expand PyPI keywords

This commit is contained in:
CloakHQ
2026-03-02 23:42:23 +01:00
parent 3afe20cda2
commit 1ad2b8d3a9
3 changed files with 21 additions and 6 deletions
+2 -2
View File
@@ -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 ### Breaking
+9 -1
View File
@@ -25,12 +25,20 @@
"playwright", "playwright",
"puppeteer", "puppeteer",
"scraping", "scraping",
"web-scraping",
"anti-detect", "anti-detect",
"antidetect",
"undetected",
"bot-detection", "bot-detection",
"fingerprint", "fingerprint",
"recaptcha", "recaptcha",
"cloudflare", "cloudflare",
"datadome" "turnstile",
"datadome",
"captcha",
"headless",
"automation",
"ai-agent"
], ],
"license": "MIT", "license": "MIT",
"repository": { "repository": {
+10 -3
View File
@@ -17,15 +17,22 @@ keywords = [
"browser", "browser",
"chromium", "chromium",
"playwright", "playwright",
"puppeteer",
"scraping", "scraping",
"web-scraping",
"anti-detect", "anti-detect",
"antidetect",
"undetected",
"bot-detection",
"fingerprint",
"recaptcha", "recaptcha",
"cloudflare", "cloudflare",
"turnstile", "turnstile",
"bot-detection", "datadome",
"fingerprint", "captcha",
"web-scraping", "headless",
"automation", "automation",
"ai-agent",
] ]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",