/
/
/
1# [2.0.0 BETA 85] - 24.01.2024
2
3## What's Changed
4* Youtube maintenance by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1022
5* RadioBrowser: pin requirement to pip version by @gieljnssns in https://github.com/music-assistant/server/pull/1024
6* Remove python-ffmpeg requirement from Snapcast manifest.json by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1023
7* A few small improvements to the Chromecast provider by @marcelveldt in https://github.com/music-assistant/server/pull/1025
8* Fix musicbrainz id check by @marcelveldt in https://github.com/music-assistant/server/pull/1026
9
10
11**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b84...2.0.0b85
12
13# [2.0.0 BETA 84] - 22.01.2024
14
15## New Music provider
16@khers added the SubSonic music provider, great work, thanks!
17
18## What's Changed
19* Add Open Subsonic MusicProvider by @khers in https://github.com/music-assistant/server/pull/1006
20* Cleanup binaries by @marcelveldt in https://github.com/music-assistant/server/pull/1014
21* Replace UUID check on MusicBrainz ID by @marcelveldt in https://github.com/music-assistant/server/pull/1015
22* Fix next track playback on Chromecast groups by @marcelveldt in https://github.com/music-assistant/server/pull/1016
23
24### Dependencies
25* Bump ruff from 0.1.13 to 0.1.14 by @dependabot in https://github.com/music-assistant/server/pull/1020
26* Bump orjson from 3.9.10 to 3.9.12 by @dependabot in https://github.com/music-assistant/server/pull/1019
27* Bump soco from 0.30.1 to 0.30.2 by @dependabot in https://github.com/music-assistant/server/pull/1021
28* Bump async-upnp-client from 0.38.0 to 0.38.1 by @dependabot in https://github.com/music-assistant/server/pull/1017
29
30## New Contributors
31* @khers made their first contribution in https://github.com/music-assistant/server/pull/1006
32
33**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b83...2.0.0b84
34
35# [2.0.0 BETA 83] - 21.01.2024
36
37## Whatâs Changed
38
39### Server 2.0.0 BETA 83
40
41## What's Changed
42
43* Refactor enqueing of items during playback and standardize player settings by @marcelveldt in https://github.com/music-assistant/server/pull/1008
44* Fixes for plex connection by @jozefKruszynski in https://github.com/music-assistant/server/pull/1000
45* Better support for Player groups by @marcelveldt in https://github.com/music-assistant/server/pull/1011
46* A few small tweaks by @marcelveldt in https://github.com/music-assistant/server/pull/1012
47* frontend-2.1.0 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1013
48
49**BREAKING CHANGE!**
50If you used Universal Player Group to create groups, you need to re-create your playergroups.
51For best quality and convenience use the new provider specific syncgroups introduced in this release.
52The Universal Sync Group will allow you to put syncgroups as childs but none of the members of a Universal Player group will be synced.
53
54**Dependencies:**
55* Bump unidecode from 1.3.7 to 1.3.8 by @dependabot in https://github.com/music-assistant/server/pull/1005
56* Bump ruff from 0.1.11 to 0.1.13 by @dependabot in https://github.com/music-assistant/server/pull/1002
57* Bump pycryptodome from 3.19.1 to 3.20.0 by @dependabot in https://github.com/music-assistant/server/pull/1001
58* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/1010
59
60
61
62**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b82...2.0.0b83
63
64### Frontend 2.1.0
65
66- #320 - Adjust to backend changes (@marcelveldt)
67
68## â¬ï¸ Dependencies
69
70### Server
71
72### Frontend
73
74<details>
75<summary>10 changes</summary>
76
77- #277 - Bump websocket-ts from 1.1.1 to 2.1.5 (@dependabot)
78- #319 - Bump vuetify from 3.3.14 to 3.4.11 (@dependabot)
79- #311 - Bump replace-in-file from 7.0.2 to 7.1.0 (@dependabot)
80- #312 - Bump eslint from 8.54.0 to 8.56.0 (@dependabot)
81- #310 - Bump home-assistant-js-websocket from 8.2.0 to 9.1.0 (@dependabot)
82- #313 - Bump vue-i18n from 9.7.0 to 9.9.0 (@dependabot)
83- #314 - Bump sass from 1.69.5 to 1.69.7 (@dependabot)
84- #315 - Bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.18.1 (@dependabot)
85- #316 - Bump @mdi/js from 7.3.67 to 7.4.47 (@dependabot)
86- #318 - Bump actions/cache from 3 to 4 (@dependabot)
87</details>
88
89
90
91# [2.0.0 BETA 82] - 14.01.2024
92
93## What's Changed
94* Reverting a change in the ytmusicapi that currently breaks YTMusic. by @MarvinSchenkel in https://github.com/music-assistant/server/pull/997
95* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/998
96* Some small bug fixes by @marcelveldt in https://github.com/music-assistant/server/pull/999
97
98
99**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b81...2.0.0b82
100
101# [2.0.0 BETA 81] - 09.01.2024
102
103## Whatâs Changed
104
105### Server 2.0.0 BETA 81
106
107## What's Changed
108* Fixes bug where snapcast does not work by @SantiagoSotoC in https://github.com/music-assistant/server/pull/991
109* Add guard for missing id in MusicBrainz result by @marcelveldt in https://github.com/music-assistant/server/pull/995
110* frontend-2.0.17 by @music-assistant-machine in https://github.com/music-assistant/server/pull/996
111
112
113### Dependencies
114* Bump mypy from 1.7.1 to 1.8.0 by @dependabot in https://github.com/music-assistant/server/pull/984
115* Bump zeroconf from 0.128.0 to 0.131.0 by @dependabot in https://github.com/music-assistant/server/pull/986
116* Bump pytest from 7.4.3 to 7.4.4 by @dependabot in https://github.com/music-assistant/server/pull/987
117* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/990
118* Bump pillow from 10.1.0 to 10.2.0 by @dependabot in https://github.com/music-assistant/server/pull/994
119* Bump ruff from 0.1.9 to 0.1.11 by @dependabot in https://github.com/music-assistant/server/pull/992
120* Bump ytmusicapi from 1.3.2 to 1.4.2 by @dependabot in https://github.com/music-assistant/server/pull/993
121* Bump pytest-asyncio from 0.23.2 to 0.23.3 by @dependabot in https://github.com/music-assistant/server/pull/985
122* Bump pycryptodome from 3.19.0 to 3.19.1 by @dependabot in https://github.com/music-assistant/server/pull/983
123
124
125
126**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b80...2.0.0b81
127
128### Frontend 2.0.17
129
130- #299 - Make the icon in the "Play modal dialog" not interactive (@JeffersonBledsoe)
131
132## â¬ï¸ Dependencies
133
134### Server
135
136### Frontend
137
138<details>
139<summary>8 changes</summary>
140
141- #293 - Bump vite-plugin-pwa from 0.17.2 to 0.17.4 (@dependabot)
142- #296 - Bump vite-plugin-webfont-dl from 3.7.6 to 3.9.1 (@dependabot)
143- #294 - Bump eslint-plugin-vue from 9.18.1 to 9.19.2 (@dependabot)
144- #289 - Bump actions/setup-python from 4 to 5 (@dependabot)
145- #291 - Bump vue-router from 4.2.4 to 4.2.5 (@dependabot)
146- #303 - Bump @egjs/vue3-flicking from 4.10.8 to 4.11.2 (@dependabot)
147- #308 - Bump vue-tsc from 1.8.22 to 1.8.27 (@dependabot)
148- #309 - Bump @types/node from 20.10.3 to 20.10.7 (@dependabot)
149</details>
150
151
152
153# [2.0.0 BETA 81] - 09.01.2024
154
155## What's Changed
156* Fixes bug where snapcast does not work by @SantiagoSotoC in #991
157* Add guard for missing id in MusicBrainz result by @marcelveldt in #995
158* bump frontend to 2.0.17 by @music-assistant-machine in #996
159
160**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b79...2.0.0b80
161
162# [2.0.0 BETA 80] - 31.12.2023
163
164## What's Changed
165* Some tweaks to MediaItem models by @marcelveldt in https://github.com/music-assistant/server/pull/981
166* Fix playback of radio stations by @marcelveldt in https://github.com/music-assistant/server/pull/982
167
168
169**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b79...2.0.0b80
170
171# [2.0.0 BETA 79] - 30.12.2023
172
173## What's Changed
174* Bump aiohttp from 3.9.0 to 3.9.1 by @dependabot in https://github.com/music-assistant/server/pull/960
175* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/965
176* Bump black from 23.7.0 to 23.11.0 by @dependabot in https://github.com/music-assistant/server/pull/964
177* Bump pre-commit from 3.5.0 to 3.6.0 by @dependabot in https://github.com/music-assistant/server/pull/963
178* Bump cryptography from 41.0.6 to 41.0.7 by @dependabot in https://github.com/music-assistant/server/pull/962
179* Bump ruff from 0.1.6 to 0.1.7 by @dependabot in https://github.com/music-assistant/server/pull/961
180* Fix status of child players by @SantiagoSotoC in https://github.com/music-assistant/server/pull/959
181* Update manifest files for several providers by @OzGav in https://github.com/music-assistant/server/pull/967
182* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/966
183* Fix typo in TuneIn init/py by @OzGav in https://github.com/music-assistant/server/pull/968
184* Fixed theaudiodb provider with get_track_metadata issue by @celestianx in https://github.com/music-assistant/server/pull/969
185* Retain extra url keys by @OzGav in https://github.com/music-assistant/server/pull/979
186* Bump ruff from 0.1.7 to 0.1.9 by @dependabot in https://github.com/music-assistant/server/pull/978
187* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/975
188* Bump soco from 0.29.1 to 0.30.1 by @dependabot in https://github.com/music-assistant/server/pull/977
189* Bump python-ffmpeg from 2.0.4 to 2.0.9 by @dependabot in https://github.com/music-assistant/server/pull/972
190* Bump async-upnp-client from 0.36.2 to 0.38.0 by @dependabot in https://github.com/music-assistant/server/pull/974
191* Bump black from 23.11.0 to 23.12.1 by @dependabot in https://github.com/music-assistant/server/pull/976
192* A few small bugfixes by @marcelveldt in https://github.com/music-assistant/server/pull/980
193
194## New Contributors
195* @celestianx made their first contribution in https://github.com/music-assistant/server/pull/969
196
197**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b78...2.0.0b79
198
199# [2.0.0 BETA 78] - 08.12.2023
200
201## What's Changed
202* Fix snapcast provider in the dynamic generation of tcp streams by @SantiagoSotoC in https://github.com/music-assistant/server/pull/955
203* Fixing pyproject.toml by @jozefKruszynski in https://github.com/music-assistant/server/pull/957
204* Some fixes for the database migration and matching logic by @marcelveldt in https://github.com/music-assistant/server/pull/958
205
206
207**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b77...2.0.0b78
208
209# [2.0.0 BETA 77] - 06.12.2023
210
211Hotfix to fix some issues introduced in beta 76
212
213# [2.0.0 BETA 76] - 06.12.2023
214
215## What's Changed
216* Add Snapcast Player Provider by @SantiagoSotoC in https://github.com/music-assistant/server/pull/916
217* [Deezer]: New brand (Logo) by @arctixdev in https://github.com/music-assistant/server/pull/930
218* Fixes for slimproto cli and wiim pro streamers by @marcelveldt in https://github.com/music-assistant/server/pull/934
219* [soundcloud] Improved playlist iteration by @domanchi in https://github.com/music-assistant/server/pull/924
220* fix: handle invalid start_index when receiving command player status by @wiflye81 in https://github.com/music-assistant/server/pull/935
221* frontend-2.0.16 by @music-assistant-machine in https://github.com/music-assistant/server/pull/954
222* Improve Filesystem provider by @marcelveldt in https://github.com/music-assistant/server/pull/953
223
224## New Contributors
225* @SantiagoSotoC made their first contribution in https://github.com/music-assistant/server/pull/916
226* @wiflye81 made their first contribution in https://github.com/music-assistant/server/pull/935
227* @music-assistant-machine made their first contribution in https://github.com/music-assistant/server/pull/954
228
229**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b75...2.0.0b76
230
231# [2.0.0 BETA 75] - 13.11.2023
232
233## What's Changed
234* Adjust volume normalisation default by @OzGav in https://github.com/music-assistant/server/pull/909
235* Fix overriding global log level on module level by @marcelveldt in https://github.com/music-assistant/server/pull/918
236* Fix some issues with Airplay provider by @marcelveldt in https://github.com/music-assistant/server/pull/919
237* Fix issues with debouncing commands to (group)players by @marcelveldt in https://github.com/music-assistant/server/pull/921
238* [soundcloud] bug fix: add limit parameter to get_recommended function by @domanchi in https://github.com/music-assistant/server/pull/920
239* [soundcloud] improved track iteration by @domanchi in https://github.com/music-assistant/server/pull/922
240* Fix cast player playing duplicate songs by @marcelveldt in https://github.com/music-assistant/server/pull/923
241* Tidal: add missing session object to add/remove from library by @jozefKruszynski in https://github.com/music-assistant/server/pull/911
242* Fix config for addon update action by @jozefKruszynski in https://github.com/music-assistant/server/pull/903
243
244
245## Dependencies
246* Bump uvloop from 0.17.0 to 0.19.0 by @dependabot in https://github.com/music-assistant/server/pull/904
247* Bump mypy from 1.5.1 to 1.6.1 by @dependabot in https://github.com/music-assistant/server/pull/908
248* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/910
249* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/915
250* Bump pytest-aiohttp from 1.0.4 to 1.0.5 by @dependabot in https://github.com/music-assistant/server/pull/905
251* Bump pre-commit from 3.3.3 to 3.5.0 by @dependabot in https://github.com/music-assistant/server/pull/907
252* Bump mashumaro from 3.9 to 3.10 by @dependabot in https://github.com/music-assistant/server/pull/913
253* Bump ruff from 0.1.1 to 0.1.5 by @dependabot in https://github.com/music-assistant/server/pull/917
254* Bump plexapi from 4.15.0 to 4.15.5 by @dependabot in https://github.com/music-assistant/server/pull/912
255
256## New Contributors
257* @domanchi made their first contribution in https://github.com/music-assistant/server/pull/920
258
259**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b74...2.0.0b75
260
261# [2.0.0 BETA 74] - 28.10.2023
262
263## Frontend 2.0.15
264
265## Whatâs Changed
266
267- #252 - A few small fixes (@marcelveldt)
268- #239 - Lokalise: Translations update (@marcelveldt)
269- #213 - Add dark mode theme-color for top bar on mobile browsers (and Safari desktop) (@krisnoble)
270- #196 - Update release.yml (@jozefKruszynski)
271- #195 - CI action to create a PR on the core repo on release (@jozefKruszynski)
272- #194 - Lokalise: Translations update (@marcelveldt)
273- #193 - Improve browse feature (@marcelveldt)
274- #191 - Lokalise: Translations update (@marcelveldt)
275- #190 - Add (basic) Widget rows to Home screen (@marcelveldt)
276- #189 - Small refactor of theme colors (@marcelveldt)
277- #186 - Several small bugfixes (@marcelveldt)
278- #175 - Rework Navigation (@marcelveldt)
279- #169 - mobile player color schema correction (@dobby5)
280- #171 - Lokalise: Translations update (@marcelveldt)
281- #170 - Some small adjustments to the settings pages (@marcelveldt)
282- #168 - Button improvements (@dobby5)
283- #167 - A collection of small bug fixes (@marcelveldt)
284- #166 - Lokalise: Translations update (@marcelveldt)
285- #164 - Remove header and adjust all views (@marcelveldt)
286- #163 - Bottom mobile player (@dobby5)
287- #162 - Fix add to playlist (@marcelveldt)
288- #161 - Improve Itemdetails (@marcelveldt)
289- #160 - Various bugfixes and improvements (@dobby5)
290- #159 - MA - Merge (@dobby5)
291- #158 - Add some base diagnostic server info (@marcelveldt)
292- #157 - Fix some glitches (@marcelveldt)
293- #156 - Switch to SVG provider icons (@marcelveldt)
294- #155 - Backend changes for library refactor (@marcelveldt)
295- #143 - Ma design 2.0 (@dobby5)
296- #136 - Improve CI for releases (@marcelveldt)
297- #99 - Update Polish translations (@LukaszP2)
298- #135 - Add configuration pages for core controllers (@marcelveldt)
299
300## â¬ï¸ Dependencies
301
302<details>
303<summary>49 changes</summary>
304
305- #245 - Bump vite from 4.4.7 to 4.5.0 (@dependabot)
306- #222 - Bump prettier from 3.0.0 to 3.0.3 (@dependabot)
307- #249 - Bump @types/node from 20.4.5 to 20.8.9 (@dependabot)
308- #251 - Bump eslint-plugin-vue from 9.16.1 to 9.18.1 (@dependabot)
309- #250 - Bump sass from 1.64.2 to 1.69.5 (@dependabot)
310- #243 - Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 (@dependabot)
311- #225 - Bump actions/checkout from 3 to 4 (@dependabot)
312- #207 - Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (@dependabot)
313- #206 - Update release.yml (@jozefKruszynski)
314- #219 - Use specific dependency version (@arctixdev)
315- #205 - Bump eslint-config-prettier from 8.9.0 to 9.0.0 (@dependabot)
316- #203 - Bump @fontsource/roboto from 5.0.5 to 5.0.8 (@dependabot)
317- #202 - Bump @egjs/vue3-flicking from 4.10.8 to 4.11.0 (@dependabot)
318- #247 - Bump vuetify from 3.3.10 to 3.3.22 (@dependabot)
319- #248 - Bump actions/setup-node from 3 to 4 (@dependabot)
320- #177 - Bump v3-infinite-loading from 1.2.2 to 1.3.1 (@dependabot)
321- #179 - Bump eslint from 8.45.0 to 8.46.0 (@dependabot)
322- #187 - Bump @typescript-eslint/parser from 6.1.0 to 6.2.1 (@dependabot)
323- #181 - Bump eslint-config-prettier from 8.8.0 to 8.9.0 (@dependabot)
324- #188 - Bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.2.1 (@dependabot)
325- #182 - Bump @types/node from 20.4.4 to 20.4.5 (@dependabot)
326- #178 - Bump vite from 4.4.6 to 4.4.7 (@dependabot)
327- #176 - Bump vue-tsc from 1.8.6 to 1.8.8 (@dependabot)
328- #183 - Bump vuetify from 3.3.9 to 3.3.10 (@dependabot)
329- #185 - Bump eslint-plugin-vue from 9.15.1 to 9.16.1 (@dependabot)
330- #173 - Bump sass from 1.64.0 to 1.64.1 (@dependabot)
331- #174 - Bump @types/node from 20.4.2 to 20.4.4 (@dependabot)
332- #172 - Bump v3-infinite-loading from 1.2.2 to 1.3.1 (@dependabot)
333- #146 - Bump @types/node from 20.4.1 to 20.4.2 (@dependabot)
334- #145 - Bump eslint from 8.44.0 to 8.45.0 (@dependabot)
335- #148 - Bump @typescript-eslint/eslint-plugin from 5.61.0 to 5.62.0 (@dependabot)
336- #147 - Bump @egjs/flicking-plugins from 4.7.0 to 4.7.1 (@dependabot)
337- #144 - Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (@dependabot)
338- #149 - Bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (@dependabot)
339- #150 - Bump vue-tsc from 1.8.4 to 1.8.5 (@dependabot)
340- #152 - Bump home-assistant-js-websocket from 8.1.0 to 8.2.0 (@dependabot)
341- #154 - Bump vuetify from 3.3.7 to 3.3.9 (@dependabot)
342- #153 - Bump vite from 4.4.2 to 4.4.4 (@dependabot)
343- #137 - Bump actions/cache from 1 to 3 (@dependabot)
344- #138 - Bump softprops/action-gh-release from 0.1.14 to 0.1.15 (@dependabot)
345- #139 - Bump actions/checkout from 2 to 3 (@dependabot)
346- #140 - Bump actions/setup-node from 1 to 3 (@dependabot)
347- #141 - Bump vite from 4.4.1 to 4.4.2 (@dependabot)
348- #142 - Bump @intlify/unplugin-vue-i18n from 0.12.0 to 0.12.1 (@dependabot)
349- #133 - Bump vue-router from 4.2.2 to 4.2.4 (@dependabot)
350- #134 - Bump home-assistant-js-websocket from 8.0.1 to 8.1.0 (@dependabot)
351- #131 - Bump @fontsource/roboto from 5.0.3 to 5.0.4 (@dependabot)
352- #130 - Bump @intlify/unplugin-vue-i18n from 0.11.0 to 0.12.0 (@dependabot)
353- #129 - Bump vite from 4.3.9 to 4.4.1 (@dependabot)
354</details>
355
356
357## Server 2.0.0 BETA 74
358
359## What's Changed
360* Update job and step names for ci addon job by @jozefKruszynski in https://github.com/music-assistant/server/pull/850
361* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/851
362* Bump mypy from 1.5.0 to 1.5.1 by @dependabot in https://github.com/music-assistant/server/pull/854
363* Bump ruff from 0.0.284 to 0.1.1 by @dependabot in https://github.com/music-assistant/server/pull/892
364* Bump zeroconf from 0.79.0 to 0.119.0 by @dependabot in https://github.com/music-assistant/server/pull/891
365* Bump orjson from 3.9.4 to 3.9.9 by @dependabot in https://github.com/music-assistant/server/pull/890
366* [Deezer] Fix sync album if no cover image by @arctixdev in https://github.com/music-assistant/server/pull/863
367* Bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in https://github.com/music-assistant/server/pull/876
368* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/870
369* Bump docker/setup-buildx-action from 2.9.1 to 3.0.0 by @dependabot in https://github.com/music-assistant/server/pull/878
370* FIx cumbersome restart, add idx to album tracks by @jozefKruszynski in https://github.com/music-assistant/server/pull/868
371* Bump orjson from 3.9.9 to 3.9.10 by @dependabot in https://github.com/music-assistant/server/pull/894
372* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/music-assistant/server/pull/866
373* Bump docker/metadata-action from 4 to 5 by @dependabot in https://github.com/music-assistant/server/pull/875
374* Bump docker/build-push-action from 4.1.1 to 5.0.0 by @dependabot in https://github.com/music-assistant/server/pull/877
375* Feature/tidal-quality-updates by @jozefKruszynski in https://github.com/music-assistant/server/pull/857
376* Bump pytest from 7.4.0 to 7.4.3 by @dependabot in https://github.com/music-assistant/server/pull/895
377* Bump ytmusicapi from 1.1.1 to 1.3.1 by @dependabot in https://github.com/music-assistant/server/pull/893
378* Bump pillow from 10.0.0 to 10.1.0 by @dependabot in https://github.com/music-assistant/server/pull/889
379* Bump cryptography from 41.0.3 to 41.0.4 by @dependabot in https://github.com/music-assistant/server/pull/881
380* Bump Airplay bridge binaries by @marcelveldt in https://github.com/music-assistant/server/pull/896
381* Fix grouped volume control by @OzGav in https://github.com/music-assistant/server/pull/867
382* Debounce and log commands to players by @marcelveldt in https://github.com/music-assistant/server/pull/897
383* Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 by @dependabot in https://github.com/music-assistant/server/pull/900
384* Bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in https://github.com/music-assistant/server/pull/899
385* update release action by @jozefKruszynski in https://github.com/music-assistant/server/pull/898
386* A few small fixes by @marcelveldt in https://github.com/music-assistant/server/pull/901
387* Bump frontend to 2.0.15 by @marcelveldt in https://github.com/music-assistant/server/pull/902
388
389## New Contributors
390* @OzGav made their first contribution in https://github.com/music-assistant/server/pull/867
391
392**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b73...2.0.0b74
393
394## Music Assistant 2.0 (BETA)
395Warning: this is an early beta, features are still missing.
396
397- Public BETA of Music Assistant 2.0
398- Follow status on https://github.com/orgs/music-assistant/projects/2/views/1
399- Meet us on discord to report and discuss feedback
400
401Thanks for testing!
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426