/
/
/
1# [2.5.0 BETA 9] - 07.03.2025
2
3## What's Changed
4
5* Add LastFM Audio Scrobbler plugin provider by @wjzijderveld in https://github.com/music-assistant/server/pull/1850
6* Fix broken links in DEVELOPMENT.md by @jdelaney72 in https://github.com/music-assistant/server/pull/2006
7* Fix: Missing `MULTI_DEVICE_DSP` in player groups by @maximmaxim345 in https://github.com/music-assistant/server/pull/2007
8* Add advanced networking (list of IPs) to Sonos S1 provider by @mcblum in https://github.com/music-assistant/server/pull/1988
9* Various minor fixes to streaming
10*
11## New Contributors
12* @wjzijderveld made their first contribution in https://github.com/music-assistant/server/pull/1850
13* @jdelaney72 made their first contribution in https://github.com/music-assistant/server/pull/2006
14* @mcblum made their first contribution in https://github.com/music-assistant/server/pull/1988
15
16**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b8...2.5.0b9
17
18# [2.5.0 BETA 8] - 06.03.2025
19
20More fixes for streaming and announcements, especially on slower connections and better handling of super short audio clips.
21
22More fixes for Tidal provider
23
24# [2.5.0 BETA 7] - 05.03.2025
25
26## What's Changed
27
28* iBroadcast: Correct disc numbers in case the album has a disc number provided by @robsonke in https://github.com/music-assistant/server/pull/2000
29* Adjust Tidal provider to a fully async implementation by @jozefKruszynski in https://github.com/music-assistant/server/pull/1995
30* Fix stream errors and player getting into a loop of playing just a few seconds of each track
31* Fix announcements
32
33**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b5...2.5.0b7
34
35# [2.5.0 BETA 6] - 04.03.2025
36
37## What's Changed
38
39* Feat: Move the output limiter option from DSP to Player Settings by @maximmaxim345 in https://github.com/music-assistant/server/pull/1981
40* Chore(deps): Bump pytest from 8.3.4 to 8.3.5 by @dependabot in https://github.com/music-assistant/server/pull/1999
41* Chore(deps): Bump codespell from 2.3.0 to 2.4.1 by @dependabot in https://github.com/music-assistant/server/pull/1998
42* ABS: fix for another unexpected API response by @fmunkes in https://github.com/music-assistant/server/pull/1994
43* Add iTunes Podcast Search Provider by @fmunkes in https://github.com/music-assistant/server/pull/1977
44* Chore(deps): Bump syrupy from 4.8.1 to 4.8.2 by @dependabot in https://github.com/music-assistant/server/pull/1996
45* Audible provider: Fixes pagination and small cleanups by @ztripez in https://github.com/music-assistant/server/pull/1982
46* frontend-2.12.1 by @music-assistant-machine in https://github.com/music-assistant/server/pull/2001
47* Add more robust caching when internet speed is slow
48
49**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b5...2.5.0b6
50
51# [2.5.0 BETA 5] - 01.03.2025
52
53Fix audioerror (stream does not start) in some occasions
54
55# [2.5.0 BETA 4] - 01.03.2025
56
57Improvements to
58**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b3...2.5.0b4
59
60# [2.5.0 BETA 3] - 28.02.2025
61
62## Whatâs Changed
63
64### Server 2.5.0 BETA 3
65
66## What's Changed
67
68* Add caching of audio data to fix streams not starting fast enough by @marcelveldt in https://github.com/music-assistant/server/pull/1989
69* Fix Large PodcastEpisode listings not working by @marcelveldt in https://github.com/music-assistant/server/pull/1991
70* frontend-2.12.0 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1993
71* Various (very) small bugfixes and enhancements by @marcelveldt in https://github.com/music-assistant/server/pull/1992
72* ABS: Login via API key by @fmunkes in https://github.com/music-assistant/server/pull/1990
73
74
75**Full Changelog**: https://github.com/music-assistant/server/compare/2.4.2...2.5.0b3
76
77### Frontend 2.12.0
78
79## ð Bugfixes
80
81- #888 - Fix: Improved colors in fullscreen player (@maximmaxim345)
82- #885 - Feat: improved Notification support (@maximmaxim345)
83- #887 - Fix: Select all in search view (@maximmaxim345)
84
85## ð Features
86
87- #885 - Feat: improved Notification support (@maximmaxim345)
88
89## â¬ï¸ Dependencies
90
91### Server
92
93### Frontend
94
95<details>
96<summary>6 changes</summary>
97
98- #879 - Chore(deps-dev): Bump prettier from 3.5.1 to 3.5.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
99- #880 - Chore(deps-dev): Bump @types/node from 22.13.4 to 22.13.5 (@[dependabot[bot]](https://github.com/apps/dependabot))
100- #878 - Chore(deps-dev): Bump nanoid from 5.1.0 to 5.1.2 (@[dependabot[bot]](https://github.com/apps/dependabot))
101- #889 - Chore(deps-dev): Bump vite from 6.1.0 to 6.2.0 (@[dependabot[bot]](https://github.com/apps/dependabot))
102- #890 - Chore(deps): Bump vuetify from 3.7.12 to 3.7.14 (@[dependabot[bot]](https://github.com/apps/dependabot))
103- #877 - Chore(deps-dev): Bump vue-tsc from 2.2.0 to 2.2.4 (@[dependabot[bot]](https://github.com/apps/dependabot))
104</details>
105
106
107
108# [2.5.0 Beta 2] - 27.02.2025
109
110Fix crash at startup for some people
111
112# [2.5.0 BETA 1] - 26.02.2025
113
114## Whatâs Changed
115
116### Server 2.5.0 BETA 1
117
118## What's Changed
119
120* Fix assertion error when trying to save a provider config by @marcelveldt in https://github.com/music-assistant/server/pull/1980
121* fix(tidal): refresh access token correctly by @jozefKruszynski in https://github.com/music-assistant/server/pull/1984
122* frontend-2.11.11 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1987
123
124
125**Full Changelog**: https://github.com/music-assistant/server/compare/2.5.0b0...2.5.0b1
126
127### Frontend 2.11.11
128
129Fix creation of player groups
130
131**Full Changelog**: https://github.com/music-assistant/frontend/compare/2.11.10...2.11.11
132
133## â¬ï¸ Dependencies
134
135### Server
136
137### Frontend
138
139
140
141# [2.5.0 BETA 0] - 25.02.2025
142
143**The start of the beta cycle for 2.5 !**
144
145This version is on-par with the 2.4.0 stable version
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165