Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 15 May 15:07

Docker Images

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

Deployment

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 -d

What'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


Full Changelog: v1.3.0...v1.3.0