What's Changed in 2.0.88
Changes
- Feat/nfo plex cast plot genres (#558)
- Feat/nfo plex cast plot genres (#557)
- feat(metadata): improve Plex/Emby NFO cast, plot and genres (#555)
- chore(deps): bump vite from 8.0.5 to 8.0.8 in /app/frontend (#550)
- chore(deps): bump prettier from 3.8.1 to 3.8.2 in /app/frontend (#551)
- chore(deps): bump @types/node from 25.5.2 to 25.6.0 in /app/frontend (#552)
- ci(deps): bump softprops/action-gh-release from 2 to 3 (#546)
- chore(deps): bump @vitejs/plugin-vue in /app/frontend (#553)
- chore(deps): update cryptography 46.0.6→46.0.7, greenlet 3.3.2→3.4.0, python-multipart 0.0.24→0.0.26 (#554)
- fix(security): resolve gitleaks secrets and npm vulnerability alerts (#544)
- chore(deps): bump typescript from 5.9.3 to 6.0.2 in /app/frontend (#526)
- chore(deps): bump fastapi from 0.135.2 to 0.135.3 (#537)
- chore(deps): bump vite from 8.0.3 to 8.0.4 in /app/frontend (#536)
- chore(deps): bump vue from 3.5.31 to 3.5.32 in /app/frontend (#533)
- chore(deps): bump esbuild from 0.27.4 to 0.28.0 in /app/frontend (#532)
- chore(deps): bump pillow from 12.1.1 to 12.2.0 (#531)
- chore(deps): bump aiohttp from 3.13.4 to 3.13.5 (#534)
- chore(deps): bump python-multipart from 0.0.22 to 0.0.24 (#535)
- chore(deps): bump uvicorn from 0.42.0 to 0.44.0 (#538)
- chore(deps): bump sass from 1.98.0 to 1.99.0 in /app/frontend (#539)
- chore(deps): bump sqlalchemy from 2.0.48 to 2.0.49 (#540)
- chore(deps): bump @types/node from 25.5.0 to 25.5.2 in /app/frontend (#541)
- chore(deps): bump eslint from 10.1.0 to 10.2.0 in /app/frontend (#542)
- chore(deps): update Streamlink 8.1.2 → 8.2.1 (#529)
- chore(deps): bump vite-plugin-vue-devtools in /app/frontend (#522)
- chore(deps): bump vue-tsc from 3.2.5 to 3.2.6 in /app/frontend (#518)
- chore(deps): bump eslint from 10.0.3 to 10.1.0 in /app/frontend (#517)
- chore(deps): bump vue-router from 5.0.3 to 5.0.4 in /app/frontend (#519)
- chore(deps): bump apprise from 1.9.8 to 1.9.9 (#515)
- ci(deps): bump codecov/codecov-action from 5 to 6 (#520)
- chore(deps): bump aiohttp from 3.13.3 to 3.13.4 (#521)
- chore(deps): bump fastapi from 0.135.1 to 0.135.2 (#523)
- chore(deps): bump vue from 3.5.30 to 3.5.31 in /app/frontend (#524)
- chore(deps): bump cryptography from 46.0.5 to 46.0.6 (#525)
- chore(deps): bump vite from 8.0.0 to 8.0.3 in /app/frontend (#527)
- chore(deps): bump @vue/tsconfig from 0.9.0 to 0.9.1 in /app/frontend (#528)
- chore(deps): bump uvicorn[standard] from 0.41.0 to 0.42.0 (#514)
- ci(deps): bump release-drafter/release-drafter from 6 to 7 (#513)
- fix(recording): prevent ghost recordings from permanently blocking new recordings (#511)
- chore(deps): upgrade to Vite 8, update all dependencies (#510)
- Feature/glassmorphism unified UI (#508)
- fix(ci): use ghcr.io for Trivy DB instead of mirror.gcr.io (#509)
- Feature/glassmorphism unified UI (#507)
- ci(deps): bump docker/setup-buildx-action from 3 to 4
- chore(deps): bump @types/node from 24.10.9 to 25.3.5 in /app/frontend
- chore(deps): bump sqlalchemy[postgresql] from 2.0.47 to 2.0.48
- ci(deps): bump docker/metadata-action from 5 to 6
- chore(deps): bump vue from 3.5.29 to 3.5.30 in /app/frontend
- chore(deps): bump cachetools from 7.0.1 to 7.0.4
- chore(deps): bump apprise from 1.9.7 to 1.9.8
- ci(deps): bump docker/login-action from 3 to 4
- chore(deps): bump eslint from 10.0.2 to 10.0.3 in /app/frontend
- ci(deps): bump docker/build-push-action from 6 to 7
- fix(deps): resolve serialize-javascript RCE vulnerability (GHSA)
- chore(deps): bump esbuild from 0.27.2 to 0.27.3 in /app/frontend
- chore(deps): bump @vue/tsconfig from 0.8.1 to 0.9.0 in /app/frontend
- chore(deps): bump vite-plugin-vue-devtools in /app/frontend
- chore(deps): bump python-dotenv from 1.2.1 to 1.2.2
- chore(deps): bump fastapi from 0.133.1 to 0.135.1
- chore(deps): bump bandit from 1.9.2 to 1.9.4
- ci(deps): bump actions/upload-artifact from 6 to 7
🐳 Docker Images
This release is available as multi-architecture Docker images (amd64, arm64):
Pull the image:
# Specific version
docker pull ghcr.io/Serph91P/streamvault:2.0.88
docker pull frequency2098/streamvault:2.0.88
# Or latest stable (main branch)
docker pull ghcr.io/Serph91P/streamvault:latest
docker pull frequency2098/streamvault:latest
# Or development (develop branch)
docker pull ghcr.io/Serph91P/streamvault:dev
docker pull frequency2098/streamvault:devRun with Docker Compose:
# Download docker-compose.yml
curl -O https://raw.githubusercontent.com/Serph91P/StreamVault/main/docker/docker-compose.yml
# Start services
docker compose up -dRegistry Information
| Property | Value |
|---|---|
| GitHub Registry | ghcr.io/Serph91P/streamvault |
| DockerHub | frequency2098/streamvault |
| Version | 2.0.88 |
| Architectures | linux/amd64, linux/arm64 |
Documentation
See the README.md for full configuration options.