Minimum Immich version
The minimum Immich version has been raised to v3.2. This is to utilise the new API filter feature, allowing for more concise API calls.
Updated more info config
The more info config structure has been updated to be more self-contained and flexible. A few new options have also been added (rating, like_button and hide_button) to allow disabling interactive elements from the overlay.
OLD
show_more_info: true
show_more_info_image_link: true
show_more_info_qr_code: true
like_button_action: favorite # album, favorite or both [album, favorite]
hide_button_action: tag # tag, archive, or both [tag, archive]NEW
more_info:
display: true # show the more info overlay
like_button_action: favorite # album, favorite or both [album, favorite]
hide_button_action: tag # tag, archive, or both [tag, archive]
show:
asset_link: true
qr_code: true
rating: true
like_button: true
hide_button: trueBackground album asset fetching
Albums with a large number of assets (1000+) are now fetched in the background. This improves Kiosk's initial startup/fetch times.
Improved auto reconnect
Kiosk's auto reconnect feature has been improved. Kiosk will use the existing system until a number of attempts have failed, then switch into the new auto-reconnecting mode, showing an overlay while it tries to reconnect in the background. If your browser supports service workers, this is cached too, so the reconnecting overlay will show even if Kiosk itself is offline.
For example: you take Kiosk down for server maintenance and happen to reload the browser tab that was displaying it. Previously you'd see the browser's default 404/offline page. Now you'll see the reconnecting page, which waits for Kiosk to come back online.
What's Changed
Other changes
- v0.44.0 by @damongolding in #890
Full Changelog: v0.43.2...v0.44.0