Skip to content

Releases: j-a-n/lovelace-wallpanel

v4.31.2

01 Dec 16:40
Compare
Choose a tag to compare

Fixed:

  • Fix rendering of motion detection elements. fixes #309

v4.31.1

30 Nov 23:15
Compare
Choose a tag to compare

Fixed:

  • Fix CameraMotionDetection error handling (fixes #308)

v4.31.0

30 Nov 18:02
Compare
Choose a tag to compare

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

09 Oct 21:50
Compare
Choose a tag to compare

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

29 Sep 09:42
Compare
Choose a tag to compare

Fixed:

  • Convert entity values for boolean config options

v4.29.0

14 Sep 11:35
Compare
Choose a tag to compare

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 !

v4.28.0

04 Sep 12:26
Compare
Choose a tag to compare

New Features:

  • Add config log_level_console

Fixed:

  • immich authentication

v4.27.1

01 Sep 19:48
Compare
Choose a tag to compare

Fixed:

  • Improve error handling

v4.27.0

01 Sep 15:53
Compare
Choose a tag to compare

New Features:

Fixed:

  • Check if funtion screensaverRunning exists

v4.26.0

17 Aug 10:31
Compare
Choose a tag to compare

New Features:

  • Support styling config for badges

Changed:

  • Added min-width to badges container

Fixed:

  • Replace structuredClone to support old browsers again