Features
- feat: Implement
.albumprops
inheritance system
Added new optioninherit: true/false
to.albumprops
files to inherit properties to any sub-folder without an.albumprops
file or with a file missing these properties. The inheritance chain can be stopped by placing an.albumprops
file withinherit: false
in a folder.
This allows applying album properties to complete folder trees without the need to place an.albumprops
file in every folder.
One use case might be automatic sharing of albums created with certain users depending on the directory tree they were created from.
Refer to the updated README section Setting Album-Fine Properties for detailed documentation.
Huge thanks to @adamkovacs2000 for contributing this feature!
New Contributors
- @resiew made their first contribution in #161
- @adamkovacs2000 made their first contribution in #185
Full Changelog: 0.19.0...0.20.0