Skip to content

Releases: music-assistant/models

1.1.7

05 Jan 20:41

Choose a tag to compare

Small change to PlayerQueue model

1.1.6

03 Jan 00:36

Choose a tag to compare

Make resume info optional for the audiobooks and podcasts

1.1.5

02 Jan 10:52

Choose a tag to compare

What's Changed

  • Some very small tweaks to the models
  • Build(deps): Bump mypy from 1.13.0 to 1.14.0 by @dependabot in #24
  • Build(deps): Bump ruff from 0.8.2 to 0.8.4 by @dependabot in #25

Full Changelog: 1.1.4...1.1.5

1.1.4

11 Dec 00:56
eebd746

Choose a tag to compare

What's Changed

  • Models required for a Configurable DSP with Parametric Equalizer by @maximmaxim345 in #18

Dependencies:

  • Build(deps): Bump ruff from 0.7.4 to 0.8.0 by @dependabot in #17
  • Build(deps): Bump tomli from 2.1.0 to 2.2.1 by @dependabot in #20
  • Build(deps): Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by @dependabot in #22
  • Build(deps): Bump pytest from 8.3.3 to 8.3.4 by @dependabot in #19
  • Build(deps): Bump ruff from 0.8.0 to 0.8.2 by @dependabot in #21

New Contributors

Full Changelog: v1.1.3...1.1.4

v1.1.3

23 Nov 01:15
df7d174

Choose a tag to compare

1.1.3 (2024-11-23)

Features

  • Add audio source support + small tweaks (c4f75f8)

v1.1.2

20 Nov 20:53
dc0b045

Choose a tag to compare

1.1.2 (2024-11-20)

Features

  • Add base models for podcasts and audiobooks (6163961)

Bug Fixes

  • Rename can_sync_with to can_group_with (e6723c4)

v1.1.1

20 Nov 19:27
992e402

Choose a tag to compare

1.1.1 (2024-11-20)

Features

  • (re)introduce can_sync_with (cf3b2c7)
  • add set to UniqueList (f49a8ab)
  • Rename sync player feature to set members (3ad6717)

v1.1.0

20 Nov 18:27
cded3db

Choose a tag to compare

1.1.0 (2024-11-20)

Features

  • Add source to player model (1a65408)
  • Adjust group_childs to UniqueList (546abd7)
  • Adjust supported_features to set (126ca73)
  • Extend DeviceInfo (cbddff3)

v1.0.3

30 Oct 16:06
4b5785b

Choose a tag to compare

1.0.3 (2024-10-30)

Bug Fixes

  • add missing media_items sublevel package (207a880)

v1.0.2

30 Oct 15:43
e2ca152

Choose a tag to compare

1.0.2 (2024-10-30)

Features

  • Cleanup and restructure (064ea7b)