Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 10 May 05:39
c9fa416

Docker Images

docker pull ghcr.io/orbivort/scrsphere/backend:1.2.0
docker pull ghcr.io/orbivort/scrsphere/frontend:1.2.0

Deployment

See the Deployment Guide for complete setup instructions.

Quick start:

git clone --depth 1 --branch v1.2.0 https://github.com/orbivort/scrsphere.git
cd scrsphere
cp packages/backend/.env.example packages/backend/.env.production
# Edit .env.production with your settings
docker compose up -d

What's Changed

[1.2.0] - 2026-05-10

Added

  • configuration: add production environment templates
  • docs: add comprehensive API and architecture documentation

Changed

  • frontend: improve end-to-end test reliability and mock state management

Fixed

  • frontend: resolve 3 CodeQL warnings for useless conditionals and unreachable code
  • frontend: resolve 1232 ESLint warnings for type safety and code quality
  • backend: resolve 351 ESLint warnings for type safety and code quality

Full Changelog: v1.2.0...v1.2.0