Releases: j-a-n/lovelace-wallpanel
Releases · j-a-n/lovelace-wallpanel
v4.31.2
v4.31.1
v4.31.0
New Features:
- New option
disable_screensaver_on_browser_mod_popup_func
that allows a js condition to be passed to decide whether to disable the screensaver or not, based on the active browser mod popup. Thanks @codemunkie15 - New option
screensaver_stop_close_browser_mod_popup
to close the active browser mod popup when screensaver is stopped. Thanks @codemunkie15 - New experimental camera-based motion detection to stop the screensaver on motion (see new configuration options
camera_motion_detection_*
). - New fade-out effect when the screensaver is stopped (see new configuration options
fade_out_time_*
).
v4.30.0
New Features:
- Add the ability to configure the resolution that images from Immich will load in. Thanks @Stonos !
- The placeholder
${browser_id}
can now be used anywhere in the config. - Profiles named
device.<browser-mod-id>
are now automatically applied. - Styling for wallpanel-screensaver-info-box-badges.
Changed:
- Improve Immich performance. Thanks @Stonos !
- Faster image switching.
v4.29.1
v4.29.0
New Features:
- Option to disable the screensaver when a browser mod popup is active (config
disable_screensaver_on_browser_mod_popup
). - Detect interaction with browser mod popup.
- Add --wp-badges-minwidth variable. Thanks @monte-monte !
Fixed:
- Respect
image_order = random
for immich. Thanks @kriths !