⚠ Breaking Change: date_filter Renamed to filter_date
date_filter has been renamed to filter_date to be consistent with the naming convention used by other filters.
Update any existing URLs, configs or ENVs that use date_filter.
Added: filter_newest
Limit asset sources to only the newest X assets.
Example
http://URL?album=XXX&filter_newest=200
Only the 200 most recent assets in the specified album will be shown.
Memories Now Respect filter_date
Memories are now filtered by filter_date, so only memories within the specified date range will be displayed.
Example
http://URL?memories=true&filter_date=2025-01-01_to_today
Only memories from 2025-01-01 onwards will be shown.
New loading spinner
The loading spinner has been updated.
What's Changed
⚠️ Breaking Changes
- Chore/date_filter renamed
🚀 New Features
- Feature/add new spinner by @damongolding in #736
- Feature/filter date applied memories by @damongolding in #737
- Feature/filter newest by @damongolding in #733
Full Changelog: v0.36.3...v0.37.0