Skip to content

v0.3.3 - Community Contributions & Protected Media Support

Choose a tag to compare

@davidamacey davidamacey released this 14 Jan 05:13
· 304 commits to master since this release

Community Contributions & Protected Media Support

Community-driven release featuring contributions from @vfilon, who submitted all four PRs in this version!

Highlights

  • 🇷🇺 Russian Language Support - 8th supported UI language with 1,600+ translated strings
  • 🔐 Protected Media Authentication - New plugin system for downloading from password-protected corporate video portals (MediaCMS support built-in)
  • 🛠️ Bug Fixes - VRAM monitoring fix for non-CUDA devices, loading screen translation fix
  • 🔧 URL Utilities - Centralized URL construction for consistent dev/production behavior

How to Update

Docker Compose:

docker compose pull
docker compose up -d

Protected Media Setup (Optional)

To enable authenticated downloads from MediaCMS installations:

# Add to .env
MEDIACMS_ALLOWED_HOSTS=media.example.com,mediacms.internal

Full Changelog

See CHANGELOG.md for complete details.

Thank You

Special thanks to @vfilon for contributing all four PRs in this release!