github damongolding/immich-kiosk v0.36.0

one day ago

0.36.0

Animated GIFs

Animated GIFs have been changed to be off by default.
You can re-enable them by setting show_animated_gifs to true.

 
 

Clock seconds

The live clock now supports displaying seconds.
Enable this by setting show_seconds to true.

 
 

Weather: Temperature Range

You can now display the high and low temperatures for the next 24 hours.

weather:
  locations:
    - name: London
      lat: xxx
      lon: xxx
      api: xxx
      unit: metric
      lang: en
      default: true
      show:
        temperature_range: true # 👈
        humidity: true
        wind: true
        visibility: true

What's Changed

🚀 New Features

⚡ Fixes

🔨 Maintenance

Other changes

  • feat(weather): add temperature range display by @yanghu in #723

New Contributors

Full Changelog: v0.35.0...v0.36.0

Don't miss a new immich-kiosk release

NewReleases is sending notifications on new releases.