v1.5.0
Docker Images
docker pull ghcr.io/orbivort/scrsphere/backend:1.5.0
docker pull ghcr.io/orbivort/scrsphere/frontend:1.5.0Deployment
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 -dWhat'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
- axios: fix 4 vulnerabilities (2 high, 1 moderate, 1 low) - CVE-2026-44492, CVE-2026-44494, CVE-2026-44490, CVE-2026-44489
Full Changelog: v1.5.0...v1.5.0