Releases: suiflex/websift
Releases · suiflex/websift
Release list
v0.4.1
v0.4.0
v0.3.0
0.3.0 (2026-08-14)
Features
- automate releases and publish to every distribution channel (8bc0519)
Bug Fixes
- adapters: record a crawl that dies instead of leaving it queued (73fb7e0)
- adapters: unblock web_crawl_start (4c53ec9)
- crawl: recheck robots after a redirect (f7d0f1a)
- fetch: follow redirects under the existing redirect guard (2710c9d)
- point the install commands at a branch that exists (1be2ba8)
- robots: treat a missing robots.txt as permission (00abeca)
- storage: wait out shared-cache table locks (975ead2)
- unblock crawling and give the repository its missing governance files (3e3f1bf)
v0.2.2
websift 0.2.2 Stops a configured SearXNG instance from falling back to a public backend, disables a cache TTL too short to be readable, and lets concurrent processes open one database instead of one of them failing to start. Rewrites the README.
v0.2.1
websift 0.2.1 Fixes the console window the browser worker opened on Windows and makes websift update refuse a destination that is not a regular file. CI now compiles and tests Windows and macOS on every change.
v0.2.0
websift 0.2.0 Adds the web_deep_search research tool, routes web_search through the same resilient search path, shares one robots gate between crawling and research, caches extractions in SQLite, and emits structured events. See CHANGELOG.md for the full list and docs/BACKLOG.md for known gaps; live retrieval against the public web is still unverified.
v0.1.1
websift v0.1.1 Adds `websift update` and `websift update --check`, and publishes bare per-target binaries with checksums for the updater to consume.
v0.1.0
websift v0.1.0 First tagged release. Zero-configuration web search, scrape, map, and bounded crawl over MCP stdio, with binaries for macOS, Linux, and Windows on x86_64 and aarch64.