show_person_age
Added show_person_age
to display how old a person was when the photo was taken. Birthday must be set in Immich.
person=all
Added the keyword all
to people. http://{URL}?person=all
would only display assets with known (named) people in them.
History
Kiosk now remembers where you were when navigation between previous assets.
Webhooks
Added asset.history.previous
and asset.history.next
.
QR code scaling
The QR code should now scale with font_size
for larger screens.
What's Changed
🚀 New Features
- Feature/person age by @damongolding in #355
- Feature/people all by @damongolding in #359
- first pass at adding linear history movement by @damongolding in #366
⚡ Fixes
- Fix/missing overlay icons by @damongolding in #354
- Fix/test slice emptiness when merging assetData by @damongolding in #356
- Fix/QR scales with font by @damongolding in #360
🔨 Maintenance
- deps by @damongolding in #363
Full Changelog: v0.19.0...v0.20.0