Skip to content

v2.5.3-b.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Apr 18:59

Music Assistant Player Card v2.5.3-b.1

Breaking Changes

A few different configuration options for hidden elements have been changed with this release. This should not effect most users but the fix should be relatively painless:

  • player.hide:
    • group_volume changed to group_selector
    • power changed to power_button
    • repeat changed to repeat_button
    • shuffle changed to shuffle_button
    • favorite changed to favorite_button
    • mute changed to mute_button
  • media_browser.hide:
    • search changed to search_button

What's new:

More items can now be hidden:

  • Music Player
    • Player name
    • Track title
    • Track artist
    • Progress time
    • Progress bar
  • Media Browser
    • Filter button

Additionally, every section can now have their header and header title removed.

There have also been various bug fixes including fixes for changes from the HA 2026.4.0 update.

πŸ› Bug fixes

  • Fix: Button border radius interacting improperly with box shadows @droans (#620)
  • Fix: Box shadow, button color for HA 2026.4.0 @droans (#623)
  • Fix: Icon placement, elevation border radius on enqueue button for media cards @droans (#628)
  • Fix disappearing players section header @droans (#635)

πŸš€ Enhancements

  • Pad menu button for collection row; ignore misclicks @droans (#624)
  • Remove elevation from collection row menu button, use outline instead @droans (#626)
  • Allow hiding player name, track title, artist, and progress @droans (#629)
  • Allow hiding filter button for media browser @droans (#630)
  • Allow hiding section titles @droans (#631)
  • Allow hiding section headers @droans (#632)
  • Automatically hide volume bar, mute button, and power button if unsupported by player @droans (#637)

🧰 Maintenance

  • Adjust style of outlined buttons; ensure menu button is passing property @droans (#625)
  • Use transition to improve control of box shadow for buttons @droans (#627)
  • Organize order of hidden elements in config, readme @droans (#633)
  • Ensure large artwork uses full card @droans (#636)

πŸ“š Documentation

  • Rename config options for hidden elements. @droans (#634)

Music Assistant Player Card v2.5.3-b.0

πŸ› Bug fixes

  • Fix: Border radius for shadows incorrect when Material You Utilities … @droans (#605)
  • Fix: default_enqueue_option broken in UI editor @droans (#610)

🧰 Maintenance

  • Match thumbnail style across all elements @droans (#612)
  • Fix CSS selector for menu background @droans (#613)
  • Remove browser enqueue button SVG fill, background @droans (#614)

πŸ“š Documentation

⬆️ Dependency updates