github spotizerr-dev/spotizerr 3.3.0

11 days ago

BREAKING CHANGE

The docker container is now distroless and rootless. Among other things, this means that it goes from 1.08GB to 511MB (>50% smaller!). Unfortunately, it also means some tweaks to your compose file will be needed:

  • PUID and PGID env variables are deprecated
  • They got replaced by user: UID:GID parameter in the compose file.

Just to be sure everything's on set, checkout the docker-compose.yaml and .env.example files.

Changelog

  • Starting from 3.3.0, container images will also be available under ghcr.io/spotizerr-dev/spotizerr (#277)
  • Implemented #227 (@Phlogi)
  • Implemented #300 (@gitmotion)
  • Fixed #303
  • Fixed #280

Don't miss a new spotizerr release

NewReleases is sending notifications on new releases.