Skip to main content

Release History

Cinephage follows semantic versioning and maintains two release channels.

Release Channels

ChannelTagDescription
Stablelatest or vX.Y.ZProduction-ready releases
PreviewdevLatest 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_SECRET now 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:dev
  • ghcr.io/moldytaint/cinephage:dev-YYYYMMDD-RUN

View dev branch →

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 CaseRecommended Tag
Production deploymentlatest or vX.Y.Z
Testing new featuresdev
Deterministic deploysvX.Y.Z (pinned)
CI/CD pipelinesvX.Y.Z (pinned)

See Also