v1.3.0
LatestMay 20, 2026Compare Crawls, big-site reliability, and the version label finally tells the truth
- New
New Compare tab — diff any two crawls of the same site and see what's fixed and what's new since last time. Site Health, total issues, errors/warnings/notices and per-issue deltas with Fixed/New pills.
- New
Cross-project comparison — if you've crawled the same domain multiple times across different projects, all of those snapshots show up in the Compare dropdowns, sorted by date.
- Fix
Big sites no longer fail Issues with "Failed to load issues report" — the 15s endpoint timeout was killing the audit on 10k+ page sites. Bumped to 120s, results are now cached per crawl, and tab-switches don't re-run the audit.
- Performance
Near-duplicate detection rewritten for big sites — the O(N²) self-join was scanning tens of millions of page pairs on whydonate-sized sites. Added a partial simhash index and a GROUP BY approximation above 5,000 pages.
- Fix
App footer version now reads the actual build version instead of the v0.1.0 placeholder that had been there since launch.