Releases: kalkih/mini-media-player
v0.9.5: media list & media buttons
-
Added:
media_list
option to display a dropdown list with items to quickly play specified media -
Added:
media_buttons
option to display buttons to quickly play specified media -
Added:
full-cover-fit
option parameter for theartwork
option, this option does not crop/zoom the artwork likefull-cover
#36 -
Added: tts support for the "Alexa as Media Player" custom_component #37 (@Rocka84)
-
Changed: removed animations on initial page load
-
Fixed: less re-rendering -> better performance
-
Fixed: made card background transparent if
group: true
is set -
Fixed: setting
hide_info
totrue
now make the cards content fill the entire width -
Fixed: text labels not cutting off when no space is available
v0.9.4: Minor bugfix
- Fixed: card not resizing properly in some browsers #33
v0.9.3: Full artwork & idle view
v0.9.2
- Changed: volume button icons, to not confuse with mute #26
- Changed: adjusted scroll speed for (scroll_info)
- Fixed: improved browser compatibility by removing object spread syntax #25 #27
- Fixed: alignment of shuffle button while
volume_stateless
set totrue
- Fixed: alignment of source button in HA > 0.81.6
v0.9.1
- Added: hide_media_info option #23
- Added: consider_pause_idle option, to render the player idle while it's paused
- Added: parameter
full
forshow_source
, to display full source name - Added: (scroll_info) dynamic scroll speed, based on media information length
- Changed: made shuffle button slightly larger
- Fixed: alignment issue when
group
was set to true and artwork cover was present
v0.9.0
v0.8.9
-
Added:
toggle_power
option, to be able to change power button behaviour -
Added:
show_shuffle
option, to display a shuffle button -
Added:
consider_idle_after
option, to display player as idle after x amount of time -
Fixed: error when sending tts message after v0.8.8 update
-
Removed: cleaned up redundant code
v0.8.8
-
Added:
hide_icon
option to optionally hide the entity icon -
Added: ellipsis instead of clipping the entity name if text overflows
-
Added: fade in/out effect for media info text when
scroll_info
is enabled -
Added: various minimalistic transitions
-
Fixed: made ellipsis for media info or entity name text overflow work in more browsers
-
Fixed: Improved responsive design for small screens
-
Fixed: minor alignment issue of the mute button while using
hide_controls
-
Removed: source select dropdown animation