mirror of
https://github.com/CloakHQ/CloakBrowser.git
synced 2026-06-23 11:41:46 +02:00
docs: release v0.3.0 changelog, expand PyPI keywords
This commit is contained in:
+2
-2
@@ -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
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user