Skip to content

Releases: j-a-n/lovelace-wallpanel

v4.62.3

01 Mar 07:32

Choose a tag to compare

Fixes:

  • Fix browser mod popup detection when card-mod is installed
  • Fix setting backgroud image for filenames containing special chars
  • Fix TouchEvent undefined on Safari

Changes:

  • Check for renamed config options in URL parameters and log warnings

v4.62.2

11 Feb 19:51

Choose a tag to compare

Fixes:

  • Fix splitting config string to array

v4.62.1

11 Feb 18:51

Choose a tag to compare

Fixes:

  • Only split if value is a string

v4.62.0

11 Feb 18:35

Choose a tag to compare

New Features:

  • Entity values are now split by commas when the corresponding configuration option expects an array.

Changes:

  • Configuration options hide_toolbar, hide_toolbar_action_icons, hide_toolbar_on_subviews, hide_sidebar and fullscreen are now applied immediately when changed.

Fixes:

  • Fixed filtering of Immich assets.
  • Corrected the stop_screensaver_on_mouse_move setting based on content_interaction.
  • Processing now continues even if an EXIF GPS data error occurs.

v4.61.1

09 Feb 12:51

Choose a tag to compare

Fixes:

  • Fix async processing of immich assets

v4.61.0

08 Feb 14:20

Choose a tag to compare

New Features:

  • Multiple API keys can be added to use multiple accounts on the same Immich server.
  • Add option immich_exclude_tag_names to exclude media with the specified tags.
  • Add possibility to specify an entity of type 'input_boolean' to update with the motion detection state.
  • Add option disable_context_menu to disable context menus while screensaver is running.
  • Add option theme to select an Home Assistant theme to apply to the info box.

Changes:

  • Update the media list when immich config changes.

v4.60.1

18 Dec 15:48

Choose a tag to compare

Fixes:
Add config stream_load_media, default false, fixes browser compatibility

v4.60.0

15 Dec 17:00

Choose a tag to compare

New Features:

  • Add new option immich_favorites to load favorites from immich
  • Add attributes mediaPostition and mediaCount to media info
  • Add option close_more_info_dialog_time to automatically close more-info dialogs after the specified time

Changes:

  • Stream media files when using fetch

Fixes:

  • Correct switch media direction when swiping

v4.59.1

22 Nov 10:54

Choose a tag to compare

Fixes:

  • Correct image visibility when changing show_images
  • Correct interaction behavior when the screensaver is smaller than the display
  • Add error handling for log submissions to Home Assistant

v4.59.0

05 Nov 17:30

Choose a tag to compare

New Features:

  • Fetch missing EXIF information from Immich. Thanks @svewag
  • Add media_vertical_align configuration option to control vertical alignment of media items

Fixes:

  • Completely disable transitions when fade time is set to zero

Changes:

  • Refactor fullscreen handling