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 yourdocker-compose.yaml
ordocker run
command accordingly. - Removed support for
arm/v7
andlinux/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