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