v0.11.1 CHANGELOG
Enhancements
- #53 Add PUID/GID support to the Docker container (by @lpukatch)
- [subsonic] #61 Added a
PUBLIC_PLAYLISTvariable to optionally make Subsonic playlists public - [slskd] #65 Added support for renaming tracks during migration when
RENAME_TRACKis set totrue - #67 Extended
FILTER_LISTsupport to slskd and added default filters:clean,acapella - #70 Deprecated the
PERSISTenvironment variable and replaced it with the--persistflag, allowing playlists to persist individually
Fixes
- #56 Added a
USE_SUBDIRECTORYvariable to control whether to download/move tracks under a subdirectory (for systems using structured folders, e.g. Jellyfin) - #63 Added a
CLIENT_HTTP_TIMEOUTvariable to configure custom HTTP timeouts for music systems
Internal
- Switched to the
slogpackage for logging. TheDEBUGvariable has been deprecated and replaced withLOG_LEVEL.
Misc
- Updated
sample.envand Wiki to reflect the changes above.
New Contributors
Full Changelog: v0.11.0...v0.11.1