6 Commits

Author SHA1 Message Date
bibi-creator 704d0a9073 fix(readme): replace Silver/Bronze sponsors with Massive as first Gold partner (#2052)
- Add Massive (joinmassive.com) as first entry in Enterprise Sponsors table
- Remove Thordata, NstProxy, Scrapeless, and Capsolver rows
- Add locally hosted light/dark logo variants for Massive
- Normalise all sponsor logo heights to 40px for visual consistency
- Remove stray KidoCode text link from Kidocode row
2026-07-06 11:34:45 +02:00
Nasrin aea193c979 fix(readme): add dark theme logos for Thordata and Aleph Null sponsors (#2049)
Use <picture> with prefers-color-scheme so sponsor logos with dark text
render correctly on GitHub dark mode. Also host Aleph Null logo locally.
2026-07-03 10:49:28 +02:00
Nasrin da5e178649 fix(readme): host sponsor logos locally to fix broken images on GitHub (#2038)
GitHub's Camo proxy fails to render external SVGs from gist URLs and
nstproxy.com. Move Thor Data and nstproxy logos into the repo and also
fix the nstproxy fallback URL typo (ttps -> https).
2026-07-03 08:55:04 +02:00
UncleCode 367cd71db9 feat(core): release version 0.5.0 with deep crawling and CLI
This major release adds deep crawling capabilities, memory-adaptive dispatcher,
multiple crawling strategies, Docker deployment, and a new CLI. It also includes
significant improvements to proxy handling, PDF processing, and LLM integration.

BREAKING CHANGES:
- Add memory-adaptive dispatcher as default for arun_many()
- Move max_depth to CrawlerRunConfig
- Replace ScrapingMode enum with strategy pattern
- Update BrowserContext API
- Make model fields optional with defaults
- Remove content_filter parameter from CrawlerRunConfig
- Remove synchronous WebCrawler and old CLI
- Update Docker deployment configuration
- Replace FastFilterChain with FilterChain
- Change license to Apache 2.0 with attribution clause
2025-02-21 19:55:02 +08:00
UncleCode 62a86dbe8d Refactor mission section in README and add mission diagram 2024-10-31 16:38:56 +08:00
UncleCode 6c7235d6a7 Add mission.md file 2024-10-31 15:22:00 +08:00