Changelog

What's new

All notable changes to 0xCI, newest first.

v0.7Latest2026-07-05
  • featFramework auto-detection expanded to Astro, Remix, Nuxt, SolidStart, TanStack Start, and Analog, alongside existing Next.js and SvelteKit support
v0.62026-07-04
  • featFAQPage structured data added to the docs FAQ section for featured-snippet and AI answer-engine eligibility
  • featHowTo structured data added to the getting-started steps
  • featOrganization schema expanded with logo, founder, and additional sameAs links
  • featHomepage now states a plain-language definition of 0xCI up front, and the 3-step flow is marked up as a semantic list
v0.52026-07-04
  • featOpen Graph and Twitter card metadata, plus a dynamically generated preview image, for rich link previews
  • featSecurity headers (HSTS, CSP, X-Frame-Options, and more) added to every response
  • featsitemap.xml, robots.txt, canonical URLs, and JSON-LD structured data for search and AI answer engines
  • featllms.txt with a short product summary for AI agents
  • featNew /privacy page describing exactly what data 0xCI handles
  • featCopy as Markdown button on the docs page
  • featHome link added to the nav
  • fixFixed several accessibility issues found by an automated scan: color contrast, missing labels on icon-only links, duplicate landmark regions, and an empty table header
  • fixEnlarged small tap targets across the nav, footer, and docs sidebar for mobile
  • fixFooter links now point to real pages instead of placeholders
v0.42026-07-02
  • featProduction deploys with custom domain, merge to main deploys to your domain via Route 53 + ACM automatically
  • featRoute 53 hosted zone provisioned automatically via CloudFormation, no manual DNS setup required
  • featAWS region selection in setup wizard, deploy to any AWS region
  • featAWS_REGION secret injected alongside AWS_ROLE_ARN during setup
  • fixTeardown workflow no longer blocks deploy workflow, separate concurrency groups
  • fixSetup PR skipped by deploy workflow, no false failure on 0xci/setup branch
  • fixSST app name sanitized for repos starting with digits (e.g. 0xCI → app-0xci)
v0.32026-07-01
  • featMulti-repo select wizard, enable preview deployments for multiple repos at once
  • featProbot pushes workflows directly to default branch, no PR merge required
  • featLambda webhook replaces Fly.io, free, serverless, AWS-native
  • featHandles repos added to existing installation via installation_repositories.added event
  • fixOAuth callback 500 error on fresh install resolved
v0.22026-06-30
  • featSetup wizard with GitHub OAuth and AWS secret injection
  • featCloudFormation template for OIDC role, no long-lived AWS credentials
  • featPR preview URL posted as comment by Probot bot
  • featTeardown workflow destroys preview environment on PR close
  • featAuto-detects Next.js, SvelteKit, and static sites
v0.12026-06-28
  • featInitial release, zero-config GitHub App for PR preview deployments on AWS
  • featSST v4 infrastructure with OpenNext for Next.js support
  • featProbot app injects deployment workflows via setup PR