Changelog

Release history for crawwwl. Dates are when the version was published to npm.

v0.1.412 April 2025
  • CLI: new login prompt on audit — sign in, continue without an account, or create one
  • CLI: device auth no longer shows a confirmation code — browser confirmation is one click
  • Dashboard: audit list score colours, latest badge, and source filter pills (All / GitHub / CLI)
  • Dashboard: sidebar navigation polish — active and hover states, spacing improvements
v0.1.312 April 2025
  • Dashboard: sidebar navigation replaces top header tabs
  • Audit list: now shows project name, date and time, audit scale, and a Latest badge on the most recent entry
  • New audit page: cleaner pill-style URL input matching the homepage
  • Auth: clicking a magic link now logs you in on the original tab — no duplicate windows
  • Quick and standard audits are free with no account required
  • Deep audits repriced to £5 per audit
v0.1.22 April 2025
  • Performance scanner: improved detection of unoptimised images and missing lazy loading attributes
  • Scoring logic: fixed edge case where categories with no applicable rules inflated the overall score
  • Worker: normalised reasoning model response schema for more consistent AI output
  • Worker: filter out placeholder dash insights from deep audit reasoning
  • CLI: polished terminal output, score bars now align correctly on narrow terminals
  • CLI: fix-check command now exits with code 1 when critical findings are present
v0.1.118 March 2025
  • Accessibility scanner: added detection for empty button elements and icon-only links without ARIA labels
  • SEO scanner: improved Open Graph tag detection for Next.js 14+ metadata API
  • Security scanner: reduced false positives for eval() usage inside comments and strings
  • CLI: `--markdown` flag now outputs a cleaner report format suitable for pasting into GitHub issues
  • API: audit status polling now returns partial progress information during processing
  • Worker: fallback model chain (preferred → qwen2.5-coder:7b → skip AI) now logs warnings correctly
v0.1.04 March 2025
  • Initial release of crawwwl
  • Five scanner categories: performance, accessibility, SEO, code quality, security
  • Three audit scales: quick (no AI), standard (AI), deep (full reasoning)
  • CLI commands: audit, report, fix-check, login
  • Pay-as-you-go deep audits: £5 per audit, £5 minimum top-up, no subscription
  • `// crawwwl-ignore` comment suppression for individual findings
  • Next.js and React project detection with context-aware scoring