Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 22 May 09:49

Docker Images

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

Deployment

See the Deployment Guide for complete setup instructions.

Quick start:

git clone --depth 1 --branch v1.4.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.4.0] - 2026-05-22

Added

  • product backlog: add configurable maximum backlog size control

Changed

  • sprint configuration: adjust sprint end date to previous Friday if it falls on a weekend

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