/
/
/
1# [2.3.0 BETA 28] - 29.09.2024
2
3## What's Changed
4
5Fixes for running the docker image with custom user.
6
7
8**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b26...2.3.0b28
9
10# [2.3.0 BETA 27] - 23.09.2024
11
12- Prevent KeyError when setting up a HA Media player
13- Fallback to regular pip in case uv pip fails due to permissions
14
15
16**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b26...2.3.0b27
17
18# [2.3.0 BETA 26] - 20.09.2024
19
20## What's Changed
21* Bluesound: dynamic polling by @Cyanogenbot in https://github.com/music-assistant/server/pull/1671
22* Fix: Disable shuffle for radio mode by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1673
23* Fix keyerror in cache autocleanup by @marcelveldt in https://github.com/music-assistant/server/pull/1674
24* Better handling of Spotify stream error (due to token expiration) by @marcelveldt in https://github.com/music-assistant/server/pull/1676
25
26
27**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b25...2.3.0b26
28
29# [2.3.0 BETA 25] - 17.09.2024
30
31## What's Changed
32
33* Fix: flow mode not being applied in all cases (while it should) by @marcelveldt in https://github.com/music-assistant/server/pull/1672
34
35This fixes the issue where a playlist would stop playing on some DLNA or HA based players
36
37
38
39# [2.3.0 BETA 24] - 16.09.2024
40
41## What's Changed
42
43* Fix API compatibility by @marcelveldt in https://github.com/music-assistant/server/pull/1662
44* Try parsing track number from the filename by @marcelveldt in https://github.com/music-assistant/server/pull/1663
45* Fix: Handle radio stations providing non utf-8 in streamtitle by @marcelveldt in https://github.com/music-assistant/server/pull/1664
46* Fix loading state from cache when connecting to slimproto players by @kepstin in https://github.com/music-assistant/server/pull/1666
47* Adding missing icon for the Soundcloud music provider by @robsonke in https://github.com/music-assistant/server/pull/1665
48* A few small bugfixes and enhancements to playback and enqueuing by @marcelveldt in https://github.com/music-assistant/server/pull/1670
49
50## New Contributors
51* @kepstin made their first contribution in https://github.com/music-assistant/server/pull/1666
52* @robsonke made their first contribution in https://github.com/music-assistant/server/pull/1665
53
54**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b23...2.3.0b24
55
56# [2.3.0 BETA 23] - 14.09.2024
57
58## What's Changed
59
60* Several bugfixes and enhancements to audio streaming
61* Some frontend tweaks
62* Add fine grained control for volume normalization
63
64
65**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b22...2.3.0b23
66
67# [2.3.0 BETA 22] - 12.09.2024
68
69## What's Changed
70* Bluesound: fixed enqueue next issue, announcements by @Cyanogenbot in https://github.com/music-assistant/server/pull/1659
71
72
73**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b21...2.3.0b22
74
75# [2.3.0 BETA 21] - 11.09.2024
76
77## What's Changed
78
79* Add Bluesound player provider by @Cyanogenbot in https://github.com/music-assistant/server/pull/1624
80* Feature: Radio mode enhancements by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1654
81* Volume normalization improvements by @marcelveldt in https://github.com/music-assistant/server/pull/1657
82* Fix cast/dlna player stops playing after 1 or 2 tracks of a playlist by @marcelveldt in https://github.com/music-assistant/server/pull/1658
83
84
85## New Contributors
86* @Cyanogenbot made their first contribution in https://github.com/music-assistant/server/pull/1624
87
88**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b20...2.3.0b21
89
90# [2.3.0 BETA 20] - 09.09.2024
91
92## What's Changed
93* Add Ukrainian to supported (metadata) languages by @OzGav in https://github.com/music-assistant/server/pull/1650
94* Fix playback get stuck when there is a stream error on a single track by @marcelveldt in https://github.com/music-assistant/server/pull/1651
95* Apple Music: Various fixes by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1652
96* Fix several issues with enqueueing of next track by @marcelveldt in https://github.com/music-assistant/server/pull/1653
97
98
99**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b19...2.3.0b20
100
101# [2.3.0 BETA 19] - 04.09.2024
102
103Fix for broken build
104
105# [2.3.0 BETA 18] - 04.09.2024
106
107## What's Changed
108* Use new release workflow
109* Some small bugfixes and tweaks by @marcelveldt in https://github.com/music-assistant/server/pull/1642
110
111**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b17...2.3.0b18
112
113# [2.3.0 BETA 17] - 30.08.2024
114
115## What's Changed
116
117* Introduce a HLS radio streams parser (for the BBC radio streams) by @marcelveldt in https://github.com/music-assistant/server/pull/1633
118
119--> This -should- fix issues with BBC/HLS radio streams stopping abruptly, but please extensively test!
120
121
122**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b16...2.3.0b17
123
124# [2.3.0 BETA 16] - 30.08.2024
125
126- Fix mounting SMB shares in remote files provider
127- Fix HTTP playback issues
128
129# [2.3.0 BETA 15] - 30.08.2024
130
131## What's Changed
132
133* Fix snapcast state not updating by @marcelveldt in https://github.com/music-assistant/server/pull/1626
134* Add Korean to supported languages by @OzGav in https://github.com/music-assistant/server/pull/1623
135* Bump actions/setup-python from 5.1.1 to 5.2.0 by @dependabot in https://github.com/music-assistant/server/pull/1628
136* Fix a typo by @OzGav in https://github.com/music-assistant/server/pull/1627
137* Switch base image to Alpine by @marcelveldt in https://github.com/music-assistant/server/pull/1629
138* Fix Album tracks connected to the wrong album in UI
139* Fix several small quirks with streaming
140* Bump ffmpeg to check if that helps with the BBC streams
141* Add a bit of retry logic if a stream fails
142
143NOTE: betas 9-14 were flawed due the switch of our base image.
144
145**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b8...2.3.0b15
146
147
148# [2.3.0 BETA 8] - 28.08.2024
149
150## What's Changed
151* Fixes and enhancements to syncgroups and UGP groups by @marcelveldt in https://github.com/music-assistant/server/pull/1621
152* Some fixes for unstable (HLS) radio streams by @marcelveldt in https://github.com/music-assistant/server/pull/1622
153* Bump ytmusicapi from 1.8.0 to 1.8.1 by @dependabot in https://github.com/music-assistant/server/pull/1616
154* Filesystem matching and metadata fixes by @marcelveldt in https://github.com/music-assistant/server/pull/1625
155
156
157**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b7...2.3.0b8
158
159# [2.3.0b7] - 26.08.2024
160
161## Whatâs Changed
162
163### Server 2.3.0b7
164
165## What's Changed
166* Some more tweaks/fixes to the Sonos S2 provider by @marcelveldt in https://github.com/music-assistant/server/pull/1613
167* Refactor groups support by @marcelveldt in https://github.com/music-assistant/server/pull/1619
168
169* Bump aiohttp from 3.10.4 to 3.10.5 by @dependabot in https://github.com/music-assistant/server/pull/1615
170* Bump ruff from 0.6.1 to 0.6.2 by @dependabot in https://github.com/music-assistant/server/pull/1618
171* frontend-2.8.11 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1620
172
173* Bump mypy from 1.11.1 to 1.11.2 by @dependabot in https://github.com/music-assistant/server/pull/1614
174* Bump syrupy from 4.6.1 to 4.7.1 by @dependabot in https://github.com/music-assistant/server/pull/1617
175* Typing: Tidal by @Jc2k in https://github.com/music-assistant/server/pull/1525
176
177
178**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b6...2.3.0b7
179
180### Frontend 2.8.11
181
182* changes for group management
183
184## â¬ï¸ Dependencies
185
186### Server
187
188### Frontend
189
190
191
192# [2.3.0 BETA 6] - 26.08.2024
193
194Fix playback issues due to missing http profile
195
196# [2.3.0 BETA 5] - 26.08.2024
197
198## What's Changed
199* Fix playback of radio streams on Sonos S2 provider by @marcelveldt in https://github.com/music-assistant/server/pull/1610
200* Enforce default HTTP profile for slimproto players by @marcelveldt in https://github.com/music-assistant/server/pull/1611
201* More bugfixes for the new Sonos provider by @marcelveldt in https://github.com/music-assistant/server/pull/1612
202
203
204**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b4...2.3.0b5
205
206# [2.3.0 BETA 4] - 25.08.2024
207
208## Whatâs Changed
209
210### Server 2.3.0 BETA 4
211
212## What's Changed
213* Jellyfin: Fix login for some instances by @Jc2k in https://github.com/music-assistant/server/pull/1601
214* A few minor follow-up fixes for the new Sonos provider by @marcelveldt in https://github.com/music-assistant/server/pull/1602
215* A collection of small tweaks and bugfixes by @marcelveldt in https://github.com/music-assistant/server/pull/1603
216* Add feature to transfer a queue by @marcelveldt in https://github.com/music-assistant/server/pull/1606
217* Add config option to specify the http content length header by @marcelveldt in https://github.com/music-assistant/server/pull/1607
218* Sonos S2 provider follow-up by @marcelveldt in https://github.com/music-assistant/server/pull/1608
219* frontend-2.8.10 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1609
220
221
222**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b3...2.3.0b4
223
224### Frontend 2.8.10
225
226* Add feature to transfer a queue
227
228## â¬ï¸ Dependencies
229
230### Server
231
232### Frontend
233
234
235
236# [2.3.0 BETA 3] - 23.08.2024
237
238## Breaking change!
239This (beta) release introduced a complete new Sonos provider which is only compatible with S1 generation Sonos hardware. To use S1 generation Sonos hardware we've refactored the old provider into the "Sonos S1" provider.
240
241## What's Changed
242* Prevent db migration when upgrading from 2.1 to 2.2 by @marcelveldt in https://github.com/music-assistant/server/pull/1596
243* Small improvements to the spotify token auth by @marcelveldt in https://github.com/music-assistant/server/pull/1597
244* Fix track number gets mixed up with disc number by @marcelveldt in https://github.com/music-assistant/server/pull/1598
245* Guard against eyed3 returning None by @dmcc in https://github.com/music-assistant/server/pull/1599
246* New Sonos S2 player provider by @marcelveldt in https://github.com/music-assistant/server/pull/1600
247
248## New Contributors
249* @dmcc made their first contribution in https://github.com/music-assistant/server/pull/1599
250
251**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b2...2.3.0b3
252
253# [2.3.0 BETA 2] - 22.08.2024
254
255## What's Changed
256
257* Fix removal of a provider by @marcelveldt in https://github.com/music-assistant/server/pull/1594
258* Fix Tidal login auth flow not showing by @marcelveldt in https://github.com/music-assistant/server/pull/1595
259
260**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b1...2.3.0b2
261
262# [2.3.0 BETA 1] - 22.08.2024
263
264## Whatâs Changed
265
266- #1591 - Fix Auth popup not showing
267- #1590 - Fix new playlists get corrupted (@marcelveldt)
268
269
270# [2.3.0 BETA 0] - 21.08.2024
271
272The begin of beta for 2.3 - some new features will land in this cycle so stay tuned.
273
274This version is on par with stable version 2.2.0
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302