What's Changed
Added show_image_exif
option
Setting this to true will display the images f number, shutter speed, focal length, ISO if available.
Added show_image_location
option
Setting this to true will display the images location if available.
Added a play/pause button to menu
For better UX
Moved refresh loop from Javascripts setInterval to requestAnimationFrame
The refresh loop and progress bar are now driven by requestAnimationFrame.
This is mainly for better control over the refresh loop and performance.
🚀 New Features
- Option to display image metadata (f number, shutter speed, focal length, ISO)
- Option to display location
- Play/pause button added to menu
- Refresh loop migrated from setInterval to animationFrame
⚡ Fixes
- Visible input on startup fix
- Fullscreen icon in menu no longer shows if browser does not support it
- Safari SVG not displaying fix
🔨 Maintenance
- UI is more friendly to smaller screens
- Setting
KIOSK_DEBUG
to true will add htmx event logs to the front end