Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@damongolding damongolding released this 14 Nov 15:36
· 6 commits to main since this release

0.13.0

Navigation Controls

You can interact with Kiosk in three ways: touch, mouse, or keyboard.

Touch & Click Zones

Kiosk's display is divided into interactive zones:

Interaction zones

  1. Left Side: Previous image(s)
  2. Center top: Pause/Play and Toggle Menu
  3. Right Side: Next image(s)

Keyboard Shortcuts

Key Action
_ Spacebar Play/Pause and Toggle Menu
← Left Arrow Previous Image(s)
→ Right Arrow Next Image(s)

show_image_description

Display image description from METADATA (if available).


use_original_image

Use the original image rather then the preview. NOTE: This will mostly likely cause kiosk to use more CPU and RAM resources.


fetched_assets_size

The number of assets (data) requested from Immich per api call. min=1 max=1000.


http_timeout

The number of seconds before an http request will time out.


frameless

Remove borders and rounded corners around images.


Clock screensaver in sleep mode

The clock will now change position periodically while on sleep mode (if enabled) to prevent screen burn.


What's Changed

🚀 New Features

⚡ Fixes

🔨 Maintenance

Full Changelog: v0.12.0...v0.13.0