v1.3.0
Docker Images
docker pull ghcr.io/orbivort/scrsphere/backend:1.3.0
docker pull ghcr.io/orbivort/scrsphere/frontend:1.3.0Deployment
See the Deployment Guide for complete setup instructions.
Quick start:
git clone --depth 1 --branch v1.3.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 -dWhat's Changed
[1.3.0] - 2026-05-15
Added
- sprint configuration: add 1-week and 3-week sprint duration options
Changed
- frontend: enhance mock data flow for running frontend without backend server
Security
- sanitize-html: fix critical XSS vulnerability - CVE-2026-44990
Full Changelog: v1.3.0...v1.3.0