Skip to content

v1.20.0

Latest
Compare
Choose a tag to compare
@mandarons mandarons released this 25 Jun 23:49
· 5 commits to main since this release
4e26254

Breaking Changes

  • Changes to container path are as follows -
    /app/icloud changed to /icloud
    /app/config.yaml changed to /config/config.yaml
    /app/session_data changed to /config/session_data
    ENV_CONFIG_FILE_PATH environment variable is now required to be set to /config/config.yaml
    Please update your docker-compose.yaml or docker run command accordingly.
  • Removed support for arm/v7 and linux/386 due to incompatibility with base image

What's Changed

  • [FEATURE] support for original_alt version extensions by @mandarons in #220
  • [FEATURE] Added username to notifications by @mandarons in #221
  • [BUGFIX] base image to lsio, now properly implements PGID and PUID by @mandarons in #224
  • Documentation update by @mandarons in #228
  • [FEATURE] Added unraid app template (submitted to Unraid CA for approval) by @mandarons in #229

Full Changelog: v1.19.0...v1.20.0