Release History
Cinephage follows semantic versioning and maintains two release channels.
Release Channels
| Channel | Tag | Description |
|---|---|---|
| Stable | latest or vX.Y.Z | Production-ready releases |
| Preview | dev | Latest development builds |
Version History
v0.5.0 (Latest Stable)
Release Date: 2025-04-XX
Major Features:
- Activity Management with enhanced history and bulk actions
- Backup & Restore with encrypted configuration
- Native subtitle sync with alass algorithm
- Media Move between root folders
- Smart Lists with TMDB Discover integration
- i18n support with Spanish localization
- rTorrent download client support
Breaking Changes:
BETTER_AUTH_SECRETnow required (auto-generated fallback removed)- Subtitles API response shape changed
- Docker volume mounts consolidated to
/config
Infrastructure:
- Docker base image changed to
node:24-trixie-slim - Automated release pipeline with release-please
View full release notes on GitHub →
v0.6.0 (In Development)
Status: Preview builds available
Preview Tags:
ghcr.io/moldytaint/cinephage:devghcr.io/moldytaint/cinephage:dev-YYYYMMDD-RUN
Docker Tags Reference
Stable Releases
# Latest stable
docker pull ghcr.io/moldytaint/cinephage:latest
# Pinned version (recommended for production)
docker pull ghcr.io/moldytaint/cinephage:v0.5.0
Preview Builds
# Latest development build
docker pull ghcr.io/moldytaint/cinephage:dev
Which Tag Should I Use?
| Use Case | Recommended Tag |
|---|---|
| Production deployment | latest or vX.Y.Z |
| Testing new features | dev |
| Deterministic deploys | vX.Y.Z (pinned) |
| CI/CD pipelines | vX.Y.Z (pinned) |
See Also
- Migration Guide — Upgrading between versions
- Backup & Restore — Before updating
- Full Changelog on GitHub