Open navigation menu

Release Notes

Notable changes to how TeqSeq is built, deployed and hosted.

Current version: v1.2.0
  1. Terms of Service and clearer legal navigation

    TeqSeq now includes a dedicated Terms of Service page. The footer provides direct access to the Terms of Service alongside the Privacy Policy, Contact, and other legal information.

    Read the Terms of Service
  2. v1.1.0

    Current release: core feature set

    TeqSeq 1.1.0 brings together the JSON Formatter developer tool, an admin view toggle for previewing internal-only content, dedicated Privacy Policy and Imprint pages for legal compliance, and a new Contact page with a validated form for reaching the team directly — alongside links out to the wider TeqSeq toolbox (Quiz Quest Hub and Kana Learn).

  3. Migrated hosting from Amazon S3 to AWS Amplify

    TeqSeq previously shipped as a static export synced to an S3 bucket, served through a hand-configured CloudFront distribution and deployed by running the AWS CLI by hand. It now runs on AWS Amplify Hosting compute: pushing to the main branch on GitHub deploys automatically, Amplify manages the CDN, TLS and caching without manual CloudFront invalidations, and the app runs as a full Next.js server instead of a static export, which unlocks server-only features such as dynamic metadata routes and request-time rendering.

    See the before/after diagram
Release Notes | TeqSeq