v0.19.0
Features
- feat: Support new
visibility
option / Fix Asset Archiving
Added support for newvisibility
asset property and Locked Folder feature in Immich, superceeding previous archiving functionality.
Caution
Option/Environment Variable -v/--archive
/ARCHIVE
is now deprecated! Use --visibility=archive
/VISIBILITY=archive
instead!
Refer to README section Asset Visibility & Locked Folder.
Improvements
Fixes
- fix/Album Level Range: Skip out of range assets
Previously, when specifying an album range (e.g.3,3
), the script would also create albums for assets whose path did not have three levels, but would use the last level of that path.
Caution
Change in behavior:
Assets with a path with less levels than specified in the album range are ignored.
Misc
New Contributors
Full Changelog: 0.18.5...0.19.0