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