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