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