What's Changed
- Initial support for Ventura developer preview by @RhetTbull in #715
Full Changelog: v0.50.3...v0.50.4
This version is a major rewrite of the template engine to match enhancements I'd done in other projects (autofile.
There may be breaking changes if you use complex templates.
The primary change is that the PATH_SEP argument must now come before any filters.
For example, if you were using a template like this: {folder_album|lower(>)}
, you must now rewrite the template like this: {folder_album(>)|lower}
.
Added automatic retry for export database
Added PhotoInfo.cloud_metadata