Releases: damongolding/immich-kiosk
v0.38.1
Temp Range Indicators
Added a small indicator on the temp range values to add help visually distinguish between high and low temps.
The default wind direction is now compass directions
Changed the default wind direction to use compass directions (N, NE, E etc)
wind_direction
Added wind_direction to weather locations. Setting this to true will display the wind direction as degrees
weather:
locations:
- name: xxx
lat: xxx
lon: xxx
api: xxx
unit: metric
lang: en
show:
wind: true
wind_direction: falseImproved live photo handling
Fixed an issue where Kiosk could become stuck if a live photo failed to fetch.
What's Changed
🚀 New Features
- temp range indicators by @damongolding in #746
- feat: Added support for wind direction displayed as compass heading by @pengee in #742
⚡ Fixes
- Fix/forced-light-mode by @damongolding in #743
- Fix/live photo polling by @damongolding in #744
🔨 Maintenance
- deps by @damongolding in #747
- go v bump by @damongolding in #748
Other changes
- change default by @damongolding in #745
- Task/release by @damongolding in #749
New Contributors
Full Changelog: v0.38.0...v0.38.1
v0.38.0
Added: filter_exclude_faces
Excludes assets where Immich has detected a face. Useful for slideshows focused on scenery, landscapes, or architecture.
Note: Requires Immich to have already processed face detection on your assets.
Example
http://URL?album=XXX&filter_exclude_faces=true
What's Changed
🚀 New Features
- Feature/filter exclude faces by @damongolding in #739
Other changes
- v0.38.0 by @damongolding in #740
Full Changelog: v0.37.0...v0.38.0
v0.37.0
⚠ Breaking Change: date_filter Renamed to filter_date
date_filter has been renamed to filter_date to be consistent with the naming convention used by other filters.
Update any existing URLs, configs or ENVs that use date_filter.
Added: filter_newest
Limit asset sources to only the newest X assets.
Example
http://URL?album=XXX&filter_newest=200
Only the 200 most recent assets in the specified album will be shown.
Memories Now Respect filter_date
Memories are now filtered by filter_date, so only memories within the specified date range will be displayed.
Example
http://URL?memories=true&filter_date=2025-01-01_to_today
Only memories from 2025-01-01 onwards will be shown.
New loading spinner
The loading spinner has been updated.
What's Changed
⚠️ Breaking Changes
- Chore/date_filter renamed
🚀 New Features
- Feature/add new spinner by @damongolding in #736
- Feature/filter date applied memories by @damongolding in #737
- Feature/filter newest by @damongolding in #733
Full Changelog: v0.36.3...v0.37.0
v0.36.3
Update schema for memories_only
Fix config validation error
v0.36.2
Memories only
When using the memories source, the new memories_only option lets you show memories only when no other sources (people, albums, tags, etc.) are configured.
Forecast: temperature range
Fixed an issue where temperature_range wouldn't show if forecast was set to false.
What's Changed
🚀 New Features
- Feature/expose memories only by @damongolding in #730
⚡ Fixes
- Fix/weather temp range by @damongolding in #729
Other changes
- 0.36.2 by @damongolding in #732
Full Changelog: v0.36.1...v0.36.2
v0.36.1
Safari SVGs
Fix SVGs in Safari not displaying correctly.
What's Changed
⚡ Fixes
- Fix/safari svg by @damongolding in #727
Other changes
- 0.36.1 by @damongolding in #728
Full Changelog: v0.36.0...v0.36.1
v0.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: trueWhat's Changed
🚀 New Features
- Feature/animated gifs config by @damongolding in #714
- allow seconds in clock by @damongolding in #717
⚡ Fixes
- fix/transparent-bg by @damongolding in #719
🔨 Maintenance
- Chore/deps by @damongolding in #715
- deps by @damongolding in #721
Other changes
New Contributors
Full Changelog: v0.35.0...v0.36.0
v0.35.0
Extended weather
You can now display humidity, wind, and visibility alongside the current weather description.
weather:
locations:
- name: London
lat: xxx
lon: xxx
api: xxx
unit: metric
lang: en
default: true
show:
humidity: true
wind: true
visibility: true
AM/PM toggle
You can now hide the AM/PM suffix on 12-hour clocks by setting show_am_pm: false.
What's Changed
🚀 New Features
- better mime support by @damongolding in #705
- feat: Add show_am_pm config option to toggle am/pm in 12h clock by @johnlago in #708
- Feature/extended weather by @damongolding in #707
🔨 Maintenance
- Chore/housekeeping by @damongolding in #706
New Contributors
Full Changelog: v0.34.0...v0.35.0
v0.34.0
Memories
Memories are now mixed in with random assets (from your whole library) if they are the only asset source enabled.
Open in Immich links
QR codes now open assets via my.immich.app by default, which launches the asset directly in the Immich app if it's installed. To revert to the previous behaviour using immich_external_url, set qr_code_open_in_app: false.
The Open in Immich button is unchanged, set button_open_in_app: true to open via my.immich.app there too.
Cleaner focal length display
Focal length no longer shows trailing decimals (e.g. 32mm instead of 32.00mm).
Selecting user via URL
The ?user=USER URL parameter has been re-enabled.
Smaller binary size
The Kiosk binary size has been reduced.
What's Changed
🚀 New Features
- use-immich-app-link by @damongolding in #704
⚡ Fixes
- remove .0 from focal length by @damongolding in #699
- Fix/user query by @damongolding in #697
- Fix/mix memories with all by @damongolding in #703
🔨 Maintenance
- Chore/deps by @damongolding in #696
Full Changelog: v0.33.3...v0.34.0
v0.33.3
Added support for animated GIFs
There may be a slight delay in loading animated GIFs as they can be quite large.
What's Changed
🚀 New Features
- use /image for animated gifs by @damongolding in #691
Other changes
- 0.33.3 by @damongolding in #692
Full Changelog: v0.33.2...v0.33.3