Skip to content

Releases: j-a-n/lovelace-wallpanel

v4.56.1

01 Sep 05:33
Compare
Choose a tag to compare

Fixes:

  • Fixed browser_mod popup handling

Changes:

  • Catch and log more errors

v4.56.0

31 Aug 07:57
Compare
Choose a tag to compare

New Features:

  • Support for logging directly to the Home Assistant System Log
  • Compatibility with browser_mod 2.5, including handling of multiple popups

Fixes:

  • Resolved issue where the sidebar was not visible after deactivation

v4.55.0

09 Aug 09:53
Compare
Choose a tag to compare

New Features:

  • Introduced configuration option media_horizontal_align to define how media items are aligned horizontally on the screen

Changes:

  • Set mdc-drawer opacity to 0 if hidden

v4.54.2

01 Jul 15:12
Compare
Choose a tag to compare

Changes:

  • Support for older browsers using fetch and Promise polyfills
  • Unify error message handling and set the default value of alert_errors to true

Fixes:

  • Fix handling of renamed config options

v4.54.1

26 Jun 21:52
Compare
Choose a tag to compare

Changed:

  • Configure babel to support more browsers

Fixes:

  • Fix issue causing HA Companion to freeze when hiding the sidebar

v4.54.0

26 Jun 19:52
Compare
Choose a tag to compare

New Features:

  • Use Babel to support older browsers

v4.53.0

25 Jun 21:45
Compare
Choose a tag to compare

New Features:

  • Show User-Agent in debug box

Changed:

  • Rename config option card_interaction to content_interaction
  • Set screensaver container default overflow to hidden

Fixes:

  • Fetch all immich assets

v4.52.0

16 Jun 20:44
Compare
Choose a tag to compare

New Features:

  • Add support for media-entity video streams

Fixes:

  • Do not switch active media when screensaver is not running
  • Behavior of media_order corrected

v4.51.0

15 Jun 11:46
Compare
Choose a tag to compare

Changes:

  • No cards in the default config
  • Rename image_order to media_order and use random as default value
  • Limit the number of media elements after ordering
  • Set default video_volume to 0.0
  • Improve iframe_load_unchanged behaviour

v4.50.1

14 Jun 14:26
Compare
Choose a tag to compare

Fixes:

  • Fix one video out of two was not refreshed with video_loop: false. Thanks @frantzju