Skip to main content
Changelog

What’s new

Every production release of CrawlX, currently on v1.2.0.

All notable production releases. Tagged on main at each promote to crawlx.ai.

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.