Skip to content

v0.6.0

Choose a tag to compare

@droans droans released this 05 Aug 13:16
25a2af2

Music Assistant Queue Card v0.6.0

Breaking Changes

The card relies on Music Assistant Queue Actions v0.2.0. The card will NOT function unless the integration has been updated. Please update the integration before updating the card.

Changes

MANY optimization improvements.

  • Card actions are now performed optimistically
    The card will update optimistically. Any action performed is assumed to have worked and the card is updated to match. The card will then "sync" its state by listening to events sent by the Music Assistant Queue Actions integration.

This greatly reduces overhead as the card will not be updating itself every time it thinks a change could have occurred. This should also make the card more responsive to external changes to the queue.

Additional improvements:

  • Improved caching
  • Do not update row items when unchanged
  • Improved queue mapping performance
  • Improve row items handling
  • Adjust border radius of row items

Full Changelog: v0.5.1...v0.6.0