Releases: j-a-n/lovelace-wallpanel
Releases ยท j-a-n/lovelace-wallpanel
v4.56.1
Fixes:
- Fixed browser_mod popup handling
Changes:
- Catch and log more errors
v4.56.0
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
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
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
Changed:
- Configure babel to support more browsers
Fixes:
- Fix issue causing HA Companion to freeze when hiding the sidebar
v4.54.0
New Features:
- Use Babel to support older browsers
v4.53.0
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:
v4.52.0
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
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
Fixes:
- Fix one video out of two was not refreshed with
video_loop: false
. Thanks @frantzju