⚠ Breaking Change: Support for Immich V3
v0.40.0 and above will only support Immich V3.
Filter favorites
Added the new filter filter_favorites, which limits all assets to only favorited assets.
Example
The below will limit assets from the given album and person to only favorited assets.
https://URL?album=XXX&person=XXX&filter_favorites=true
Memory title i18n
The memory title (X years ago) is now driven by year_ago and years_ago in the locale files.
Edit asset star rating
You can now edit an asset's star rating from the "more info" overlay.
Better asset retrieval on waking from sleep
Kiosk will grab a new asset immediately after waking from sleep mode.
Clear cache endpoint update
Updated the clear cache endpoint to allow it's usage in the Immich's V3 worflows.
https://docs.immichkiosk.app/guides/workflows/
What's Changed
⚠️ Breaking Changes
- Chore/immich v3 by @damongolding in #798
🚀 New Features
- Feature/filter fav by @damongolding in #790
- feature/memory title i18y by @damongolding in #800
- Feature/set rating by @damongolding in #803
⚡ Fixes
- Task/robust cursor hide by @damongolding in #785
- do not include other asset endpoint by @damongolding in #794
- trigger new asset fetch on wake by @damongolding in #796
🔨 Maintenance
- cleanup by @damongolding in #787
- deps by @damongolding in #795
Other changes
- Expose browser API for video mute state and control by @hyungyunlim in #780
- fix: harden hide_cursor CSS so the cursor reliably disappears by @mvanhorn in #801
- v0.40.0 by @damongolding in #804
Full Changelog: v0.39.3...v0.40.0