Skip to content

Releases: droans/mass_queue

v0.6.0-b3

16 Sep 16:52
4b38a10

Choose a tag to compare

v0.6.0-b3 Pre-release
Pre-release

Music Assistant Queue Actions v0.6.0-b3

🚀 Enhancements

v0.6.0-b2

16 Sep 16:42

Choose a tag to compare

v0.6.0-b2 Pre-release
Pre-release

Music Assistant Queue Actions v0.6.0-b2

🚀 Enhancements

  • Add favorite to queue items @droans (#35)
  • Add unfavorite action

v0.6.0-b1

16 Sep 12:02
103eb3f

Choose a tag to compare

v0.6.0-b1 Pre-release
Pre-release

Music Assistant Queue Actions v0.6.0-b1

🚀 Enhancements

v0.6.0

17 Sep 16:45
de8419c

Choose a tag to compare

Music Assistant Queue Actions v0.6.0

🚀 Enhancements

v0.5.0

07 Sep 14:40
de8419c

Choose a tag to compare

Music Assistant Queue Actions v0.5.0

Breaking Changes

mass_queue.send_command now requires that the config_entry_id for the Music Assistant Queue Actions integration is passed. If you are using this action in any of your scripts or automations, please ensure it is updated with the applicable ID.

What's New

Support for multiple Music Assistant instances

Initially, this integration would always select the first Music Assistant integration on your system. While this worked fine for most people, this would cause errors for anyone with multiple instances (even if all but one were disabled). With this change, it no longer matters - the actions will work no matter how many instances you have installed.

🚀 Enhancements

  • Add support for multiple Music Assistant instances @droans (#31)

🧰 Maintenance

  • Return queue items for grouped players @droans (#32)

v0.4.2

04 Sep 13:20
a627ebc

Choose a tag to compare

Music Assistant Queue Actions v0.4.2

🐛 Bug fixes

  • Handle when player doesn't have active queue or active queue index is None @droans (#28)

v0.4.1

27 Aug 20:53
e5775c7

Choose a tag to compare

Music Assistant Queue Actions v0.4.1

🐛 Bug fixes

v0.4.0

21 Aug 14:16
5b3ad49

Choose a tag to compare

Music Assistant Queue Actions v0.4.0

New Action - mass_queue.send_command

Send any command to Music Assistant and receive back the response (if any). Find existing commands and data schemas by searching themusic_assistant/server repository for @api_command.

✨ New features

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

v0.3.0 - Add to HACS Default

12 Aug 17:29

Choose a tag to compare

Only changes made since v0.3.0 was correcting some action data. This release is a requirement to add to HACS Default Repo. v0.3.0 release notes below.

Music Assistant Queue Actions v0.3.0

New Features:

  • Added new parameters for mass_queue.get_queue_items:
    • limit_before: Limit the number of items to display before current active item.
    • limit_after: Limit the number of items to display after the current active item.

Keep in mind that when limit_before is used, offset is ignored. When limit_after is used, limit is ignored.

Full Changelog: v0.3.0...v0.3.0-hacs

v0.3.0

12 Aug 14:24

Choose a tag to compare

Music Assistant Queue Actions v0.3.0

New Features:

  • Added new parameters for mass_queue.get_queue_items:
    • limit_before: Limit the number of items to display before current active item.
    • limit_after: Limit the number of items to display after the current active item.

Keep in mind that when limit_before is used, offset is ignored. When limit_after is used, limit is ignored.