Skip to content

Releases: kalkih/mini-media-player

v0.8.5

12 Oct 23:50
Compare
Choose a tag to compare
  • Fixed: Prev/Play/Next buttons misaligned with certain configs #16

v0.8.4

10 Oct 15:43
Compare
Choose a tag to compare
  • Added: hide_info option to optionally hide entity icon, entity name & media information #15

    v0.8.4 example 1
  • Fixed: issue where volume slider would send double volume_set commands on change and glitch back

  • Updated: lit-element dependency to 0.6.2

v0.8.3

01 Oct 22:08
Compare
Choose a tag to compare
  • Added: show_progress option to show a progress bar when media progress information is available

  • Added: support to display media_series_title, media_season & media_episode information when available #13

    v0.8 example 1 v0.8 example 2

v0.8.2

30 Sep 21:16
Compare
Choose a tag to compare
  • Added: max_volume option to set a max volume value (between 1 & 100) for the volume slider #12
  • Added: tracker.json file for custom_updater support #7
  • Fixed: issue where text would wrap outside the card

v0.8.1

28 Sep 16:28
Compare
Choose a tag to compare
  • Added: parameter small for show_source. Hides the current source name and only displays the source button

  • Added: hide_mute option to hide the mute button

  • Changed: hide_controls: true does not hide the mute button by default, use new hide_mute option

  • Changed: switched place of the media controls with source in the UI when hide_volume & show_source is enabled, for more consistency

  • Fixed: TTS not working after v0.8

  • Fixed: UI will now shrinks more to fit (instead of overflow) when no more horizontal space is available

    v0.8 example 1

v0.8

26 Sep 16:22
Compare
Choose a tag to compare
  • Added: hide_controls option to hide media control buttons #6

  • Added: hide_volume option to hide volume control #6 & #8

  • Added: short_info option to limit the media information to one line

  • Added: scroll_info option to limit the media information to one line and scroll through potential overflowing text.

  • Changed: source select dropdown button changed from icon to source text + icon to make it easier to click.

  • Fixed: source select dropdown no longer expands outside of the screen area

  • Fixed: elements like title and source becoming hard to see with artwork: cover and dark backgrounds.

  • Fixed: wrong url in readme #9

    v0.8 example 1 v0.8 example 2 v0.8 example 3

v0.7

22 Sep 22:53
Compare
Choose a tag to compare
  • Added: show_source option to display source and source select dropdown
  • Added: hide_power option to hide power button
  • Added: check before render to only render if necessary
  • Changed: previous and next buttons to the proper ones mdi:forward & mdi:backward to mdi:next & mdi:previous
  • Fixed: issue with artwork: cover displaying over optional card title

v0.6

21 Sep 12:29
Compare
Choose a tag to compare
  • Added: volume button option volume_stateless, useful for players without volume state information #3
  • Added: name option to set/override the entities display name
  • Fixed: title option now works again
  • Fixed: issue with alignment of name when card is grouped and artwork: cover option is set #4
  • Fixed: icon color when using default theme #4
  • Changed media info text color to secondary text color

v0.5

20 Sep 13:01
Compare
Choose a tag to compare
  • Fixed browser incompatibility
  • Fixed black buttons on black artwork cover -> white buttons
  • Implemented lit-html for quicker re-rendering

v0.4.1

17 Sep 19:43
Compare
Choose a tag to compare
  • Fixed bug where attributes did not update when device state changed to off or unavailable