Skip to content

Releases: orbivort/scrumooth

Scrumooth v2.0.3

Choose a tag to compare

@github-actions github-actions released this 19 Jun 01:55
56bd5c6

Docker Images

docker pull ghcr.io/orbivort/scrumooth/backend:2.0.3
docker pull ghcr.io/orbivort/scrumooth/frontend:2.0.3

Deployment

See the Deployment Guide for complete setup instructions.

Quick start:

git clone --depth 1 --branch v2.0.3 https://github.com/orbivort/scrumooth.git
cd scrumooth
cp packages/backend/.env.example packages/backend/.env.production
# Edit .env.production with your settings
docker compose up -d

What's Changed

[2.0.3] - 2026-06-19

Security


Full Changelog: v2.0.2...v2.0.3

Scrumooth v2.0.2

Choose a tag to compare

@github-actions github-actions released this 16 Jun 11:12
46c38e3

Docker Images

docker pull ghcr.io/orbivort/scrumooth/backend:2.0.2
docker pull ghcr.io/orbivort/scrumooth/frontend:2.0.2

Deployment

See the Deployment Guide for complete setup instructions.

Quick start:

git clone --depth 1 --branch v2.0.2 https://github.com/orbivort/scrumooth.git
cd scrumooth
cp packages/backend/.env.example packages/backend/.env.production
# Edit .env.production with your settings
docker compose up -d

What's Changed

[2.0.2] - 2026-06-16

Security

  • form-data: fix CRLF injection vulnerability in form-data via unescaped multipart field names and filenames - CVE-2026-12143

Full Changelog: v2.0.1...v2.0.2

Scrumooth v2.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Jun 15:22
7ca4673

Docker Images

docker pull ghcr.io/orbivort/scrumooth/backend:2.0.1
docker pull ghcr.io/orbivort/scrumooth/frontend:2.0.1

Deployment

See the Deployment Guide for complete setup instructions.

Quick start:

git clone --depth 1 --branch v2.0.1 https://github.com/orbivort/scrumooth.git
cd scrumooth
cp packages/backend/.env.example packages/backend/.env.production
# Edit .env.production with your settings
docker compose up -d

What's Changed

[2.0.1] - 2026-06-13

Security

  • esbuild: fix high RCE vulnerability via NPM_CONFIG_REGISTRY due to missing binary integrity verification in Deno module - GHSA-gv7w-rqvm-qjhr

Full Changelog: v2.0.0...v2.0.1

Scrumooth v2.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 18:02

Docker Images

docker pull ghcr.io/orbivort/scrumooth/backend:2.0.0
docker pull ghcr.io/orbivort/scrumooth/frontend:2.0.0

Deployment

See the Deployment Guide for complete setup instructions.

Quick start:

git clone --depth 1 --branch v2.0.0 https://github.com/orbivort/scrumooth.git
cd scrumooth
cp packages/backend/.env.example packages/backend/.env.production
# Edit .env.production with your settings
docker compose up -d

What's Changed

[2.0.0] - 2026-06-09

Changed

  • BREAKING: rename repository from scrsphere to scrumooth
    • change repository url from github.com/orbivort/scrsphere to github.com/orbivort/scrumooth
    • change package names from @scrsphere/_ to @scrumooth/_
    • change docker container names from scrsphere-_ to scrumooth-_
    • change database names from scrsphere to scrumooth
    • update all import statements from @scrsphere/shared to @scrumooth/shared
    • update all documentation files with new product name
    • update environment configuration templates
    • update docker compose configurations
    • update github actions workflows
    • update all scripts and utilities
    • update brand assets
  • pnpm: upgrade to 11.5.0 and migrate configuration to pnpm-workspace.yaml
  • docker: update development and production configurations
  • prisma: remove old migrations and update initial migration
  • dependencies: update various frontend and backend dependencies
  • dependencies: remove unused dependencies

Security

  • pnpm: enable supply chain protection to prevent zero-day supply chain attacks
  • dependencies: fix 2 high transitive vulnerabilities
    • CVE-2020-7788 (ini prototype pollution) - fixed by upgrading ini to 4.1.3
    • CVE-2025-64756 (glob command injection) - fixed by upgrading glob to 11.1.0

Full Changelog: v1.5.1...v2.0.0

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 05 Jun 01:25
95c6a09

Docker Images

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

Deployment

See the Deployment Guide for complete setup instructions.

Quick start:

git clone --depth 1 --branch v1.5.1 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.1] - 2026-06-05

Security


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

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

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 23 May 06:40

Docker Images

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

Deployment

See the Deployment Guide for complete setup instructions.

Quick start:

git clone --depth 1 --branch v1.4.1 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.1] - 2026-05-23

Security


Full Changelog: v1.4.0...v1.4.1

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

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

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 10 May 05:39
c9fa416

Docker Images

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

Deployment

See the Deployment Guide for complete setup instructions.

Quick start:

git clone --depth 1 --branch v1.2.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.2.0] - 2026-05-10

Added

  • configuration: add production environment templates
  • docs: add comprehensive API and architecture documentation

Changed

  • frontend: improve end-to-end test reliability and mock state management

Fixed

  • frontend: resolve 3 CodeQL warnings for useless conditionals and unreachable code
  • frontend: resolve 1232 ESLint warnings for type safety and code quality
  • backend: resolve 351 ESLint warnings for type safety and code quality

Full Changelog: v1.2.0...v1.2.0