github damongolding/immich-kiosk v0.23.0

latest releases: v0.23.4, v0.23.3, v0.23.2...
4 days ago

0.23.0

Weather forecast

You can now display the forecast for the next three days.

Note: this does require an additional API call to OpenWeatherMap. Once on startup and then every 3 hours thereafter.

Example:

weather:
  - name: London
    lat: xxx
    lon: xxx
    api: xxx
    unit: metric
    lang: en
    forecast: true # <- Add to display forecast

Stricter config validation

Config validation is now set to error by default if your config is invalid (it warned before).

This behaviour can be changed via config_validation_level.

example:

kiosk:
  config_validation_level: warning # can be error or warning

Go 1.25

Upgraded to Go 1.25. This version improves how Go respects container resource limits (e.g., CPU and memory constraints), resulting in more predictable behaviour when running inside containers.


What's Changed

🚀 New Features

🔨 Maintenance

Full Changelog: v0.22.2...v0.23.0

Don't miss a new immich-kiosk release

NewReleases is sending notifications on new releases.