Skip to content

v0.14.0

Compare
Choose a tag to compare
@damongolding damongolding released this 05 Dec 16:29
· 196 commits to main since this release

v0.14.0

Information Overlay

Tip

If you use a reverse proxy or expose Immich you can set immich_external_url so the links/QR code links to that

You can access additional image information in two ways:

  • Click the "i" icon on the screen
  • Press the "i" key on your keyboard

The overlay includes:

  • A direct link to view the image in Immich
  • A QR code for quick mobile access
  • A button to trigger the user.webhook.trigger.info_overlay webhook event (if enabled)

You can customize the overlay using these configuration options:

  • show_more_info: Controls the entire overlay visibility
  • show_more_info_image_link: Toggles the direct image link
  • show_more_info_qr_code: Toggles the QR code display

overlay


Redirects

A feature that lets you create simple, memorable URLs that point to longer, more complex ones. Configure them in config.yaml under kiosk.redirects with three key components:

  • name: Your short, friendly URL
  • url: The full destination URL
  • type: Choose internal to preserve browser history or external for standard redirects

docs


Webhooks

Kiosk can integrate with external services through webhook notifications. When configured, Kiosk automatically sends HTTP POST requests to your specified URLs whenever important events occur, enabling real-time communication with other systems and services.

docs


Default weather location

You can now set a weather location as the default

 weather:
  - name: london
    lat: 51.5285262
    lon: -0.2663999
    api: API_KEY
    unit: metric
    lang: en
    default: true

  - name: new-york
    lat: 40.6973709
    lon: -74.1444838
    api: API_KEY
    unit: imperial
    lang: en

docs


Exclude albums

This feature allows you to prevent specific albums from being displayed in the slideshow.

docs


Image Optimization

An optional performance feature that resizes images to match your browser's dimensions. While generally unnecessary, it can improve loading times on low-powered devices. Disabled by default.


What's Changed

🚀 New Features

⚡ Fixes

📓 Documentation

🔨 Maintenance

Other changes

Full Changelog: v0.13.1...v0.14.0