Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Latest commit

 

History

History
100 lines (59 loc) · 7.77 KB

File metadata and controls

100 lines (59 loc) · 7.77 KB

Changelog

1.1.3 (2026-06-25)

Bug Fixes

  • deps: update all non-major dependencies (#90) (dc1aaa2)
  • docker: unbreak cap_drop compose example and add rootless --user support (2cd1c2b)

1.1.2 (2026-05-23)

Bug Fixes

  • deps: update dependency lxml to >=6.1.1,<7.0.0 (#78) (98c91a8)
  • deps: update dependency pydantic to >=2.13.3,<3.0.0 (#64) (0247488)
  • deps: update dependency pydantic to >=2.13.4,<3.0.0 (#69) (aed2171)
  • deps: update dependency requests to >=2.34.2,<3.0.0 (#76) (9bc372d)
  • sync: baseline tag must point at HEAD, not upstream commit (8b3c735)

1.1.1 (2026-04-24)

Bug Fixes

  • restore LoginException/RequestException handling in main entry (2d1e6ce)

1.1.0 (2026-04-19)

Features

  • add monotonic BUILD_NUMBER to docker image (#51) (d2471f3)

1.0.3 (2026-04-19)

Bug Fixes

  • deps: update dependency lxml to v6 (#44) (3136b93)
  • docker-publish: include release-please files in paths filter (#46) (7bf886a)
  • sync: narrow to main script + refresh Docker after sync (#47) (b303eb3)

1.0.2 (2026-04-19)

Bug Fixes

  • deps: update all non-major dependencies (#40) (396c601)

1.0.1 (2026-04-19)

Bug Fixes

  • deps: update all non-major dependencies (#38) (3b1702a)
  • deps: update dependency requests to >=2.33.0,<3.0.0 [security] (#31) (c2561c7)

1.0.0 (2026-04-19)

Features

  • add idle mode and optional command execution via Post Arguments (42244d4)
  • add OMB logo for Unraid template (3515b69)
  • add workflow to cleanup old releases and images (15a9078)
  • auto-cleanup logs, keep only last 5 files (c7c6994)
  • Dockerized orpheusmorebetter with GHCR support (e3880e1)
  • enrich sync notifications with diff stats and artifact (2a1ba4b)
  • harden Docker build with source builds, SHA256 verification and security (6783f84)
  • quality of life improvements (7710d38)
  • replace unmaintained SoX with sox_ng in Docker build (d3b7855)

Bug Fixes

  • add missing commit_sha to security notification and fix Discord links (54acd9c)
  • allow Docker Hub workflow to run from dev branch (c6f2e69)
  • change working directory to /config for logs (9f0b636)
  • Discord notification issues and cleanup improvements (5cc017e)
  • move start.sh into ENTRYPOINT to prevent tini from consuming app flags (d8bbed3)
  • only trigger Docker builds when image-relevant files change (83288a9)
  • preserve latest and dev tags during cleanup (61596a9)
  • repo-events: update chodeus-ops path to .github/workflows/ (8a10f24)
  • resolve workflow annotation warnings (980534b)
  • update unraid template based on working config (e27a585)
  • workflow bugs and container improvements (74c64ac)
  • workflow improvements and main branch as primary (3e0143c)
  • YAML syntax errors from literal newlines breaking workflow parsing (4f5091f)

Refactoring

  • consolidate workflows and add Trivy scanning (22f757d)

Documentation

  • add Unraid template and improve documentation (23d582a)