Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 29 May 19:21
f8e66fd

Docker Images

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

Deployment

See the Deployment Guide for complete setup instructions.

Quick start:

git clone --depth 1 --branch v1.5.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.5.0] - 2026-05-29

Added

  • frontend: add base path support for flexible deployment configurations
  • frontend: add GitHub Pages support for live demo deployment
  • docs: add user guide and core feature documentation

Changed

  • auth: remove unused administrator role, streamline role-based access control

Fixed

  • product backlog: resolve React Query cache conflict between Sprint Planning and Product Backlog views

Security


Full Changelog: v1.5.0...v1.5.0