Added
- Add shuffle sorting to browse photos in a fresh randomized order
Browse your photo collection with shuffle sorting that can change hourly, daily, weekly, or monthly. Each shuffle is deterministic, so the same time period always produces the same order. The scene automatically updates with a new shuffle when the time interval changes, either on page refresh or when the browser regains focus. Configure shuffle intervals in the collection YAML config or in the UI display settings. Date and time information is hidden when shuffle is active since photos are no longer in chronological order.
Fixed
- The default layout is now more obvious in the display settings UI
- Prevent duplicate CI builds on release commits by skipping builds on main branch for release commits that will be built when the tag is pushed
What's Changed
- ci: prevent duplicate builds on release by @SmilyOrg in #168
- Add shuffle sorting feature with hourly, daily, weekly, and monthly intervals by @SmilyOrg in #169
Full Changelog: v0.21.1...v0.22.0