Skip to content

Releases: kalkih/mini-media-player

v0.9.5: media list & media buttons

28 Nov 22:26
Compare
Choose a tag to compare
  • 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 the artwork option, this option does not crop/zoom the artwork like full-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 to true now make the cards content fill the entire width

  • Fixed: text labels not cutting off when no space is available

    V0.9.5 example 1 V0.9.5 example 2

v0.9.4: Minor bugfix

20 Nov 15:35
Compare
Choose a tag to compare
  • Fixed: card not resizing properly in some browsers #33

v0.9.3: Full artwork & idle view

19 Nov 22:09
Compare
Choose a tag to compare
  • Added: artwork: full-cover option to display the full artwork #31

  • Added: idle_view option to render an alternate view while player state is idle

  • Fixed: issue where power button color would not display correctly in idle view and power_color enabled

  • Fixed: responsive design improvements #30

screenshot 2018-11-15 at 21 03 23

v0.9.2

10 Nov 18:47
Compare
Choose a tag to compare
  • 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 to true
  • Fixed: alignment of source button in HA > 0.81.6

v0.9.1

06 Nov 22:22
Compare
Choose a tag to compare
  • Added: hide_media_info option #23
  • Added: consider_pause_idle option, to render the player idle while it's paused
  • Added: parameter full for show_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

04 Nov 17:41
Compare
Choose a tag to compare
  • Added: bundle version, to avoid externally loaded dependency #21

  • Updated: instructions to include bundle instead of source #21

  • Updated: tracker.json with bundle version #21

v0.8.9

02 Nov 21:08
Compare
Choose a tag to compare
  • Added: toggle_power option, to be able to change power button behaviour

  • Added: show_shuffle option, to display a shuffle button

    v0.8.9 example 1
  • Added: consider_idle_after option, to display player as idle after x amount of time

    v0.8.9 example 2
  • Fixed: error when sending tts message after v0.8.8 update

  • Removed: cleaned up redundant code

v0.8.8

25 Oct 17:12
Compare
Choose a tag to compare
  • 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

    v0.8.8 example 1 v0.8.8 example 2

v0.8.7

15 Oct 13:50
Compare
Choose a tag to compare
  • Fixed: unexpected syntax error #18

v0.8.6

15 Oct 01:05
Compare
Choose a tag to compare
  • Added: artwork: none option, to not show artwork
  • Added: background option to set a custom background image