Changelog
Public-facing highlights. Full commit history: github.com/Tanvrit/app-auditor.
- 2026-04-21enhancement
PWA install, recent runs, side tools, audit-us CTA
- •Web portal installable as a PWA (manifest.webmanifest, theme-color)
- •Recent runs on the home screen — re-run any with one click
- •Score-transparency modal: see weights + deduction formula
- •"Audit us" deep link on the landing pre-fills our own URL
- •Copy-to-clipboard on remediation code blocks
- •Sort findings (severity / category / A-Z), expand-all toggle
- •Markdown + CSV export alongside JSON / HTML / PDF
- •Manual accessibility review checklist — the ~43% axe-core misses
- 2026-04-21fix
Accuracy overhaul — scores now match Lighthouse ballpark
- •Fixed case-insensitive selector bug that false-positived every meta check (title, viewport, description, og:*)
- •Removed duplicate findings (title counted in both SEO and Accessibility, alt in Accessibility and Content)
- •Rebalanced severity deductions: CRITICAL −15 then −4, WARNING −4 then −2, INFO capped at −12
- •Well-built sites (Lighthouse 90+) now score in the 85-95 range instead of 5
- 2026-04-20design
Light-mode redesign
- •Stripe/Linear-inspired light palette — emerald primary, amber accent, neutral surfaces
- •Rewrote ScoreGauge to place label below ring (no more text collision at small sizes)
- •FindingCard gets a coloured severity stripe, proper hierarchy, copy-button on remediation
- •Home screen brand bar + segmented Single-page / Crawl toggle
- 2026-04-20launch
v0.1 — initial deploy
- •All 4 targets compile (web WASM, desktop JVM, Android, iOS)
- •On-device audit engine: 70+ checks across 11 categories
- •CORS proxy via Cloudflare Pages Function for third-party URL fetching
- •GitHub Actions workflow auto-deploys on push to main
- •Live at auditor.tanvrit.com