/
/
/
1# [2.6.0 BETA 6] - 02.05.2025
2
3## What's Changed
4
5* fix: more graceful episode handling for podcast parsers by @fmunkes in https://github.com/music-assistant/server/pull/2152
6* Add Yamaha MusicCast provider by @fmunkes in https://github.com/music-assistant/server/pull/2142
7* Support for Apple Music authentication in web UI by @maxlyth in https://github.com/music-assistant/server/pull/2150
8* Adjust file location and Add MusicCast icons by @OzGav in https://github.com/music-assistant/server/pull/2162
9* Add extra artist splitters in tag parser by @OzGav in https://github.com/music-assistant/server/pull/2163
10* [Airplay] Handle mDNS remove messages without service info by @poupounetjoyeux in https://github.com/music-assistant/server/pull/2154
11
12## New Contributors
13* @maxlyth made their first contribution in https://github.com/music-assistant/server/pull/2150
14* @poupounetjoyeux made their first contribution in https://github.com/music-assistant/server/pull/2154
15
16**Full Changelog**: https://github.com/music-assistant/server/compare/2.6.0b5...2.6.0b6
17
18# [2.6.0 BETA 5] - 27.04.2025
19
20## What's Changed
21
22* Several improvements to announcements by @chatziko in https://github.com/music-assistant/server/pull/2145
23* Volume fixes for native announcements by @chatziko in https://github.com/music-assistant/server/pull/2151
24* Add debug message about concatenating announcement stream by @chatziko in https://github.com/music-assistant/server/pull/2149
25* Some bugfixes to Sonos when playing through a group and/or with airplay mode
26* Fix stream error on group player with crossfade enabled.
27* Fix playback failing on esphome devices with only mp3 pipeline
28
29**Full Changelog**: https://github.com/music-assistant/server/compare/2.6.0b4...2.6.0b5
30
31# [2.6.0 BETA 4] - 24.04.2025
32
33## Whatâs Changed
34
35### Server 2.6.0 BETA 4
36
37## What's Changed
38
39* fix: library items removed by music provider not removed in MA library by @fmunkes in https://github.com/music-assistant/server/pull/2124
40* Fix AirPlay branding by @lassebm in https://github.com/music-assistant/server/pull/2127
41* YTMusic: Add recommendations by @MarvinSchenkel in https://github.com/music-assistant/server/pull/2128
42* Fix all lowercase display names for AirPlay players by @lassebm in https://github.com/music-assistant/server/pull/2126
43* Add lrc lyric parsing to tidal by @jozefKruszynski in https://github.com/music-assistant/server/pull/2081
44* Audible: fixes type error of release_date metadata by @ztripez in https://github.com/music-assistant/server/pull/2104
45* Add LRCLIB lyrics metadata provider by @jozefKruszynski in https://github.com/music-assistant/server/pull/2123
46* Suggested grammar change by @OzGav in https://github.com/music-assistant/server/pull/2134
47* Tidal: Add limits to certain api calls by @jozefKruszynski in https://github.com/music-assistant/server/pull/2135
48* Tidal: Modify recommendations setup by @jozefKruszynski in https://github.com/music-assistant/server/pull/2136
49* Audible: adding multipart audiobooks by @ztripez in https://github.com/music-assistant/server/pull/2143
50* Subsonic: Fix spelling and grammar by @OzGav in https://github.com/music-assistant/server/pull/2137
51* tidal: allow audio quality switching after authentication by @jozefKruszynski in https://github.com/music-assistant/server/pull/2144
52* Add nugs.net music provider by @brian10048 in https://github.com/music-assistant/server/pull/1974
53* frontend-2.15.0 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2148
54
55## New Contributors
56* @lassebm made their first contribution in https://github.com/music-assistant/server/pull/2127
57* @brian10048 made their first contribution in https://github.com/music-assistant/server/pull/1974
58
59**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.1...2.6.0b4
60
61### Frontend 2.15.0
62
63- #979 - Lokalise: Translations update (@marcelveldt)
64- #972 - Lokalise translations update (@[github-actions[bot]](https://github.com/apps/github-actions))
65
66## ð Features
67
68- #960 - feat: Add lyrics viewer component (@jozefKruszynski)
69
70## ð§° Maintenance
71
72- #962 - add open home badge (@jozefKruszynski)
73
74## â¬ï¸ Dependencies
75
76### Server
77
78### Frontend
79
80<details>
81<summary>9 changes</summary>
82
83- #976 - Chore(deps): Bump @intlify/unplugin-vue-i18n from 6.0.5 to 6.0.8 (@[dependabot[bot]](https://github.com/apps/dependabot))
84- #975 - Chore(deps-dev): Bump vite from 6.2.5 to 6.3.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
85- #969 - Chore(deps): Bump marked from 15.0.7 to 15.0.8 (@[dependabot[bot]](https://github.com/apps/dependabot))
86- #974 - Chore(deps): Bump softprops/action-gh-release from 2.2.1 to 2.2.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
87- #971 - Chore(deps-dev): Bump eslint-config-prettier from 10.1.1 to 10.1.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
88- #970 - Chore(deps-dev): Bump @types/node from 22.14.0 to 22.14.1 (@[dependabot[bot]](https://github.com/apps/dependabot))
89- #968 - Chore(deps-dev): Bump jsdom from 26.0.0 to 26.1.0 (@[dependabot[bot]](https://github.com/apps/dependabot))
90- #967 - Chore(deps-dev): Bump unplugin from 2.2.2 to 2.3.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
91- #966 - Chore(deps): Bump home-assistant-js-websocket from 9.4.0 to 9.5.0 (@[dependabot[bot]](https://github.com/apps/dependabot))
92</details>
93
94
95
96# [2.6.0 BETA 3] - 09.04.2025
97
98## What's Changed
99
100* Tidal: Various playlist and mix changes by @jozefKruszynski in https://github.com/music-assistant/server/pull/2118
101* Fix cast players not available at startup by @marcelveldt in https://github.com/music-assistant/server/pull/2121
102* Make Zeroconf only bind to the default interface by @altserg in https://github.com/music-assistant/server/pull/2100
103
104## New Contributors
105* @altserg made their first contribution in https://github.com/music-assistant/server/pull/2100
106
107**Full Changelog**: https://github.com/music-assistant/server/compare/2.6.0b2...2.6.0b3
108
109# [2.6.0 BETA 2] - 08.04.2025
110
111## Whatâs Changed
112
113### Server 2.6.0 BETA 2
114
115## What's Changed
116
117* fix: snapcast delete client by @SantiagoSotoC in https://github.com/music-assistant/server/pull/2117
118* frontend-2.14.9 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2119
119* Enhancement: gPodder - optional handling of delete action by @fmunkes in https://github.com/music-assistant/server/pull/2115
120* Various minor bugfixes and enhancements by @marcelveldt in https://github.com/music-assistant/server/pull/2120
121
122
123**Full Changelog**: https://github.com/music-assistant/server/compare/2.6.0b1...2.6.0b2
124
125### Frontend 2.14.9
126
127- #959 - Lokalise translations update (@[github-actions[bot]](https://github.com/apps/github-actions))
128
129## â¬ï¸ Dependencies
130
131### Server
132
133### Frontend
134
135<details>
136<summary>7 changes</summary>
137
138- #952 - Chore(deps-dev): Bump eslint-plugin-prettier from 5.2.5 to 5.2.6 (@[dependabot[bot]](https://github.com/apps/dependabot))
139- #953 - Chore(deps-dev): Bump vite from 6.2.3 to 6.2.5 (@[dependabot[bot]](https://github.com/apps/dependabot))
140- #954 - Chore(deps): Bump vue-i18n from 11.1.2 to 11.1.3 (@[dependabot[bot]](https://github.com/apps/dependabot))
141- #955 - Chore(deps-dev): Bump vite-plugin-vuetify from 2.1.0 to 2.1.1 (@[dependabot[bot]](https://github.com/apps/dependabot))
142- #956 - Chore(deps-dev): Bump sass from 1.86.0 to 1.86.3 (@[dependabot[bot]](https://github.com/apps/dependabot))
143- #957 - Chore(deps-dev): Bump @types/node from 22.13.14 to 22.14.0 (@[dependabot[bot]](https://github.com/apps/dependabot))
144- #950 - Chore(deps-dev): Bump typescript from 5.8.2 to 5.8.3 (@[dependabot[bot]](https://github.com/apps/dependabot))
145</details>
146
147
148
149# [2.6.0 BETA 1] - 07.04.2025
150
151## What's Changed
152
153* Fix usage of album loudness during playback by @cpaulik in https://github.com/music-assistant/server/pull/2107
154* Also use previous track to work out if an album is playing by @cpaulik in https://github.com/music-assistant/server/pull/2108
155* Audible: inverse of the suppoorted content type rule by @ztripez in https://github.com/music-assistant/server/pull/2106
156* Various small bugfixes and enhancements by @marcelveldt in https://github.com/music-assistant/server/pull/2116
157
158## New Contributors
159* @cpaulik made their first contribution in https://github.com/music-assistant/server/pull/2107
160
161**Full Changelog**: https://github.com/music-assistant/server/compare/2.6.0b0...2.6.0b1
162
163# [2.6.0 BETA 0] - 05.04.2025
164
165## Whatâs Changed
166
167### Server 2.6.0 BETA 0
168
169**The start of a new beta cycle !**
170
171## What's Changed
172
173* fix: Remove unused Sample Rate config from the Web Player by @maximmaxim345 in https://github.com/music-assistant/server/pull/2095
174* Snapserver v0.30.0 don't support add/remove stream by @SantiagoSotoC in https://github.com/music-assistant/server/pull/2098
175* frontend-2.14.8 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2096
176* Snapcast re add on player config removed by @SantiagoSotoC in https://github.com/music-assistant/server/pull/2099
177* Bluesound provider: use ip_address not address by @bmatheny in https://github.com/music-assistant/server/pull/2102
178* Several small fixes for playback and enqueuing by @marcelveldt in https://github.com/music-assistant/server/pull/2105
179* Snapcast fix external server stream by @SantiagoSotoC in https://github.com/music-assistant/server/pull/2103
180
181## New Contributors
182* @bmatheny made their first contribution in https://github.com/music-assistant/server/pull/2102
183
184**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b24...2.6.0b0
185
186### Frontend 2.14.8
187
188## ð§° Maintenance
189
190- #949 - Minor grammar tweaks (@OzGav)
191
192## â¬ï¸ Dependencies
193
194### Server
195
196### Frontend
197
198
199
200# [2.5.0 BETA 24] - 02.04.2025
201
202Fix playback when crossfade is enabled
203
204# [2.5.0 BETA 23] - 02.04.2025
205
206## Whatâs Changed
207
208### Server 2.5.0 BETA 23
209
210## What's Changed
211
212* Fix radio stream playback by @marcelveldt in https://github.com/music-assistant/server/pull/2090
213* fix: Built-in Web Player Part 4 by @maximmaxim345 in https://github.com/music-assistant/server/pull/2091
214* YT Music: Fix missing track thumbs by @MarvinSchenkel in https://github.com/music-assistant/server/pull/2092
215* fix: abs - recommendation, series handling by @fmunkes in https://github.com/music-assistant/server/pull/2093
216* frontend-2.14.7 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2094
217* Fix for enqueueing track(s) while the last (or only) track is playing
218
219
220**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b22...2.5.0b23
221
222### Frontend 2.14.7
223
224- #947 - Lokalise translations update (@[github-actions[bot]](https://github.com/apps/github-actions))
225
226## ð Bugfixes
227
228- #948 - fix: Built-in Web Player Part 4 (@maximmaxim345)
229
230## â¬ï¸ Dependencies
231
232### Server
233
234### Frontend
235
236
237
238# [2.5.0 BETA 22] - 31.03.2025
239
240## Whatâs Changed
241
242### Server 2.5.0 BETA 22
243
244## What's Changed
245
246* feat: add DSP Config changed event by @maximmaxim345 in https://github.com/music-assistant/server/pull/2079
247* Revamped Crossfade support by @marcelveldt in https://github.com/music-assistant/server/pull/2087
248* frontend-2.14.6 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2088
249* fix: Recommendations for ABS and iTunes Podcasts by @fmunkes in https://github.com/music-assistant/server/pull/2086
250* Fix: enqueue next item by @marcelveldt in https://github.com/music-assistant/server/pull/2089
251
252
253
254**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b21...2.5.0b22
255
256### Frontend 2.14.6
257
258- #940 - feat: add DSP Config changed event (@maximmaxim345)
259
260## â¬ï¸ Dependencies
261
262### Server
263
264### Frontend
265
266<details>
267<summary>5 changes</summary>
268
269- #942 - Chore(deps-dev): Bump @types/node from 22.13.11 to 22.13.14 (@[dependabot[bot]](https://github.com/apps/dependabot))
270- #943 - Chore(deps-dev): Bump eslint-plugin-prettier from 5.2.4 to 5.2.5 (@[dependabot[bot]](https://github.com/apps/dependabot))
271- #944 - Chore(deps-dev): Bump vite-plugin-pwa from 0.21.2 to 1.0.0 (@[dependabot[bot]](https://github.com/apps/dependabot))
272- #945 - Chore(deps): Bump vuetify from 3.7.18 to 3.7.19 (@[dependabot[bot]](https://github.com/apps/dependabot))
273- #946 - Chore(deps-dev): Bump vite from 6.2.2 to 6.2.3 (@[dependabot[bot]](https://github.com/apps/dependabot))
274</details>
275
276
277
278# [2.5.0 BETA 21] - 31.03.2025
279
280## What's Changed
281
282* abs: browse recommendation by @fmunkes in https://github.com/music-assistant/server/pull/2080
283* Fix issue with enqueuing of items
284* Add db migration for invalid releasedate in db.
285
286**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b20...2.5.0b21
287
288# [2.5.0 BETA 20] - 30.03.2025
289
290## Whatâs Changed
291
292### Server 2.5.0 BETA 20
293
294## What's Changed
295
296* ABS: Enhancement - support for recommendations by @fmunkes in https://github.com/music-assistant/server/pull/2074
297* Make Apple Music sync more reliable by @MarvinSchenkel in https://github.com/music-assistant/server/pull/2075
298* Add recommendations to itunes_podcasts by @fmunkes in https://github.com/music-assistant/server/pull/2076
299* A few small bugfixes and enhancements by @marcelveldt in https://github.com/music-assistant/server/pull/2078
300* frontend-2.14.5 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2077
301
302
303**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b19...2.5.0b20
304
305### Frontend 2.14.5
306
307## ð§° Maintenance
308
309- #939 - Lokalise: Translations update (@marcelveldt)
310
311## â¬ï¸ Dependencies
312
313### Server
314
315### Frontend
316
317
318
319# [2.5.0 BETA 19] - 29.03.2025
320
321## Whatâs Changed
322
323### Server 2.5.0 BETA 19
324
325## What's Changed
326
327* Tidal: fix images and add descriptions to mixes by @jozefKruszynski in https://github.com/music-assistant/server/pull/2071
328* fix: Built-in Web Player Part 3 by @maximmaxim345 in https://github.com/music-assistant/server/pull/2072
329* frontend-2.14.4 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2073
330* Possible fix for streamcache on docker installs
331* Fixes for recommendations
332
333**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b18...2.5.0b19
334
335### Frontend 2.14.4
336
337## ð Bugfixes
338
339- #938 - fix: Built-in Web Player Part 3 (@maximmaxim345)
340
341## ð Features and enhancements
342
343- Add some tweaks to the homescreen widgets
344
345## â¬ï¸ Dependencies
346
347### Server
348
349### Frontend
350
351
352
353# [2.5.0 BETA 18] - 28.03.2025
354
355## What's Changed
356
357* YT Music: Auto generate PO tokens for stream urls by @MarvinSchenkel in https://github.com/music-assistant/server/pull/2069
358* Chore(deps): Bump aioaudiobookshelf from 0.1.4 to 0.1.6 by @dependabot in https://github.com/music-assistant/server/pull/2059
359* Add configurable recommendation rows on home screen
360
361
362**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b17...2.5.0b18
363
364# [2.5.0 BETA 17] - 27.03.2025
365
366## Whatâs Changed
367
368### Server 2.5.0 BETA 17
369
370## What's Changed
371
372* Subsonic: Set metadata.release_date when available by @khers in https://github.com/music-assistant/server/pull/2067
373* Soundcloud: Fallback to the track details for missing entries in playlists by @robsonke in https://github.com/music-assistant/server/pull/2063
374* frontend-2.14.2 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2068
375* Fix frontend not loading on HTTP address
376
377**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b16...2.5.0b17
378
379### Frontend 2.14.2
380
381Fix frontend when loaded as HTTP
382
383## â¬ï¸ Dependencies
384
385### Server
386
387### Frontend
388
389
390
391# [2.5.0 BETA 16] - 27.03.2025
392
393## Whatâs Changed
394
395### Server 2.5.0 BETA 16
396
397## What's Changed
398
399* Fix snapcast using external snapserver by @marcelveldt in https://github.com/music-assistant/server/pull/2044
400* feat: Built-in Web Player Part 2 by @maximmaxim345 in https://github.com/music-assistant/server/pull/2043
401* YTM: Ignore GVS token message for now. by @MarvinSchenkel in https://github.com/music-assistant/server/pull/2050
402* Audible: fixes pagination logic error is a users library have sub 50 items by @ztripez in https://github.com/music-assistant/server/pull/2055
403* Tidal: lower cache ttl, add translation keys to folders by @jozefKruszynski in https://github.com/music-assistant/server/pull/2049
404* fix: gPodder not checking guid on playlog sync if it is present by @fmunkes in https://github.com/music-assistant/server/pull/2053
405* Add support for Spotify Connect volume control by @Nezz in https://github.com/music-assistant/server/pull/2051
406* Make airplay provider robust to empty dacp request by @Dvad in https://github.com/music-assistant/server/pull/2052
407* Fix Audible provider crash during library sync by @ztripez in https://github.com/music-assistant/server/pull/2060
408* Add artist and release mbids to listenbrainz scobbles by @ijc in https://github.com/music-assistant/server/pull/2048
409* FIx: Subsonic: Don't pass container type to StreamDetails by @khers in https://github.com/music-assistant/server/pull/2061
410* Abs + Feed Parsers: release_date as datetime by @fmunkes in https://github.com/music-assistant/server/pull/2064
411* frontend-2.13.3 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2065
412* Fix Sonos provider pause weirdness
413* Fix Airplay provider restart stream
414* Several final fixes for audio caching
415* Various small tweaks and bugfixes
416
417
418## New Contributors
419* @Nezz made their first contribution in https://github.com/music-assistant/server/pull/2051
420* @Dvad made their first contribution in https://github.com/music-assistant/server/pull/2052
421
422**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b15...2.5.0b16
423
424### Frontend 2.13.3
425
426- #936 - Lokalise translations update (@[github-actions[bot]](https://github.com/apps/github-actions))
427- #924 - Lokalise translations update (@[github-actions[bot]](https://github.com/apps/github-actions))
428- #923 - Fix: Show the web player on all tabs of MA (@maximmaxim345)
429
430## ð Features
431
432- #918 - feat: Built-in Web Player Part 2 (@maximmaxim345)
433
434## â¬ï¸ Dependencies
435
436### Server
437
438### Frontend
439
440<details>
441<summary>13 changes</summary>
442
443- #932 - Chore(deps-dev): Bump unplugin from 2.2.0 to 2.2.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
444- #931 - Chore(deps): Bump vuetify from 3.7.16 to 3.7.18 (@[dependabot[bot]](https://github.com/apps/dependabot))
445- #930 - Chore(deps): Bump @intlify/unplugin-vue-i18n from 6.0.3 to 6.0.5 (@[dependabot[bot]](https://github.com/apps/dependabot))
446- #929 - Chore(deps-dev): Bump sass from 1.85.1 to 1.86.0 (@[dependabot[bot]](https://github.com/apps/dependabot))
447- #934 - Chore(deps-dev): Bump @vitejs/plugin-vue from 5.2.2 to 5.2.3 (@[dependabot[bot]](https://github.com/apps/dependabot))
448- #928 - Chore(deps): Bump swiper from 11.2.5 to 11.2.6 (@[dependabot[bot]](https://github.com/apps/dependabot))
449- #927 - Chore(deps-dev): Bump @types/node from 22.13.10 to 22.13.11 (@[dependabot[bot]](https://github.com/apps/dependabot))
450- #926 - Chore(deps-dev): Bump vite-plugin-pwa from 0.21.1 to 0.21.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
451- #925 - Chore(deps-dev): Bump eslint-plugin-prettier from 5.2.3 to 5.2.4 (@[dependabot[bot]](https://github.com/apps/dependabot))
452- #919 - Chore(deps): Bump vuetify from 3.7.15 to 3.7.16 (@[dependabot[bot]](https://github.com/apps/dependabot))
453- #920 - Chore(deps-dev): Bump vite from 6.2.1 to 6.2.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
454- #921 - Chore(deps-dev): Bump @vitejs/plugin-vue from 5.2.1 to 5.2.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
455- #922 - Chore(deps-dev): Bump nanoid from 5.1.3 to 5.1.4 (@[dependabot[bot]](https://github.com/apps/dependabot))
456</details>
457
458
459
460# [2.5.0 BETA 15] - 16.03.2025
461
462## What's Changed
463
464* Refactor common code from listenbrainz and lastfm scrobblers by @ijc in https://github.com/music-assistant/server/pull/2042
465* Fix some issues with cache files not being found
466
467**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b14...2.5.0b15
468
469# [2.5.0b14] - 15.03.2025
470
471## What's Changed
472
473* Add gPodder podcast provider by @fmunkes in https://github.com/music-assistant/server/pull/2036
474* Chore(deps): Bump yt-dlp from 2024.12.23 to 2025.2.19 by @dependabot in https://github.com/music-assistant/server/pull/2020
475* abs - fix: do not sync audiobooks without tracks by @fmunkes in https://github.com/music-assistant/server/pull/2041
476* Chore(deps): Bump docker/login-action from 3.3.0 to 3.4.0 by @dependabot in https://github.com/music-assistant/server/pull/2039
477* Add Recommendations to Tidal provider by @jozefKruszynski in https://github.com/music-assistant/server/pull/2040
478* Fix wrong state in HA integration due to model mismatch
479* Fix issues with radio streams
480* Some final touches to stream caching
481
482
483**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b13...2.5.0b14
484
485# [2.5.0 BETA 13] - 13.03.2025
486
487## Whatâs Changed
488
489### Server 2.5.0 BETA 13
490
491## What's Changed
492
493* Some small improvements to the Airplay provider by @marcelveldt in https://github.com/music-assistant/server/pull/2032
494* Add base logic for recommendations by @marcelveldt in https://github.com/music-assistant/server/pull/2033
495* [Chore] Move podcastparser parse functions from itunes search provider to helpers by @fmunkes in https://github.com/music-assistant/server/pull/2034
496* Feat: Mutichannel Parametric Equalizer by @maximmaxim345 in https://github.com/music-assistant/server/pull/2031
497* Several optimizations to the Snapcast provider by @marcelveldt in https://github.com/music-assistant/server/pull/2037
498* Podcastfeed: Use helper functions by @fmunkes in https://github.com/music-assistant/server/pull/2035
499* frontend-2.14.0 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2038
500
501
502**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b12...2.5.0b13
503
504### Frontend 2.13.2
505
506- #915 - Lokalise translations update (@[github-actions[bot]](https://github.com/apps/github-actions))
507
508## ð Features
509
510- #917 - Feat: Mutichannel Parametric Equalizer (@maximmaxim345)
511
512## ð§° Maintenance
513
514- #916 - Various minor fixes (@OzGav)
515
516## â¬ï¸ Dependencies
517
518### Server
519
520### Frontend
521
522
523
524# [2.5.0 BETA 12] - 11.03.2025
525
526## What's Changed
527
528* Increase clarity of note by @OzGav in https://github.com/music-assistant/server/pull/2026
529* listenbrainz: Cross-port fixes from last.fm scrobbler by @ijc in https://github.com/music-assistant/server/pull/2027
530* Finalize stream caching + fix several bugs by @marcelveldt in https://github.com/music-assistant/server/pull/2029
531* [LastFM Scrobbler] Add some basic unit tests and fix a bug by @wjzijderveld in https://github.com/music-assistant/server/pull/2028
532
533
534**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b11...2.5.0b12
535
536# [2.5.0 BETA 11] - 10.03.2025
537
538## Whatâs Changed
539
540### Server 2.5.0 BETA 11
541
542## What's Changed
543
544* Ignore playlists which are stored with album tracks by @marcelveldt in https://github.com/music-assistant/server/pull/2017
545* Fix playlist parsing with parent folder references by @marcelveldt in https://github.com/music-assistant/server/pull/2019
546* Fix: Subsonic: Bump py-opensonic to fix stupid typo by @khers in https://github.com/music-assistant/server/pull/2024
547* Various bugfixes for the LastFM provider by @wjzijderveld in https://github.com/music-assistant/server/pull/2018
548* frontend-2.13.1 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2025
549* Fix for new builtin (web) player in the frontend.
550* Various fixes for high cpu usage in some special conditions.
551* Fixes for stream error in some special conditions.
552
553
554
555**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b10...2.5.0b11
556
557### Frontend 2.13.1
558
559- #913 - Feat: Improve DSP Settings link in the Player Settings (@maximmaxim345)
560
561## ð Bugfixes
562
563- #912 - Fix: Invalid URL with the built-in Web Player (@maximmaxim345)
564
565## ð Features
566
567- #914 - Feat: Make the frequency slider behave logarithmically (@maximmaxim345)
568
569## â¬ï¸ Dependencies
570
571### Server
572
573### Frontend
574
575<details>
576<summary>8 changes</summary>
577
578- #904 - Chore(deps-dev): Bump nanoid from 5.1.2 to 5.1.3 (@[dependabot[bot]](https://github.com/apps/dependabot))
579- #905 - Chore(deps): Bump swiper from 11.2.4 to 11.2.5 (@[dependabot[bot]](https://github.com/apps/dependabot))
580- #906 - Chore(deps-dev): Bump eslint-config-prettier from 10.0.2 to 10.1.1 (@[dependabot[bot]](https://github.com/apps/dependabot))
581- #907 - Chore(deps-dev): Bump vite from 6.2.0 to 6.2.1 (@[dependabot[bot]](https://github.com/apps/dependabot))
582- #908 - Chore(deps): Bump vue-i18n from 11.1.1 to 11.1.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
583- #909 - Chore(deps-dev): Bump @types/node from 22.13.9 to 22.13.10 (@[dependabot[bot]](https://github.com/apps/dependabot))
584- #910 - Chore(deps): Bump vuetify from 3.7.14 to 3.7.15 (@[dependabot[bot]](https://github.com/apps/dependabot))
585- #911 - Chore(deps-dev): Bump eslint-plugin-vue from 9.32.0 to 9.33.0 (@[dependabot[bot]](https://github.com/apps/dependabot))
586</details>
587
588
589
590# [2.5.0 BETA 10] - 09.03.2025
591
592## Whatâs Changed
593
594### Server 2.5.0 BETA 10
595
596## What's Changed
597
598* Tidal provider maintenance: add tidaluser class by @jozefKruszynski in https://github.com/music-assistant/server/pull/2010
599* Fix Subsonic: Use transcode metadata when present by @khers in https://github.com/music-assistant/server/pull/2011
600* Add pkce to Tidal provider's manifest requirements by @jozefKruszynski in https://github.com/music-assistant/server/pull/2013
601* Add ListenBrainz scrobbler provider by @ijc in https://github.com/music-assistant/server/pull/2008
602* Rename the slimproto provider to squeezelite by @marcelveldt in https://github.com/music-assistant/server/pull/2015
603* Add Built-in (web) Player Provider by @maximmaxim345 in https://github.com/music-assistant/server/pull/2009
604* Fix: Subsonic: Catch DataNotFoundError for artwork by @khers in https://github.com/music-assistant/server/pull/2012
605* frontend-2.13.0 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2016
606* Various small bufixes
607
608
609**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b9...2.5.0b10
610
611### Frontend 2.13.0
612
613## ð Bugfixes
614
615- #903 - fix: Missing options when adding a new PEQ band (@maximmaxim345)
616
617## ð Features
618
619- #901 - Allow RTSP URLs for Builtin Provider (@jdelaney72)
620- #902 - Feat: Built-in Web Player Provider (@maximmaxim345)
621
622## â¬ï¸ Dependencies
623
624### Server
625
626### Frontend
627
628
629
630# [2.5.0 BETA 9] - 07.03.2025
631
632## What's Changed
633
634* Add LastFM Audio Scrobbler plugin provider by @wjzijderveld in https://github.com/music-assistant/server/pull/1850
635* Fix broken links in DEVELOPMENT.md by @jdelaney72 in https://github.com/music-assistant/server/pull/2006
636* Fix: Missing `MULTI_DEVICE_DSP` in player groups by @maximmaxim345 in https://github.com/music-assistant/server/pull/2007
637* Add advanced networking (list of IPs) to Sonos S1 provider by @mcblum in https://github.com/music-assistant/server/pull/1988
638* Various minor fixes to streaming
639*
640## New Contributors
641* @wjzijderveld made their first contribution in https://github.com/music-assistant/server/pull/1850
642* @jdelaney72 made their first contribution in https://github.com/music-assistant/server/pull/2006
643* @mcblum made their first contribution in https://github.com/music-assistant/server/pull/1988
644
645**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b8...2.5.0b9
646
647# [2.5.0 BETA 8] - 06.03.2025
648
649More fixes for streaming and announcements, especially on slower connections and better handling of super short audio clips.
650
651More fixes for Tidal provider
652
653# [2.5.0 BETA 7] - 05.03.2025
654
655## What's Changed
656
657* iBroadcast: Correct disc numbers in case the album has a disc number provided by @robsonke in https://github.com/music-assistant/server/pull/2000
658* Adjust Tidal provider to a fully async implementation by @jozefKruszynski in https://github.com/music-assistant/server/pull/1995
659* Fix stream errors and player getting into a loop of playing just a few seconds of each track
660* Fix announcements
661
662**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b5...2.5.0b7
663
664# [2.5.0 BETA 6] - 04.03.2025
665
666## What's Changed
667
668* Feat: Move the output limiter option from DSP to Player Settings by @maximmaxim345 in https://github.com/music-assistant/server/pull/1981
669* Chore(deps): Bump pytest from 8.3.4 to 8.3.5 by @dependabot in https://github.com/music-assistant/server/pull/1999
670* Chore(deps): Bump codespell from 2.3.0 to 2.4.1 by @dependabot in https://github.com/music-assistant/server/pull/1998
671* ABS: fix for another unexpected API response by @fmunkes in https://github.com/music-assistant/server/pull/1994
672* Add iTunes Podcast Search Provider by @fmunkes in https://github.com/music-assistant/server/pull/1977
673* Chore(deps): Bump syrupy from 4.8.1 to 4.8.2 by @dependabot in https://github.com/music-assistant/server/pull/1996
674* Audible provider: Fixes pagination and small cleanups by @ztripez in https://github.com/music-assistant/server/pull/1982
675* frontend-2.12.1 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2001
676* Add more robust caching when internet speed is slow
677
678**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b5...2.5.0b6
679
680# [2.5.0 BETA 5] - 01.03.2025
681
682Fix audioerror (stream does not start) in some occasions
683
684# [2.5.0 BETA 4] - 01.03.2025
685
686Improvements to
687**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b3...2.5.0b4
688
689# [2.5.0 BETA 3] - 28.02.2025
690
691## Whatâs Changed
692
693### Server 2.5.0 BETA 3
694
695## What's Changed
696
697* Add caching of audio data to fix streams not starting fast enough by @marcelveldt in https://github.com/music-assistant/server/pull/1989
698* Fix Large PodcastEpisode listings not working by @marcelveldt in https://github.com/music-assistant/server/pull/1991
699* frontend-2.12.0 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1993
700* Various (very) small bugfixes and enhancements by @marcelveldt in https://github.com/music-assistant/server/pull/1992
701* ABS: Login via API key by @fmunkes in https://github.com/music-assistant/server/pull/1990
702
703
704**Full Changelog**: https://github.com/music-assistant/server/compare/2.4.2...2.5.0b3
705
706### Frontend 2.12.0
707
708## ð Bugfixes
709
710- #888 - Fix: Improved colors in fullscreen player (@maximmaxim345)
711- #885 - Feat: improved Notification support (@maximmaxim345)
712- #887 - Fix: Select all in search view (@maximmaxim345)
713
714## ð Features
715
716- #885 - Feat: improved Notification support (@maximmaxim345)
717
718## â¬ï¸ Dependencies
719
720### Server
721
722### Frontend
723
724<details>
725<summary>6 changes</summary>
726
727- #879 - Chore(deps-dev): Bump prettier from 3.5.1 to 3.5.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
728- #880 - Chore(deps-dev): Bump @types/node from 22.13.4 to 22.13.5 (@[dependabot[bot]](https://github.com/apps/dependabot))
729- #878 - Chore(deps-dev): Bump nanoid from 5.1.0 to 5.1.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
730- #889 - Chore(deps-dev): Bump vite from 6.1.0 to 6.2.0 (@[dependabot[bot]](https://github.com/apps/dependabot))
731- #890 - Chore(deps): Bump vuetify from 3.7.12 to 3.7.14 (@[dependabot[bot]](https://github.com/apps/dependabot))
732- #877 - Chore(deps-dev): Bump vue-tsc from 2.2.0 to 2.2.4 (@[dependabot[bot]](https://github.com/apps/dependabot))
733</details>
734
735
736
737# [2.5.0 Beta 2] - 27.02.2025
738
739Fix crash at startup for some people
740
741# [2.5.0 BETA 1] - 26.02.2025
742
743## Whatâs Changed
744
745### Server 2.5.0 BETA 1
746
747## What's Changed
748
749* Fix assertion error when trying to save a provider config by @marcelveldt in https://github.com/music-assistant/server/pull/1980
750* fix(tidal): refresh access token correctly by @jozefKruszynski in https://github.com/music-assistant/server/pull/1984
751* frontend-2.11.11 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1987
752
753
754**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b0...2.5.0b1
755
756### Frontend 2.11.11
757
758Fix creation of player groups
759
760**Full Changelog**: https://github.com/music-assistant/frontend/compare/2.11.10...2.11.11
761
762## â¬ï¸ Dependencies
763
764### Server
765
766### Frontend
767
768
769
770# [2.5.0 BETA 0] - 25.02.2025
771
772**The start of the beta cycle for 2.5 !**
773
774This version is on-par with the 2.4.0 stable version
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838