/
/
/
1# [2.0.0 BETA 110] - 16.03.2024
2
3## What's Changed
4* YTMusic fixes by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1145
5* Added seek support to Jellyfin Provider by @lyonzy in https://github.com/music-assistant/server/pull/1140
6* Add option to connect to plex server over https by @tenfire in https://github.com/music-assistant/server/pull/1127
7* Fix playback on Google cast and grouped players by @marcelveldt in https://github.com/music-assistant/server/pull/1146
8
9## New Contributors
10* @lyonzy made their first contribution in https://github.com/music-assistant/server/pull/1140
11* @tenfire made their first contribution in https://github.com/music-assistant/server/pull/1127
12
13**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b109...2.0.0b110
14
15# [2.0.0 BETA 109] - 15.03.2024
16
17## What's Changed
18
19* Subsonic: Check for transcodeOffset support on startup by @khers in https://github.com/music-assistant/server/pull/1137
20* Fix volume normalization by @marcelveldt in https://github.com/music-assistant/server/pull/1139
21* Subsonic: Moving blocking IO to task by @khers in https://github.com/music-assistant/server/pull/1141
22
23* Group playback fixes by @marcelveldt in https://github.com/music-assistant/server/pull/1144
24
25### Dependencies
26* Bump ytmusicapi from 1.5.3 to 1.6.0 by @dependabot in https://github.com/music-assistant/server/pull/1133
27* Bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/music-assistant/server/pull/1138
28* Bump docker/build-push-action from 5.2.0 to 5.3.0 by @dependabot in https://github.com/music-assistant/server/pull/1143
29* Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by @dependabot in https://github.com/music-assistant/server/pull/1142
30
31
32**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b108...2.0.0b109
33
34# [2.0.0 BETA 108] - 12.03.2024
35
36## What's Changed
37
38- Some fixes for slimproto
39- Some fixes for Airplay
40- Skip sending default name as metadata in stream
41- Handle Spotify rate limiter
42- Speed-up loading the configs
43
44
45**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b107...2.0.0b108
46
47# [2.0.0 BETA 107] - 10.03.2024
48
49## What's Changed
50* A collection of small enhancements by @marcelveldt in https://github.com/music-assistant/server/pull/1130
51* A lot of optimizations to the SlimProto provider by @marcelveldt in https://github.com/music-assistant/server/pull/1131
52* Make the logging less verbose for errors by @marcelveldt in https://github.com/music-assistant/server/pull/1118
53* Correctly select a free port by @raxbg in https://github.com/music-assistant/server/pull/1121
54
55## Dependencies
56* Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/music-assistant/server/pull/1120
57* Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in https://github.com/music-assistant/server/pull/1119
58* Bump shortuuid from 1.0.11 to 1.0.12 by @dependabot in https://github.com/music-assistant/server/pull/1125
59* Bump aiosqlite from 0.19.0 to 0.20.0 by @dependabot in https://github.com/music-assistant/server/pull/1123
60* Bump cryptography from 42.0.4 to 42.0.5 by @dependabot in https://github.com/music-assistant/server/pull/1124
61* Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in https://github.com/music-assistant/server/pull/1129
62* Bump docker/build-push-action from 5.1.0 to 5.2.0 by @dependabot in https://github.com/music-assistant/server/pull/1128
63
64
65## New Contributors
66* @raxbg made their first contribution in https://github.com/music-assistant/server/pull/1121
67
68**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b106...2.0.0b107
69
70# [2.0.0 BETA 106] - 26.02.2024
71
72## Whatâs Changed
73
74### Server 2.0.0 BETA 106
75
76## What's Changed
77* frontend-2.3.3 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1116
78* Some small bugfixes and enhancements by @marcelveldt in https://github.com/music-assistant/server/pull/1117
79* Bump pylint from 3.0.3 to 3.1.0 by @dependabot in https://github.com/music-assistant/server/pull/1115
80* Bump orjson from 3.9.14 to 3.9.15 by @dependabot in https://github.com/music-assistant/server/pull/1114
81* Bump pytest from 8.0.1 to 8.0.2 by @dependabot in https://github.com/music-assistant/server/pull/1113
82* Bump ruff from 0.2.1 to 0.2.2 by @dependabot in https://github.com/music-assistant/server/pull/1111
83* Bump ytmusicapi from 1.5.2 to 1.5.3 by @dependabot in https://github.com/music-assistant/server/pull/1112
84
85**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b105...2.0.0b106
86
87### Frontend 2.3.3
88
89- #401 - Fix icons on panel view (@marcelveldt)
90- #400 - Fix for now playing widget (@marcelveldt)
91
92## â¬ï¸ Dependencies
93
94### Server
95
96### Frontend
97
98<details>
99<summary>8 changes</summary>
100
101- #393 - Bump vue-router from 4.2.5 to 4.3.0 (@dependabot)
102- #392 - Bump eslint from 8.56.0 to 8.57.0 (@dependabot)
103- #394 - Bump sass from 1.71.0 to 1.71.1 (@dependabot)
104- #395 - Bump vue from 3.4.19 to 3.4.20 (@dependabot)
105- #396 - Bump @types/node from 20.11.19 to 20.11.20 (@dependabot)
106- #397 - Bump nanoid from 5.0.5 to 5.0.6 (@dependabot)
107- #398 - Bump vuetify from 3.5.4 to 3.5.6 (@dependabot)
108- #399 - Bump eslint-plugin-vue from 9.21.1 to 9.22.0 (@dependabot)
109</details>
110
111
112
113# [2.0.0 BETA 105] - 25.02.2024
114
115## Whatâs Changed
116
117### Server 2.0.0 BETA 105
118
119## What's Changed
120* Some optimizations for Airplay streaming by @marcelveldt in https://github.com/music-assistant/server/pull/1107
121* Add verbose log level by @marcelveldt in https://github.com/music-assistant/server/pull/1109
122* Subsonic: fix cover art resolution by @khers in https://github.com/music-assistant/server/pull/1108
123* frontend-2.3.2 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1110
124
125
126**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b104...2.0.0b105
127
128### Frontend 2.3.2
129
130- #391 - Various small tweaks and fixes (@marcelveldt)
131- #390 - Improved paths (@dobby5)
132- #388 - Reworked Home View Page (@dobby5)
133- #389 - Remove unused ellipsis (@OzGav)
134
135## â¬ï¸ Dependencies
136
137### Server
138
139### Frontend
140
141
142
143# [2.0.0 BETA 104] - 24.02.2024
144
145## Whatâs Changed
146
147### Server 2.0.0 BETA 104
148
149## What's Changed
150* Change documentation link again by @OzGav in https://github.com/music-assistant/server/pull/1102
151* [Deezer]: Fix search by @arctixdev in https://github.com/music-assistant/server/pull/1104
152* Bump cryptography from 42.0.2 to 42.0.4 by @dependabot in https://github.com/music-assistant/server/pull/1103
153* frontend-2.3.1 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1105
154* Some small bugfixes and enhancements by @marcelveldt in https://github.com/music-assistant/server/pull/1106
155
156
157**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b103...2.0.0b104
158
159### Frontend 2.3.1
160
161- #386 - Lokalise: Translations update (@marcelveldt)
162
163## â¬ï¸ Dependencies
164
165### Server
166
167### Frontend
168
169
170
171# [2.0.0 BETA 103] - 20.02.2024
172
173## Whatâs Changed
174
175### Server 2.0.0 BETA 103
176
177## What's Changed
178* More improvements for the Airplay provider by @marcelveldt in https://github.com/music-assistant/server/pull/1100
179* Add documentation links by @OzGav in https://github.com/music-assistant/server/pull/1098
180* frontend-2.3.0 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1101
181
182
183**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b102...2.0.0b103
184
185### Frontend 2.3.0
186
187- #385 - Add translation docs link (@OzGav)
188- #300 - Add heart icon to grid view (@JeffersonBledsoe)
189
190## â¬ï¸ Dependencies
191
192### Server
193
194### Frontend
195
196<details>
197<summary>4 changes</summary>
198
199- #381 - Bump sass from 1.70.0 to 1.71.0 (@dependabot)
200- #382 - Bump @types/node from 20.11.17 to 20.11.19 (@dependabot)
201- #383 - Bump vuetify from 3.5.3 to 3.5.4 (@dependabot)
202- #384 - Bump vite-plugin-pwa from 0.18.1 to 0.19.0 (@dependabot)
203</details>
204
205
206
207# [2.0.0 BETA 102] - 20.02.2024
208
209## What's Changed
210* Various bugfixes
211
212* Bump pre-commit from 3.6.0 to 3.6.2 by @dependabot in https://github.com/music-assistant/server/pull/1097
213* Bump black from 24.1.1 to 24.2.0 by @dependabot in https://github.com/music-assistant/server/pull/1096
214* Bump pytest from 8.0.0 to 8.0.1 by @dependabot in https://github.com/music-assistant/server/pull/1095
215* Bump orjson from 3.9.13 to 3.9.14 by @dependabot in https://github.com/music-assistant/server/pull/1094
216* Bump async-upnp-client from 0.38.1 to 0.38.2 by @dependabot in https://github.com/music-assistant/server/pull/1093
217
218
219**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b101...2.0.0b102
220
221# [2.00 BETA 101] - 19.02.2024
222
223## What's Changed
224* A collection of small bugfixes and optimizations by @marcelveldt in https://github.com/music-assistant/server/pull/1092
225
226
227**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b100...2.0.0b101
228
229# [2.0.0 BETA 100] - 19.02.2024
230
231## What's Changed
232* [Deezer] Allow user to manually input arl token, temporary fix by @arctixdev in https://github.com/music-assistant/server/pull/1090
233* Airplay fixes by @marcelveldt in https://github.com/music-assistant/server/pull/1091
234
235
236**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b99...2.0.0b100
237
238# [2.0.0 BETA 99] - 18.02.2024
239
240## Whatâs Changed
241
242### Server 2.0.0 BETA 99
243
244## What's Changed
245* Some more fixes for the Airplay provider by @marcelveldt in https://github.com/music-assistant/server/pull/1088
246* frontend-2.2.2 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1089
247
248
249**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b98...2.0.0b99
250
251### Frontend 2.2.2
252
253- #380 - Lokalise: Translations update (@marcelveldt)
254- #376 - Fix the weird behaviour with the search field and badge (@jozefKruszynski)
255- #378 - Fix homescreen widgets for radio and playlists (@marcelveldt)
256- #377 - Fix players list empty in settings (@marcelveldt)
257- #375 - Lokalise: Translations update (@marcelveldt)
258- #374 - Changes to when and how the player row cards are shown (@jozefKruszynski)
259- #372 - Added wheel event to PlayerVolume (along with existing native events) (@githrdw)
260- #373 - Remove duplicate [default] (@OzGav)
261
262## â¬ï¸ Dependencies
263
264### Server
265
266### Frontend
267
268
269
270# [2.0.0 BETA 98] - 18.02.2024
271
272## Whatâs Changed
273
274- #1087 - Fix cliraop lib permissions (@MarvinSchenkel)
275
276
277# [2.0.0 BETA 97] - 18.02.2024
278
279## What's Changed
280* Fix Airplay playback on docker/haos installs by @marcelveldt in https://github.com/music-assistant/server/pull/1086
281
282
283**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b96...2.0.0b97
284
285# [2.0.0 BETA 96] - 18.02.2024
286
287## What's Changed
288* Add missing pyatv dependency by @jozefKruszynski in https://github.com/music-assistant/server/pull/1085
289
290
291**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b95...2.0.0b96
292
293# [2.0.0 BETA95] - 18.02.2024
294
295## What's Changed
296* Fix HomeAssistant provider on supervised installs by @marcelveldt in https://github.com/music-assistant/server/pull/1082
297* Change documentation links by @OzGav in https://github.com/music-assistant/server/pull/1083
298* Replace Airplay provider by @marcelveldt in https://github.com/music-assistant/server/pull/1084
299
300
301**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b94...2.0.0b95
302
303# [2.0.0 BETA 94] - 14.02.2024
304
305## Whatâs Changed
306
307### Server 2.0.0 BETA 94
308
309## What's Changed
310* Bump hass client to 1.0.1 by @marcelveldt in https://github.com/music-assistant/server/pull/1079
311* frontend-2.2.1 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1080
312* Bugfix for skipped track when playing an artist or album by @marcelveldt in https://github.com/music-assistant/server/pull/1081
313
314
315**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b93...2.0.0b94
316
317### Frontend 2.2.1
318
319* Fix volume slider
320
321## â¬ï¸ Dependencies
322
323### Server
324
325### Frontend
326
327
328
329# [2.0.0 BETA 93] - 13.02.2024
330
331## Whatâs Changed
332
333### Server 2.0.0 BETA 93
334
335## What's Changed
336* Add Home Assistant player provider by @marcelveldt in https://github.com/music-assistant/server/pull/1077
337* Add Jellyfin Music Provider by @lokiberra in https://github.com/music-assistant/server/pull/1007
338* Subsonic: Implement features required by Nextcloud Music support by @perillamint in https://github.com/music-assistant/server/pull/1056
339
340### Dependencies and maintenance
341* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/1068
342* Reconfigure linting,testing and formatting by @marcelveldt in https://github.com/music-assistant/server/pull/1070
343* Bump cryptography from 41.0.7 to 42.0.2 by @dependabot in https://github.com/music-assistant/server/pull/1067
344* Bump aiohttp from 3.9.2 to 3.9.3 by @dependabot in https://github.com/music-assistant/server/pull/1066
345* Bump ludeeus/action-require-labels from 1.0.0 to 1.1.0 by @dependabot in https://github.com/music-assistant/server/pull/1069
346
347* Bump pychromecast from 13.0.8 to 13.1.0 by @dependabot in https://github.com/music-assistant/server/pull/1065
348* Tidal typing by @jozefKruszynski in https://github.com/music-assistant/server/pull/1057
349* Bump python-slugify from 8.0.1 to 8.0.3 by @dependabot in https://github.com/music-assistant/server/pull/1063
350* Add support for Python 3.12 + fix issues with type checking by @marcelveldt in https://github.com/music-assistant/server/pull/1071
351* Bump pytest from 7.4.4 to 8.0.0 by @dependabot in https://github.com/music-assistant/server/pull/1074
352* Bump python-slugify from 8.0.3 to 8.0.4 by @dependabot in https://github.com/music-assistant/server/pull/1076
353* Bump orjson from 3.9.12 to 3.9.13 by @dependabot in https://github.com/music-assistant/server/pull/1073
354* Bump ytmusicapi from 1.5.1 to 1.5.2 by @dependabot in https://github.com/music-assistant/server/pull/1072
355* Bump plexapi from 4.15.7 to 4.15.9 by @dependabot in https://github.com/music-assistant/server/pull/1075
356
357* frontend-2.2.0 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1078
358
359## New Contributors
360* @perillamint made their first contribution in https://github.com/music-assistant/server/pull/1056
361* @lokiberra made their first contribution in https://github.com/music-assistant/server/pull/1007
362
363**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b92...2.0.0b93
364
365### Frontend 2.2.0
366
367- #371 - Handle provider set-up depending on another provider (@marcelveldt)
368- #370 - Lokalise: Translations update (@marcelveldt)
369- #347 - Add wheel event to PlayerVolume component (@githrdw)
370- #348 - Added currently playing player queues to widget row (@jozefKruszynski)
371- #350 - Add a badge for when search is filtering results (@jozefKruszynski)
372- #349 - Add album to playlist (@jozefKruszynski)
373
374## â¬ï¸ Dependencies
375
376### Server
377
378### Frontend
379
380<details>
381<summary>15 changes</summary>
382
383- #365 - Bump vite-plugin-pwa from 0.17.5 to 0.18.1 (@dependabot)
384- #368 - Bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 (@dependabot)
385- #369 - Bump vue from 3.4.15 to 3.4.19 (@dependabot)
386- #364 - Bump ludeeus/action-require-labels from 1.0.0 to 1.1.0 (@dependabot)
387- #362 - Bump @types/node from 20.11.10 to 20.11.17 (@dependabot)
388- #363 - Bump @typescript-eslint/parser from 6.19.1 to 6.21.0 (@dependabot)
389- #352 - Bump prettier from 3.2.4 to 3.2.5 (@dependabot)
390- #355 - Bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0 (@dependabot)
391- #361 - Bump vuetify from 3.5.1 to 3.5.3 (@dependabot)
392- #351 - Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (@dependabot)
393- #356 - Bump marked from 11.2.0 to 12.0.0 (@dependabot)
394- #357 - Bump eslint-plugin-vue from 9.20.1 to 9.21.1 (@dependabot)
395- #359 - Bump nanoid from 5.0.4 to 5.0.5 (@dependabot)
396- #360 - Bump vue-i18n from 9.9.0 to 9.9.1 (@dependabot)
397- #346 - Bump @types/node from 20.11.7 to 20.11.10 (@dependabot)
398</details>
399
400
401
402# [2.0.0 BETA 92] - 03.02.2024
403
404## What's Changed
405* Bump mashumaro from 3.11 to 3.12 by @dependabot in https://github.com/music-assistant/server/pull/1048
406* Bump black from 23.12.1 to 24.1.1 by @dependabot in https://github.com/music-assistant/server/pull/1046
407* Bump colorlog from 6.8.0 to 6.8.2 by @dependabot in https://github.com/music-assistant/server/pull/1049
408* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/1052
409* Bump aiohttp from 3.9.1 to 3.9.2 by @dependabot in https://github.com/music-assistant/server/pull/1051
410* Bump ytmusicapi from 1.5.0 to 1.5.1 by @dependabot in https://github.com/music-assistant/server/pull/1050
411* Replace None with empty string where necessary by @jozefKruszynski in https://github.com/music-assistant/server/pull/1053
412* Fix async issue in SnapcastProvider by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1054
413* Bump tidalapi from 0.7.3 to 0.7.4 by @dependabot in https://github.com/music-assistant/server/pull/1047
414* Fix the browsing error for album tracks by @jozefKruszynski in https://github.com/music-assistant/server/pull/1061
415* Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 by @dependabot in https://github.com/music-assistant/server/pull/1060
416* Subsonic: Two new features, better error handling, and reworked album/track parsing by @khers in https://github.com/music-assistant/server/pull/1055
417* Fix empty players list in config by @marcelveldt in https://github.com/music-assistant/server/pull/1062
418* Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 by @dependabot in https://github.com/music-assistant/server/pull/1058
419* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/1059
420
421
422**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b90...2.0.0b92
423
424# [2.0.0 BETA 90] - 29.01.2024
425
426## What's Changed
427* Bugfixes for corrupted Sonos player configs and slimproto sync by @marcelveldt in https://github.com/music-assistant/server/pull/1044
428* Speed-up startup and fix clear cache by @marcelveldt in https://github.com/music-assistant/server/pull/1045
429
430
431**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b89...2.0.0b90
432
433# [2.0.0 BETA 89] - 29.01.2024
434
435## What's Changed
436* Soundcloud - Fix for sync error by @gieljnssns in https://github.com/music-assistant/server/pull/1042
437* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/1041
438* Some stability and bugfixes by @marcelveldt in https://github.com/music-assistant/server/pull/1043
439
440
441**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b88...2.0.0b89
442
443# [2.0.0 BETA 88] - 28.01.2024
444
445## Whatâs Changed
446
447### Server 2.0.0 BETA 88
448
449Fixes the stability issues introduced in beta87 !
450
451## What's Changed
452* Subsonic: Support track enumeration on older Navidrome servers by @khers in https://github.com/music-assistant/server/pull/1037
453* Fix Sonos player provider by @marcelveldt in https://github.com/music-assistant/server/pull/1038
454* Some small bugfixes and optimizations by @marcelveldt in https://github.com/music-assistant/server/pull/1039
455* frontend-2.1.2 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1040
456
457
458**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b87...2.0.0b88
459
460### Frontend 2.1.2
461
462- Some bug fixes for freezing UI
463
464## â¬ï¸ Dependencies
465
466### Server
467
468### Frontend
469
470- #345 - Bump vue from 3.3.4 to 3.4.15 (@dependabot)
471
472
473
474# [2.0.0 BETA 87] - 27.01.2024
475
476## Whatâs Changed
477
478### Server 2.0.0 BETA 87
479
480## What's Changed
481* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/1031
482* A collection of small fixes and enhancements by @marcelveldt in https://github.com/music-assistant/server/pull/1030
483* Add player provider for devices running fully kiosk by @marcelveldt in https://github.com/music-assistant/server/pull/1032
484* Add default enqueue options by @marcelveldt in https://github.com/music-assistant/server/pull/1033
485* frontend-2.1.1 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1034
486* A few enqueue fixes by @marcelveldt in https://github.com/music-assistant/server/pull/1036
487* Subsonic: Better scrobbling and track enumeration by @khers in https://github.com/music-assistant/server/pull/1035
488
489
490**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b86...2.0.0b87
491
492### Frontend 2.1.1
493
494- #335 - Lokalise: Translations update (@marcelveldt)
495- #334 - Lokalise: Translations update (@marcelveldt)
496- #333 - Add better translations for settings (@marcelveldt)
497- #332 - Lokalise: Translations update (@marcelveldt)
498
499## â¬ï¸ Dependencies
500
501### Server
502
503### Frontend
504
505<details>
506<summary>18 changes</summary>
507
508- #336 - Bump prettier from 3.0.3 to 3.2.4 (@dependabot)
509- #337 - Bump vite-plugin-pwa from 0.17.4 to 0.17.5 (@dependabot)
510- #338 - Bump @typescript-eslint/parser from 6.2.1 to 6.19.1 (@dependabot)
511- #339 - Bump eslint-plugin-vue from 9.19.2 to 9.20.1 (@dependabot)
512- #340 - Bump jsdom from 23.0.1 to 24.0.0 (@dependabot)
513- #341 - Bump @mdi/font from 7.3.67 to 7.4.47 (@dependabot)
514- #342 - Bump @types/node from 20.11.6 to 20.11.7 (@dependabot)
515- #343 - Bump sass from 1.69.7 to 1.70.0 (@dependabot)
516- #344 - Bump eslint-plugin-prettier from 5.0.1 to 5.1.3 (@dependabot)
517- #321 - Bump eslint-config-prettier from 8.9.0 to 9.1.0 (@dependabot)
518- #325 - Bump @vitejs/plugin-vue from 4.5.1 to 4.6.2 (@dependabot)
519- #326 - Bump @vue/eslint-config-typescript from 11.0.3 to 12.0.0 (@dependabot)
520- #322 - Bump vuetify from 3.4.11 to 3.5.1 (@dependabot)
521- #330 - Bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.19.1 (@dependabot)
522- #331 - Bump @types/node from 20.10.7 to 20.11.6 (@dependabot)
523- #327 - Bump @intlify/unplugin-vue-i18n from 1.5.0 to 2.0.0 (@dependabot)
524- #328 - Bump @vue/tsconfig from 0.4.0 to 0.5.1 (@dependabot)
525- #329 - Bump typescript from 5.3.2 to 5.3.3 (@dependabot)
526</details>
527
528
529
530# [2.0.0 BETA86] - 26.01.2024
531
532## What's Changed
533* Some fixes to the Subsonic provider by @khers in https://github.com/music-assistant/server/pull/1027
534* Subsonic: Handle missing artist id and check before building Images by @khers in https://github.com/music-assistant/server/pull/1028
535* Fix queue track repeat + Some improvements to Sonos players by @marcelveldt in https://github.com/music-assistant/server/pull/1029
536
537
538**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b85...2.0.0b86
539
540# [2.0.0 BETA 85] - 24.01.2024
541
542## What's Changed
543* Youtube maintenance by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1022
544* RadioBrowser: pin requirement to pip version by @gieljnssns in https://github.com/music-assistant/server/pull/1024
545* Remove python-ffmpeg requirement from Snapcast manifest.json by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1023
546* A few small improvements to the Chromecast provider by @marcelveldt in https://github.com/music-assistant/server/pull/1025
547* Fix musicbrainz id check by @marcelveldt in https://github.com/music-assistant/server/pull/1026
548
549
550**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b84...2.0.0b85
551
552# [2.0.0 BETA 84] - 22.01.2024
553
554## New Music provider
555@khers added the SubSonic music provider, great work, thanks!
556
557## What's Changed
558* Add Open Subsonic MusicProvider by @khers in https://github.com/music-assistant/server/pull/1006
559* Cleanup binaries by @marcelveldt in https://github.com/music-assistant/server/pull/1014
560* Replace UUID check on MusicBrainz ID by @marcelveldt in https://github.com/music-assistant/server/pull/1015
561* Fix next track playback on Chromecast groups by @marcelveldt in https://github.com/music-assistant/server/pull/1016
562
563### Dependencies
564* Bump ruff from 0.1.13 to 0.1.14 by @dependabot in https://github.com/music-assistant/server/pull/1020
565* Bump orjson from 3.9.10 to 3.9.12 by @dependabot in https://github.com/music-assistant/server/pull/1019
566* Bump soco from 0.30.1 to 0.30.2 by @dependabot in https://github.com/music-assistant/server/pull/1021
567* Bump async-upnp-client from 0.38.0 to 0.38.1 by @dependabot in https://github.com/music-assistant/server/pull/1017
568
569## New Contributors
570* @khers made their first contribution in https://github.com/music-assistant/server/pull/1006
571
572**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b83...2.0.0b84
573
574# [2.0.0 BETA 83] - 21.01.2024
575
576## Whatâs Changed
577
578### Server 2.0.0 BETA 83
579
580## What's Changed
581
582* Refactor enqueing of items during playback and standardize player settings by @marcelveldt in https://github.com/music-assistant/server/pull/1008
583* Fixes for plex connection by @jozefKruszynski in https://github.com/music-assistant/server/pull/1000
584* Better support for Player groups by @marcelveldt in https://github.com/music-assistant/server/pull/1011
585* A few small tweaks by @marcelveldt in https://github.com/music-assistant/server/pull/1012
586* frontend-2.1.0 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1013
587
588**BREAKING CHANGE!**
589If you used Universal Player Group to create groups, you need to re-create your playergroups.
590For best quality and convenience use the new provider specific syncgroups introduced in this release.
591The Universal Sync Group will allow you to put syncgroups as childs but none of the members of a Universal Player group will be synced.
592
593**Dependencies:**
594* Bump unidecode from 1.3.7 to 1.3.8 by @dependabot in https://github.com/music-assistant/server/pull/1005
595* Bump ruff from 0.1.11 to 0.1.13 by @dependabot in https://github.com/music-assistant/server/pull/1002
596* Bump pycryptodome from 3.19.1 to 3.20.0 by @dependabot in https://github.com/music-assistant/server/pull/1001
597* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/1010
598
599
600
601**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b82...2.0.0b83
602
603### Frontend 2.1.0
604
605- #320 - Adjust to backend changes (@marcelveldt)
606
607## â¬ï¸ Dependencies
608
609### Server
610
611### Frontend
612
613<details>
614<summary>10 changes</summary>
615
616- #277 - Bump websocket-ts from 1.1.1 to 2.1.5 (@dependabot)
617- #319 - Bump vuetify from 3.3.14 to 3.4.11 (@dependabot)
618- #311 - Bump replace-in-file from 7.0.2 to 7.1.0 (@dependabot)
619- #312 - Bump eslint from 8.54.0 to 8.56.0 (@dependabot)
620- #310 - Bump home-assistant-js-websocket from 8.2.0 to 9.1.0 (@dependabot)
621- #313 - Bump vue-i18n from 9.7.0 to 9.9.0 (@dependabot)
622- #314 - Bump sass from 1.69.5 to 1.69.7 (@dependabot)
623- #315 - Bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.18.1 (@dependabot)
624- #316 - Bump @mdi/js from 7.3.67 to 7.4.47 (@dependabot)
625- #318 - Bump actions/cache from 3 to 4 (@dependabot)
626</details>
627
628
629
630# [2.0.0 BETA 82] - 14.01.2024
631
632## What's Changed
633* Reverting a change in the ytmusicapi that currently breaks YTMusic. by @MarvinSchenkel in https://github.com/music-assistant/server/pull/997
634* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/998
635* Some small bug fixes by @marcelveldt in https://github.com/music-assistant/server/pull/999
636
637
638**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b81...2.0.0b82
639
640# [2.0.0 BETA 81] - 09.01.2024
641
642## Whatâs Changed
643
644### Server 2.0.0 BETA 81
645
646## What's Changed
647* Fixes bug where snapcast does not work by @SantiagoSotoC in https://github.com/music-assistant/server/pull/991
648* Add guard for missing id in MusicBrainz result by @marcelveldt in https://github.com/music-assistant/server/pull/995
649* frontend-2.0.17 by @music-assistant-machine in https://github.com/music-assistant/server/pull/996
650
651
652### Dependencies
653* Bump mypy from 1.7.1 to 1.8.0 by @dependabot in https://github.com/music-assistant/server/pull/984
654* Bump zeroconf from 0.128.0 to 0.131.0 by @dependabot in https://github.com/music-assistant/server/pull/986
655* Bump pytest from 7.4.3 to 7.4.4 by @dependabot in https://github.com/music-assistant/server/pull/987
656* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/990
657* Bump pillow from 10.1.0 to 10.2.0 by @dependabot in https://github.com/music-assistant/server/pull/994
658* Bump ruff from 0.1.9 to 0.1.11 by @dependabot in https://github.com/music-assistant/server/pull/992
659* Bump ytmusicapi from 1.3.2 to 1.4.2 by @dependabot in https://github.com/music-assistant/server/pull/993
660* Bump pytest-asyncio from 0.23.2 to 0.23.3 by @dependabot in https://github.com/music-assistant/server/pull/985
661* Bump pycryptodome from 3.19.0 to 3.19.1 by @dependabot in https://github.com/music-assistant/server/pull/983
662
663
664
665**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b80...2.0.0b81
666
667### Frontend 2.0.17
668
669- #299 - Make the icon in the "Play modal dialog" not interactive (@JeffersonBledsoe)
670
671## â¬ï¸ Dependencies
672
673### Server
674
675### Frontend
676
677<details>
678<summary>8 changes</summary>
679
680- #293 - Bump vite-plugin-pwa from 0.17.2 to 0.17.4 (@dependabot)
681- #296 - Bump vite-plugin-webfont-dl from 3.7.6 to 3.9.1 (@dependabot)
682- #294 - Bump eslint-plugin-vue from 9.18.1 to 9.19.2 (@dependabot)
683- #289 - Bump actions/setup-python from 4 to 5 (@dependabot)
684- #291 - Bump vue-router from 4.2.4 to 4.2.5 (@dependabot)
685- #303 - Bump @egjs/vue3-flicking from 4.10.8 to 4.11.2 (@dependabot)
686- #308 - Bump vue-tsc from 1.8.22 to 1.8.27 (@dependabot)
687- #309 - Bump @types/node from 20.10.3 to 20.10.7 (@dependabot)
688</details>
689
690
691
692# [2.0.0 BETA 81] - 09.01.2024
693
694## What's Changed
695* Fixes bug where snapcast does not work by @SantiagoSotoC in #991
696* Add guard for missing id in MusicBrainz result by @marcelveldt in #995
697* bump frontend to 2.0.17 by @music-assistant-machine in #996
698
699**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b79...2.0.0b80
700
701# [2.0.0 BETA 80] - 31.12.2023
702
703## What's Changed
704* Some tweaks to MediaItem models by @marcelveldt in https://github.com/music-assistant/server/pull/981
705* Fix playback of radio stations by @marcelveldt in https://github.com/music-assistant/server/pull/982
706
707
708**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b79...2.0.0b80
709
710# [2.0.0 BETA 79] - 30.12.2023
711
712## What's Changed
713* Bump aiohttp from 3.9.0 to 3.9.1 by @dependabot in https://github.com/music-assistant/server/pull/960
714* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/965
715* Bump black from 23.7.0 to 23.11.0 by @dependabot in https://github.com/music-assistant/server/pull/964
716* Bump pre-commit from 3.5.0 to 3.6.0 by @dependabot in https://github.com/music-assistant/server/pull/963
717* Bump cryptography from 41.0.6 to 41.0.7 by @dependabot in https://github.com/music-assistant/server/pull/962
718* Bump ruff from 0.1.6 to 0.1.7 by @dependabot in https://github.com/music-assistant/server/pull/961
719* Fix status of child players by @SantiagoSotoC in https://github.com/music-assistant/server/pull/959
720* Update manifest files for several providers by @OzGav in https://github.com/music-assistant/server/pull/967
721* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/966
722* Fix typo in TuneIn init/py by @OzGav in https://github.com/music-assistant/server/pull/968
723* Fixed theaudiodb provider with get_track_metadata issue by @celestianx in https://github.com/music-assistant/server/pull/969
724* Retain extra url keys by @OzGav in https://github.com/music-assistant/server/pull/979
725* Bump ruff from 0.1.7 to 0.1.9 by @dependabot in https://github.com/music-assistant/server/pull/978
726* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/975
727* Bump soco from 0.29.1 to 0.30.1 by @dependabot in https://github.com/music-assistant/server/pull/977
728* Bump python-ffmpeg from 2.0.4 to 2.0.9 by @dependabot in https://github.com/music-assistant/server/pull/972
729* Bump async-upnp-client from 0.36.2 to 0.38.0 by @dependabot in https://github.com/music-assistant/server/pull/974
730* Bump black from 23.11.0 to 23.12.1 by @dependabot in https://github.com/music-assistant/server/pull/976
731* A few small bugfixes by @marcelveldt in https://github.com/music-assistant/server/pull/980
732
733## New Contributors
734* @celestianx made their first contribution in https://github.com/music-assistant/server/pull/969
735
736**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b78...2.0.0b79
737
738# [2.0.0 BETA 78] - 08.12.2023
739
740## What's Changed
741* Fix snapcast provider in the dynamic generation of tcp streams by @SantiagoSotoC in https://github.com/music-assistant/server/pull/955
742* Fixing pyproject.toml by @jozefKruszynski in https://github.com/music-assistant/server/pull/957
743* Some fixes for the database migration and matching logic by @marcelveldt in https://github.com/music-assistant/server/pull/958
744
745
746**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b77...2.0.0b78
747
748# [2.0.0 BETA 77] - 06.12.2023
749
750Hotfix to fix some issues introduced in beta 76
751
752# [2.0.0 BETA 76] - 06.12.2023
753
754## What's Changed
755* Add Snapcast Player Provider by @SantiagoSotoC in https://github.com/music-assistant/server/pull/916
756* [Deezer]: New brand (Logo) by @arctixdev in https://github.com/music-assistant/server/pull/930
757* Fixes for slimproto cli and wiim pro streamers by @marcelveldt in https://github.com/music-assistant/server/pull/934
758* [soundcloud] Improved playlist iteration by @domanchi in https://github.com/music-assistant/server/pull/924
759* fix: handle invalid start_index when receiving command player status by @wiflye81 in https://github.com/music-assistant/server/pull/935
760* frontend-2.0.16 by @music-assistant-machine in https://github.com/music-assistant/server/pull/954
761* Improve Filesystem provider by @marcelveldt in https://github.com/music-assistant/server/pull/953
762
763## New Contributors
764* @SantiagoSotoC made their first contribution in https://github.com/music-assistant/server/pull/916
765* @wiflye81 made their first contribution in https://github.com/music-assistant/server/pull/935
766* @music-assistant-machine made their first contribution in https://github.com/music-assistant/server/pull/954
767
768**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b75...2.0.0b76
769
770# [2.0.0 BETA 75] - 13.11.2023
771
772## What's Changed
773* Adjust volume normalisation default by @OzGav in https://github.com/music-assistant/server/pull/909
774* Fix overriding global log level on module level by @marcelveldt in https://github.com/music-assistant/server/pull/918
775* Fix some issues with Airplay provider by @marcelveldt in https://github.com/music-assistant/server/pull/919
776* Fix issues with debouncing commands to (group)players by @marcelveldt in https://github.com/music-assistant/server/pull/921
777* [soundcloud] bug fix: add limit parameter to get_recommended function by @domanchi in https://github.com/music-assistant/server/pull/920
778* [soundcloud] improved track iteration by @domanchi in https://github.com/music-assistant/server/pull/922
779* Fix cast player playing duplicate songs by @marcelveldt in https://github.com/music-assistant/server/pull/923
780* Tidal: add missing session object to add/remove from library by @jozefKruszynski in https://github.com/music-assistant/server/pull/911
781* Fix config for addon update action by @jozefKruszynski in https://github.com/music-assistant/server/pull/903
782
783
784## Dependencies
785* Bump uvloop from 0.17.0 to 0.19.0 by @dependabot in https://github.com/music-assistant/server/pull/904
786* Bump mypy from 1.5.1 to 1.6.1 by @dependabot in https://github.com/music-assistant/server/pull/908
787* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/910
788* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/915
789* Bump pytest-aiohttp from 1.0.4 to 1.0.5 by @dependabot in https://github.com/music-assistant/server/pull/905
790* Bump pre-commit from 3.3.3 to 3.5.0 by @dependabot in https://github.com/music-assistant/server/pull/907
791* Bump mashumaro from 3.9 to 3.10 by @dependabot in https://github.com/music-assistant/server/pull/913
792* Bump ruff from 0.1.1 to 0.1.5 by @dependabot in https://github.com/music-assistant/server/pull/917
793* Bump plexapi from 4.15.0 to 4.15.5 by @dependabot in https://github.com/music-assistant/server/pull/912
794
795## New Contributors
796* @domanchi made their first contribution in https://github.com/music-assistant/server/pull/920
797
798**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b74...2.0.0b75
799
800# [2.0.0 BETA 74] - 28.10.2023
801
802## Frontend 2.0.15
803
804## Whatâs Changed
805
806- #252 - A few small fixes (@marcelveldt)
807- #239 - Lokalise: Translations update (@marcelveldt)
808- #213 - Add dark mode theme-color for top bar on mobile browsers (and Safari desktop) (@krisnoble)
809- #196 - Update release.yml (@jozefKruszynski)
810- #195 - CI action to create a PR on the core repo on release (@jozefKruszynski)
811- #194 - Lokalise: Translations update (@marcelveldt)
812- #193 - Improve browse feature (@marcelveldt)
813- #191 - Lokalise: Translations update (@marcelveldt)
814- #190 - Add (basic) Widget rows to Home screen (@marcelveldt)
815- #189 - Small refactor of theme colors (@marcelveldt)
816- #186 - Several small bugfixes (@marcelveldt)
817- #175 - Rework Navigation (@marcelveldt)
818- #169 - mobile player color schema correction (@dobby5)
819- #171 - Lokalise: Translations update (@marcelveldt)
820- #170 - Some small adjustments to the settings pages (@marcelveldt)
821- #168 - Button improvements (@dobby5)
822- #167 - A collection of small bug fixes (@marcelveldt)
823- #166 - Lokalise: Translations update (@marcelveldt)
824- #164 - Remove header and adjust all views (@marcelveldt)
825- #163 - Bottom mobile player (@dobby5)
826- #162 - Fix add to playlist (@marcelveldt)
827- #161 - Improve Itemdetails (@marcelveldt)
828- #160 - Various bugfixes and improvements (@dobby5)
829- #159 - MA - Merge (@dobby5)
830- #158 - Add some base diagnostic server info (@marcelveldt)
831- #157 - Fix some glitches (@marcelveldt)
832- #156 - Switch to SVG provider icons (@marcelveldt)
833- #155 - Backend changes for library refactor (@marcelveldt)
834- #143 - Ma design 2.0 (@dobby5)
835- #136 - Improve CI for releases (@marcelveldt)
836- #99 - Update Polish translations (@LukaszP2)
837- #135 - Add configuration pages for core controllers (@marcelveldt)
838
839## â¬ï¸ Dependencies
840
841<details>
842<summary>49 changes</summary>
843
844- #245 - Bump vite from 4.4.7 to 4.5.0 (@dependabot)
845- #222 - Bump prettier from 3.0.0 to 3.0.3 (@dependabot)
846- #249 - Bump @types/node from 20.4.5 to 20.8.9 (@dependabot)
847- #251 - Bump eslint-plugin-vue from 9.16.1 to 9.18.1 (@dependabot)
848- #250 - Bump sass from 1.64.2 to 1.69.5 (@dependabot)
849- #243 - Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 (@dependabot)
850- #225 - Bump actions/checkout from 3 to 4 (@dependabot)
851- #207 - Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (@dependabot)
852- #206 - Update release.yml (@jozefKruszynski)
853- #219 - Use specific dependency version (@arctixdev)
854- #205 - Bump eslint-config-prettier from 8.9.0 to 9.0.0 (@dependabot)
855- #203 - Bump @fontsource/roboto from 5.0.5 to 5.0.8 (@dependabot)
856- #202 - Bump @egjs/vue3-flicking from 4.10.8 to 4.11.0 (@dependabot)
857- #247 - Bump vuetify from 3.3.10 to 3.3.22 (@dependabot)
858- #248 - Bump actions/setup-node from 3 to 4 (@dependabot)
859- #177 - Bump v3-infinite-loading from 1.2.2 to 1.3.1 (@dependabot)
860- #179 - Bump eslint from 8.45.0 to 8.46.0 (@dependabot)
861- #187 - Bump @typescript-eslint/parser from 6.1.0 to 6.2.1 (@dependabot)
862- #181 - Bump eslint-config-prettier from 8.8.0 to 8.9.0 (@dependabot)
863- #188 - Bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.2.1 (@dependabot)
864- #182 - Bump @types/node from 20.4.4 to 20.4.5 (@dependabot)
865- #178 - Bump vite from 4.4.6 to 4.4.7 (@dependabot)
866- #176 - Bump vue-tsc from 1.8.6 to 1.8.8 (@dependabot)
867- #183 - Bump vuetify from 3.3.9 to 3.3.10 (@dependabot)
868- #185 - Bump eslint-plugin-vue from 9.15.1 to 9.16.1 (@dependabot)
869- #173 - Bump sass from 1.64.0 to 1.64.1 (@dependabot)
870- #174 - Bump @types/node from 20.4.2 to 20.4.4 (@dependabot)
871- #172 - Bump v3-infinite-loading from 1.2.2 to 1.3.1 (@dependabot)
872- #146 - Bump @types/node from 20.4.1 to 20.4.2 (@dependabot)
873- #145 - Bump eslint from 8.44.0 to 8.45.0 (@dependabot)
874- #148 - Bump @typescript-eslint/eslint-plugin from 5.61.0 to 5.62.0 (@dependabot)
875- #147 - Bump @egjs/flicking-plugins from 4.7.0 to 4.7.1 (@dependabot)
876- #144 - Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (@dependabot)
877- #149 - Bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (@dependabot)
878- #150 - Bump vue-tsc from 1.8.4 to 1.8.5 (@dependabot)
879- #152 - Bump home-assistant-js-websocket from 8.1.0 to 8.2.0 (@dependabot)
880- #154 - Bump vuetify from 3.3.7 to 3.3.9 (@dependabot)
881- #153 - Bump vite from 4.4.2 to 4.4.4 (@dependabot)
882- #137 - Bump actions/cache from 1 to 3 (@dependabot)
883- #138 - Bump softprops/action-gh-release from 0.1.14 to 0.1.15 (@dependabot)
884- #139 - Bump actions/checkout from 2 to 3 (@dependabot)
885- #140 - Bump actions/setup-node from 1 to 3 (@dependabot)
886- #141 - Bump vite from 4.4.1 to 4.4.2 (@dependabot)
887- #142 - Bump @intlify/unplugin-vue-i18n from 0.12.0 to 0.12.1 (@dependabot)
888- #133 - Bump vue-router from 4.2.2 to 4.2.4 (@dependabot)
889- #134 - Bump home-assistant-js-websocket from 8.0.1 to 8.1.0 (@dependabot)
890- #131 - Bump @fontsource/roboto from 5.0.3 to 5.0.4 (@dependabot)
891- #130 - Bump @intlify/unplugin-vue-i18n from 0.11.0 to 0.12.0 (@dependabot)
892- #129 - Bump vite from 4.3.9 to 4.4.1 (@dependabot)
893</details>
894
895
896## Server 2.0.0 BETA 74
897
898## What's Changed
899* Update job and step names for ci addon job by @jozefKruszynski in https://github.com/music-assistant/server/pull/850
900* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/851
901* Bump mypy from 1.5.0 to 1.5.1 by @dependabot in https://github.com/music-assistant/server/pull/854
902* Bump ruff from 0.0.284 to 0.1.1 by @dependabot in https://github.com/music-assistant/server/pull/892
903* Bump zeroconf from 0.79.0 to 0.119.0 by @dependabot in https://github.com/music-assistant/server/pull/891
904* Bump orjson from 3.9.4 to 3.9.9 by @dependabot in https://github.com/music-assistant/server/pull/890
905* [Deezer] Fix sync album if no cover image by @arctixdev in https://github.com/music-assistant/server/pull/863
906* Bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in https://github.com/music-assistant/server/pull/876
907* Auto-update pre-commit hooks by @github-actions in https://github.com/music-assistant/server/pull/870
908* Bump docker/setup-buildx-action from 2.9.1 to 3.0.0 by @dependabot in https://github.com/music-assistant/server/pull/878
909* FIx cumbersome restart, add idx to album tracks by @jozefKruszynski in https://github.com/music-assistant/server/pull/868
910* Bump orjson from 3.9.9 to 3.9.10 by @dependabot in https://github.com/music-assistant/server/pull/894
911* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/music-assistant/server/pull/866
912* Bump docker/metadata-action from 4 to 5 by @dependabot in https://github.com/music-assistant/server/pull/875
913* Bump docker/build-push-action from 4.1.1 to 5.0.0 by @dependabot in https://github.com/music-assistant/server/pull/877
914* Feature/tidal-quality-updates by @jozefKruszynski in https://github.com/music-assistant/server/pull/857
915* Bump pytest from 7.4.0 to 7.4.3 by @dependabot in https://github.com/music-assistant/server/pull/895
916* Bump ytmusicapi from 1.1.1 to 1.3.1 by @dependabot in https://github.com/music-assistant/server/pull/893
917* Bump pillow from 10.0.0 to 10.1.0 by @dependabot in https://github.com/music-assistant/server/pull/889
918* Bump cryptography from 41.0.3 to 41.0.4 by @dependabot in https://github.com/music-assistant/server/pull/881
919* Bump Airplay bridge binaries by @marcelveldt in https://github.com/music-assistant/server/pull/896
920* Fix grouped volume control by @OzGav in https://github.com/music-assistant/server/pull/867
921* Debounce and log commands to players by @marcelveldt in https://github.com/music-assistant/server/pull/897
922* Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 by @dependabot in https://github.com/music-assistant/server/pull/900
923* Bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in https://github.com/music-assistant/server/pull/899
924* update release action by @jozefKruszynski in https://github.com/music-assistant/server/pull/898
925* A few small fixes by @marcelveldt in https://github.com/music-assistant/server/pull/901
926* Bump frontend to 2.0.15 by @marcelveldt in https://github.com/music-assistant/server/pull/902
927
928## New Contributors
929* @OzGav made their first contribution in https://github.com/music-assistant/server/pull/867
930
931**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.0b73...2.0.0b74
932
933## Music Assistant 2.0 (BETA)
934Warning: this is an early beta, features are still missing.
935
936- Public BETA of Music Assistant 2.0
937- Follow status on https://github.com/orgs/music-assistant/projects/2/views/1
938- Meet us on discord to report and discuss feedback
939
940Thanks for testing!
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013