What’s new
Every production release of CrawlX, currently on v1.3.0.
All notable production releases. Tagged on main at each promote to crawlx.ai.
v1.3.0 — 2026-09-09
Everything that reached crawlx.ai since v1.2.0, written for people rather than
generated from commit subjects.
- 162 technical SEO checks across 18 categories (up from 84): indexability and
canonical chains, redirects, sitemaps, content and schema field validation,
JavaScript-rendering diffs, host and robots.txt checks, and Search Console
cross-checks for connected properties. Every check has a public reference page
under /seo-checks, and every finding now carries the evidence it was raised on.
- Draft-first AI fixes. "Draft fix" prepares the change for review before
anything touches GitHub; "Review & open PR" opens it. Drafts persist, the fix
drawer never strands you, and the guardrail runs on every fix route.
- Fixes for the highest-volume findings, so the checks that fire on thousands
of pages resolve at the template instead of one row at a time.
- Workspace-scoped projects and lists: pickers, entitlements, and project
creation follow the workspace you are in; billing routes are gated to the
billing owner.
- Content engine: Search Console performance pull for published posts, with
the results fed back to the drafting agent.
- Site accuracy pass ahead of launch: corrected check-count copy on nine
pages, removed a trial button that had no trial behind it, made stat counters
render their real values without JavaScript, aligned the free-tier wording
with what the free tier actually runs, reworded the Enterprise tier to what
exists today, and regenerated the social share image on the current brand.
v1.2.0 — 2026-07-06
- feat(marketing): app version badge + /changelog page
- docs: add CLAUDE.md — staging-first deploy flow + payment-env + migration-lockstep rules (#98)
- fix(content): blog-writer follow-ups — www host + admin cover overlay (#96)
v1.1.0 — 2026-07-05
- Introduced the versioned staging → production release pipeline: semver tags on
every promote, a generated changelog, and scripts/promote.sh with a test gate
and fast-forward safety.
v1.0.0 — 2026-07-05
Baseline of the current production state at the introduction of the versioned
release process. Everything shipped to crawlx.ai up to and including the
automated blog writer (Phases 1 & 2, #94) is captured under this version.
Notable systems live as of this baseline:
- Crawl engine with JS render, exports, white-label PDF, AI Readiness scoring
- Project-centric workspace (ProjectNav, Fixes / Trends / Webhooks)
- Fix → PR flow (AI writes copy, codemods place it, guardrail validates)
- Billing: Stripe + Paddle, runtime sandbox↔live toggle, India localized pricing
- Read-only over-cap projects on downgrade
- Admin operational suite, in-app feedback triage, data-retention purge
- Free SEO tools, comparison/alternatives pages, single-page docs
- Custom auth emails (Resend SMTP), rate-limit hardening, SSRF/IDOR fixes
- Automated blog writer (research → draft → admin review → publish PR)
Subsequent releases are cut by scripts/promote.sh (or the promote workflow)
and appended above this entry.