Skip to content

Releases: AJ-EN/aeo-audit

v1.2.1

10 Jun 06:54
747484d

Choose a tag to compare

Zero-setup first run: aeo-audit now auto-installs the Chromium browser on first scan if it's missing, so pipx install aeo-audit && aeo-audit scan <url> works with no extra steps. See CHANGELOG.md.

v1.2.0

09 Jun 20:50
8d08f8f

Choose a tag to compare

Reports now lead with the absolute score + checks-passed and label the relative grade honestly ("Nth percentile of N benchmarked sites"), with a concrete fix-list. pip install -U aeo-audit. See CHANGELOG.md.

v1.1.2

09 Jun 20:18

Choose a tag to compare

Patch: bundle the benchmark corpus in the wheel/binary (percentile grading now works for installed users) and fix --version. pip install -U aeo-audit. See CHANGELOG.md.

v1.1.1

09 Jun 19:18

Choose a tag to compare

First release published to PyPI.

pip install aeo-audit            # or: pipx install aeo-audit
playwright install chromium

Also includes the Node 24 GitHub Actions bump and a refreshed benchmark corpus. See CHANGELOG.md.

v1.1.0 — Launch readiness

09 Jun 18:27
7631bca

Choose a tag to compare

Launch-readiness release: makes the AEO score a usable feedback loop and fixes reliability + install blockers.

Highlights

  • Foundation-weighted scoring + percentile-relative grading — real A→F spread instead of a flat wall of F.
  • robots_agent production-bug fix (the crawler never fed it robots.txt, so it failed for every site) + tiered crawlability scoring.
  • Crawl reliability: wait_strategy: load (was networkidle), timeout 30s → 45s.
  • Install fixes: correct repo refs, pipx install git+https://…, binary Chromium runtime docs.

Install

pipx install git+https://github.com/AJ-EN/aeo-audit.git
playwright install chromium

Or grab a standalone binary from the assets below.

Full notes in CHANGELOG.md.

v1.0.0

07 Jun 19:24

Choose a tag to compare