/
/
/
1# [2.4.0 BETA 10] - 07.01.2025
2
3## What's Changed
4
5Various small issues resolved introduced in 2.4.0b9
6
7**Full Changelog**: https://github.com/music-assistant/server/compare/2.4.0b9...2.4.0b10
8
9# [2.4.0 BETA 9] - 06.01.2025
10
11## What's Changed
12
13## New Features
14
15This beta brings core support for Podcasts and Audiobooks. Note that the individual providers still need to be adjusted to support this new media types. The first provider that received support for podcasts is Subsonic.
16
17We also welcome a brand new provider, which lets you add podcasts from an RSS feed.
18
19* Subsonic: Add Podcast Support by @khers in https://github.com/music-assistant/server/pull/1802
20* A bunch of fixes for the enqueue and radio mode logic by @marcelveldt in https://github.com/music-assistant/server/pull/1829
21* Add RSS Feed Podcast provider by @saeugetier in https://github.com/music-assistant/server/pull/1817
22
23## Fixes and maintenance
24
25* Fix small typo in Subsonic provider by @OzGav in https://github.com/music-assistant/server/pull/1818
26* fix type of template player provider manifest by @AlCalzone in https://github.com/music-assistant/server/pull/1819
27* Podcast and audiobook support follow up by @marcelveldt in https://github.com/music-assistant/server/pull/1825
28* Fix support links by @chatziko in https://github.com/music-assistant/server/pull/1823
29* Fix: Disable the DSP by default by @maximmaxim345 in https://github.com/music-assistant/server/pull/1824
30* Remove the devcontainer because its unmaintained by @marcelveldt in https://github.com/music-assistant/server/pull/1830
31
32
33## New Contributors
34* @AlCalzone made their first contribution in https://github.com/music-assistant/server/pull/1819
35* @saeugetier made their first contribution in https://github.com/music-assistant/server/pull/1817
36
37**Full Changelog**: https://github.com/music-assistant/server/compare/2.4.0b8...2.4.0b9
38
39# [2.4.0 BETA 8] - 23.12.2024
40
41## Whatâs Changed
42
43## ð Bugfixes
44
45- #1806 - Allow Chromecast provider to handle/avoid images which are "too big" (@ijc)
46- #1811 - Fix group players: No players available to form sync group (@MarvinSchenkel)
47
48## ð Features
49
50- #1806 - Allow Chromecast provider to handle/avoid images which are "too big" (@ijc)
51- #1795 - Add Configurable DSP with Parametric Equalizer (@maximmaxim345)
52- #1799 - Add support for iBroadcast as music provider (@robsonke)
53
54
55# [2.4.0 BETA 7] - 23.11.2024
56
57Small fix for search + play media by name
58
59# [2.4.0 BETA 6] - 21.11.2024
60
61### Features
62
63* Adjust code to changes in the models ([b1a67a4](https://github.com/music-assistant/server/commit/b1a67a46ae3b20b1cfa707bdbe9ffe0dd3d52bba))
64* Bump models to 1.1.2 ([b1a67a4](https://github.com/music-assistant/server/commit/b1a67a46ae3b20b1cfa707bdbe9ffe0dd3d52bba))
65* Refactor sync to group to make it more universal ([b1a67a4](https://github.com/music-assistant/server/commit/b1a67a46ae3b20b1cfa707bdbe9ffe0dd3d52bba))
66
67
68### Bug Fixes
69
70* announcements on HA players ([ec9c476](https://github.com/music-assistant/server/commit/ec9c4766037e47852a9a1b0141d41ad8eb1f8a1b))
71* Improve accuracy of matching album in directory structure for local filesystem ([#1779](https://github.com/music-assistant/server/issues/1779)) ([324d360](https://github.com/music-assistant/server/commit/324d360f53eafac7dfb793053734e8abc2596990))
72* Issues with player groups and airplay mode ([790c6aa](https://github.com/music-assistant/server/commit/790c6aaf0e5fdd044a91ff1c9e5f72dc4d5b2717))
73* Radio mode for Subsonic provider ([#1784](https://github.com/music-assistant/server/issues/1784)) ([c028d5c](https://github.com/music-assistant/server/commit/c028d5cb3ab385580120003b1d7bc7b832fd53e3))
74* Sonos Airplay mode ([2a90217](https://github.com/music-assistant/server/commit/2a9021764ef830fb0bbebc25f3d79a7af5959ae9))
75* Tweaks for ESPHome mediaplayers ([46fe6ab](https://github.com/music-assistant/server/commit/46fe6ab9f58e6ab84c9c77e7edb8323fb3b383a4))
76
77
78# [2.4.0 BETA 5] - 16.11.2024
79
80### Bug Fixes
81
82* Don't Stop the Music for Subsonic and remove Podcast hacks ([#1774](https://github.com/music-assistant/server/issues/1774)) ([da42973](https://github.com/music-assistant/server/commit/da429731696e68770c2992837029810e58deeb6d))
83* Handle retry exception during authentication in Bluesound provider ([#1778](https://github.com/music-assistant/server/issues/1778)) ([4744d18](https://github.com/music-assistant/server/commit/4744d18d7325097d9ef51a7955f987b4fed042f2))
84* Ignore airplay for broken Sonos devices ([0d76599](https://github.com/music-assistant/server/commit/0d76599d1608c4c70274d9bd9ef293b8d0de5d04))
85* Sonos airplay mode infinite loop ([c710d9b](https://github.com/music-assistant/server/commit/c710d9bced22f38fb33663f16b6b24e3cb1567d6))
86
87# [2.4.0 BETA 4] - 04.11.2024
88
89### Features
90
91* pre-install all requirements in the docker image ([7c69c66](https://github.com/music-assistant/server/commit/7c69c66af9ac488d5a2882cab1278bd662ba2ddf))
92* Reorganize repository to contain only the server code ([36a706f](https://github.com/music-assistant/server/commit/36a706fcdf7a5a16e04fef5fe0d599b1ef1d37d3))
93* Use dedicated directory for cache files ([5ab2d36](https://github.com/music-assistant/server/commit/5ab2d369f1a606b80a2c170df5c3218281c425cf))
94
95
96### Bug Fixes
97
98* Can't delete item in queue when queue is not active ([07df754](https://github.com/music-assistant/server/commit/07df754321468a3192b80bfcafa4f0252745eab1))
99* Check if metadata job exists before clearing it ([0b78ba0](https://github.com/music-assistant/server/commit/0b78ba05c9f7bc8e1b03ce28000c4d5e4cc44080))
100* leftover issues after repo split up ([cec5e7f](https://github.com/music-assistant/server/commit/cec5e7f7c55fbb18185c0e72c93492b00b574bf1))
101* use relative path for all default images and collages ([fdc942f](https://github.com/music-assistant/server/commit/fdc942fa3e853f5cd9c47ca42b3c1fe28ee623e6))
102
103# [2.4.0 BETA 3] - 28.10.2024
104
105**Bug Fixes**
106- Do not retry Snapcast connection if we want to exit ([6ad7503](https://github.com/music-assistant/server/commit/6ad750347962d73a281a2cef4f88f95627aab32f))
107- Enqueue player feature not correctly set on cast groups and dlna players ([f9a855d](https://github.com/music-assistant/server/commit/f9a855de1f846de5c582c346d0cfbaa8394ba1e8))
108- Group volume up/down not implemented ([a1eede9](https://github.com/music-assistant/server/commit/a1eede9b1675a52bb8cc3e03a95a449754e2255b))
109- Prevent redundant lookup of full media item in queue controller ([734dc5b](https://github.com/music-assistant/server/commit/734dc5b99b705ed9ce6089d85ee72f4484836442))
110- snapcast player in universal player group (https://github.com/music-assistant/server/issues/1756) ([f7ee100](https://github.com/music-assistant/server/commit/f7ee1007d79ab681c014e540da69d91e6457f4f1))
111
112# [2.4.0 BETA 2] - 25.10.2024
113
114Throttle metadata lookup to prevent it from taking all resources.
115
116**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.1...2.4.0b2
117
118# [2.4.0 BETA 1] - 25.10.2024
119
120- Fix cast players reporting (time) state updates.
121- Fix some local images not showing in the UI.
122- Fix out of memory issues when handling metadata for large playlists.
123
124**Full Changelog**: https://github.com/music-assistant/server/compare/2.4.0b0...2.4.0b1
125
126# [2.4.0 BETA 0] - 25.10.2024
127
128Start of the 2.4 beta period.
129
130This version is on par with 2.3.0 stable, no additional features.
131
132# [2.3.0 RC3] - 24.10.2024
133
134## What's Changed
135
136* Some small frontend tweaks
137* Fix group only playing to one player
138
139**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0rc2...2.3.0rc3
140
141# [2.3.0 RC 2] - 24.10.2024
142
143## What's Changed
144* Several small fixes
145* Fix track enqueuing by @marcelveldt in https://github.com/music-assistant/server/pull/1747
146
147**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0rc1...2.3.0rc2
148
149# [2.3.0 RC 1] - 23.10.2024
150
151## Whatâs Changed
152
153### Server 2.3.0 RC 1
154
155## What's Changed
156* SiriusXM: live radio data in the stream title by @btoconnor in https://github.com/music-assistant/server/pull/1739
157* Fix for Spotify authentication expires mid-stream by @marcelveldt in https://github.com/music-assistant/server/pull/1741
158* Revert to snapweb v5 by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1742
159* Several improvements to the queue controller by @marcelveldt in https://github.com/music-assistant/server/pull/1744
160* Snapcast fix short announcements by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1743
161* frontend-v2.9.10 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1745
162
163
164**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b34...2.3.0rc1
165
166### Frontend v2.9.10
167
168## [2.9.10](https://github.com/music-assistant/frontend/compare/v2.9.9...v2.9.10) (2024-10-23)
169
170
171### Bug Fixes
172
173* Correct check if image proxy should be used ([ce08d5d](https://github.com/music-assistant/frontend/commit/ce08d5d26593fc373c62278a1e0dae0263a941e6))
174* endless loop in queue items retrieval ([306314b](https://github.com/music-assistant/frontend/commit/306314b3702158692e4fd3e2bb04ad7fd42b4597))
175* Queue items list refresh issues ([138d5e4](https://github.com/music-assistant/frontend/commit/138d5e4297fe50ee19909ca0fc17b7213bffc504))
176
177## â¬ï¸ Dependencies
178
179### Server
180
181### Frontend
182
183
184
185# [2.3.0 BETA 34] - 22.10.2024
186
187## What's Changed
188
189* Some final tweaks and cleanup to the Sonos S2 provider by @marcelveldt in https://github.com/music-assistant/server/pull/1733
190* Fix announcements to (universal) group players by @marcelveldt in https://github.com/music-assistant/server/pull/1740
191
192
193**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b33...2.3.0b34
194
195# [2.3.0 BETA 33] - 20.10.2024
196
197## What's Changed
198
199* Add SiriusXM Music Provider by @btoconnor in https://github.com/music-assistant/server/pull/1730
200* Bugfixes for Airplay and HLS streams by @marcelveldt in https://github.com/music-assistant/server/pull/1731
201
202## New Contributors
203* @btoconnor made their first contribution in https://github.com/music-assistant/server/pull/1730
204
205NOTE: Beta 32 is skipped due to it containing a bug that prevents playback of http sources
206
207**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b31...2.3.0b33
208
209# [2.3.0 BETA 31] - 19.10.2024
210
211## What's Changed
212
213* Fix parsing of HLS (sub)streams by @marcelveldt in https://github.com/music-assistant/server/pull/1727
214* Various fixes and enhancements for (TTS) Announcements by @marcelveldt in https://github.com/music-assistant/server/pull/1728
215
216**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b30...2.3.0b31
217
218# [2.3.0 BETA 30] - 19.10.2024
219
220## What's Changed
221
222* Update to snapweb v0.8.0 by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1690
223* Snapcast: Add configuration options by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1692
224* Snapcast: Ensures the default stream exists by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1702
225* Complete refactor of player groups logic by @marcelveldt in https://github.com/music-assistant/server/pull/1704
226* Snapcast update 0.29 by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1705
227* Add 'Don't stop the music' feature by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1681
228* Refactor SnapCastProvider cmd_volume_mute method by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1718
229
230
231
232**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b29...2.3.0b30
233
234# [2.3.0 BETA 29] - 30.09.2024
235
236## What's Changed
237
238* Fix some playback issues by @marcelveldt in https://github.com/music-assistant/server/pull/1689
239* fix: album directory parsing with album versions by @skrobul in https://github.com/music-assistant/server/pull/1683
240
241## New Contributors
242* @skrobul made their first contribution in https://github.com/music-assistant/server/pull/1683
243
244**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b28...2.3.0b29
245
246# [2.3.0 BETA 28] - 29.09.2024
247
248## What's Changed
249
250Fixes for running the docker image with custom user.
251
252
253**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b26...2.3.0b28
254
255# [2.3.0 BETA 27] - 23.09.2024
256
257- Prevent KeyError when setting up a HA Media player
258- Fallback to regular pip in case uv pip fails due to permissions
259
260
261**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b26...2.3.0b27
262
263# [2.3.0 BETA 26] - 20.09.2024
264
265## What's Changed
266* Bluesound: dynamic polling by @Cyanogenbot in https://github.com/music-assistant/server/pull/1671
267* Fix: Disable shuffle for radio mode by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1673
268* Fix keyerror in cache autocleanup by @marcelveldt in https://github.com/music-assistant/server/pull/1674
269* Better handling of Spotify stream error (due to token expiration) by @marcelveldt in https://github.com/music-assistant/server/pull/1676
270
271
272**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b25...2.3.0b26
273
274# [2.3.0 BETA 25] - 17.09.2024
275
276## What's Changed
277
278* Fix: flow mode not being applied in all cases (while it should) by @marcelveldt in https://github.com/music-assistant/server/pull/1672
279
280This fixes the issue where a playlist would stop playing on some DLNA or HA based players
281
282
283
284# [2.3.0 BETA 24] - 16.09.2024
285
286## What's Changed
287
288* Fix API compatibility by @marcelveldt in https://github.com/music-assistant/server/pull/1662
289* Try parsing track number from the filename by @marcelveldt in https://github.com/music-assistant/server/pull/1663
290* Fix: Handle radio stations providing non utf-8 in streamtitle by @marcelveldt in https://github.com/music-assistant/server/pull/1664
291* Fix loading state from cache when connecting to slimproto players by @kepstin in https://github.com/music-assistant/server/pull/1666
292* Adding missing icon for the Soundcloud music provider by @robsonke in https://github.com/music-assistant/server/pull/1665
293* A few small bugfixes and enhancements to playback and enqueuing by @marcelveldt in https://github.com/music-assistant/server/pull/1670
294
295## New Contributors
296* @kepstin made their first contribution in https://github.com/music-assistant/server/pull/1666
297* @robsonke made their first contribution in https://github.com/music-assistant/server/pull/1665
298
299**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b23...2.3.0b24
300
301# [2.3.0 BETA 23] - 14.09.2024
302
303## What's Changed
304
305* Several bugfixes and enhancements to audio streaming
306* Some frontend tweaks
307* Add fine grained control for volume normalization
308
309
310**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b22...2.3.0b23
311
312# [2.3.0 BETA 22] - 12.09.2024
313
314## What's Changed
315* Bluesound: fixed enqueue next issue, announcements by @Cyanogenbot in https://github.com/music-assistant/server/pull/1659
316
317
318**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b21...2.3.0b22
319
320# [2.3.0 BETA 21] - 11.09.2024
321
322## What's Changed
323
324* Add Bluesound player provider by @Cyanogenbot in https://github.com/music-assistant/server/pull/1624
325* Feature: Radio mode enhancements by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1654
326* Volume normalization improvements by @marcelveldt in https://github.com/music-assistant/server/pull/1657
327* 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
328
329
330## New Contributors
331* @Cyanogenbot made their first contribution in https://github.com/music-assistant/server/pull/1624
332
333**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b20...2.3.0b21
334
335# [2.3.0 BETA 20] - 09.09.2024
336
337## What's Changed
338* Add Ukrainian to supported (metadata) languages by @OzGav in https://github.com/music-assistant/server/pull/1650
339* 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
340* Apple Music: Various fixes by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1652
341* Fix several issues with enqueueing of next track by @marcelveldt in https://github.com/music-assistant/server/pull/1653
342
343
344**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b19...2.3.0b20
345
346# [2.3.0 BETA 19] - 04.09.2024
347
348Fix for broken build
349
350# [2.3.0 BETA 18] - 04.09.2024
351
352## What's Changed
353* Use new release workflow
354* Some small bugfixes and tweaks by @marcelveldt in https://github.com/music-assistant/server/pull/1642
355
356**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b17...2.3.0b18
357
358# [2.3.0 BETA 17] - 30.08.2024
359
360## What's Changed
361
362* Introduce a HLS radio streams parser (for the BBC radio streams) by @marcelveldt in https://github.com/music-assistant/server/pull/1633
363
364--> This -should- fix issues with BBC/HLS radio streams stopping abruptly, but please extensively test!
365
366
367**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b16...2.3.0b17
368
369# [2.3.0 BETA 16] - 30.08.2024
370
371- Fix mounting SMB shares in remote files provider
372- Fix HTTP playback issues
373
374# [2.3.0 BETA 15] - 30.08.2024
375
376## What's Changed
377
378* Fix snapcast state not updating by @marcelveldt in https://github.com/music-assistant/server/pull/1626
379* Add Korean to supported languages by @OzGav in https://github.com/music-assistant/server/pull/1623
380* Bump actions/setup-python from 5.1.1 to 5.2.0 by @dependabot in https://github.com/music-assistant/server/pull/1628
381* Fix a typo by @OzGav in https://github.com/music-assistant/server/pull/1627
382* Switch base image to Alpine by @marcelveldt in https://github.com/music-assistant/server/pull/1629
383* Fix Album tracks connected to the wrong album in UI
384* Fix several small quirks with streaming
385* Bump ffmpeg to check if that helps with the BBC streams
386* Add a bit of retry logic if a stream fails
387
388NOTE: betas 9-14 were flawed due the switch of our base image.
389
390**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b8...2.3.0b15
391
392
393# [2.3.0 BETA 8] - 28.08.2024
394
395## What's Changed
396* Fixes and enhancements to syncgroups and UGP groups by @marcelveldt in https://github.com/music-assistant/server/pull/1621
397* Some fixes for unstable (HLS) radio streams by @marcelveldt in https://github.com/music-assistant/server/pull/1622
398* Bump ytmusicapi from 1.8.0 to 1.8.1 by @dependabot in https://github.com/music-assistant/server/pull/1616
399* Filesystem matching and metadata fixes by @marcelveldt in https://github.com/music-assistant/server/pull/1625
400
401
402**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b7...2.3.0b8
403
404# [2.3.0b7] - 26.08.2024
405
406## Whatâs Changed
407
408### Server 2.3.0b7
409
410## What's Changed
411* Some more tweaks/fixes to the Sonos S2 provider by @marcelveldt in https://github.com/music-assistant/server/pull/1613
412* Refactor groups support by @marcelveldt in https://github.com/music-assistant/server/pull/1619
413
414* Bump aiohttp from 3.10.4 to 3.10.5 by @dependabot in https://github.com/music-assistant/server/pull/1615
415* Bump ruff from 0.6.1 to 0.6.2 by @dependabot in https://github.com/music-assistant/server/pull/1618
416* frontend-2.8.11 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1620
417
418* Bump mypy from 1.11.1 to 1.11.2 by @dependabot in https://github.com/music-assistant/server/pull/1614
419* Bump syrupy from 4.6.1 to 4.7.1 by @dependabot in https://github.com/music-assistant/server/pull/1617
420* Typing: Tidal by @Jc2k in https://github.com/music-assistant/server/pull/1525
421
422
423**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b6...2.3.0b7
424
425### Frontend 2.8.11
426
427* changes for group management
428
429## â¬ï¸ Dependencies
430
431### Server
432
433### Frontend
434
435
436
437# [2.3.0 BETA 6] - 26.08.2024
438
439Fix playback issues due to missing http profile
440
441# [2.3.0 BETA 5] - 26.08.2024
442
443## What's Changed
444* Fix playback of radio streams on Sonos S2 provider by @marcelveldt in https://github.com/music-assistant/server/pull/1610
445* Enforce default HTTP profile for slimproto players by @marcelveldt in https://github.com/music-assistant/server/pull/1611
446* More bugfixes for the new Sonos provider by @marcelveldt in https://github.com/music-assistant/server/pull/1612
447
448
449**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b4...2.3.0b5
450
451# [2.3.0 BETA 4] - 25.08.2024
452
453## Whatâs Changed
454
455### Server 2.3.0 BETA 4
456
457## What's Changed
458* Jellyfin: Fix login for some instances by @Jc2k in https://github.com/music-assistant/server/pull/1601
459* A few minor follow-up fixes for the new Sonos provider by @marcelveldt in https://github.com/music-assistant/server/pull/1602
460* A collection of small tweaks and bugfixes by @marcelveldt in https://github.com/music-assistant/server/pull/1603
461* Add feature to transfer a queue by @marcelveldt in https://github.com/music-assistant/server/pull/1606
462* Add config option to specify the http content length header by @marcelveldt in https://github.com/music-assistant/server/pull/1607
463* Sonos S2 provider follow-up by @marcelveldt in https://github.com/music-assistant/server/pull/1608
464* frontend-2.8.10 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1609
465
466
467**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b3...2.3.0b4
468
469### Frontend 2.8.10
470
471* Add feature to transfer a queue
472
473## â¬ï¸ Dependencies
474
475### Server
476
477### Frontend
478
479
480
481# [2.3.0 BETA 3] - 23.08.2024
482
483## Breaking change!
484This (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.
485
486## What's Changed
487* Prevent db migration when upgrading from 2.1 to 2.2 by @marcelveldt in https://github.com/music-assistant/server/pull/1596
488* Small improvements to the spotify token auth by @marcelveldt in https://github.com/music-assistant/server/pull/1597
489* Fix track number gets mixed up with disc number by @marcelveldt in https://github.com/music-assistant/server/pull/1598
490* Guard against eyed3 returning None by @dmcc in https://github.com/music-assistant/server/pull/1599
491* New Sonos S2 player provider by @marcelveldt in https://github.com/music-assistant/server/pull/1600
492
493## New Contributors
494* @dmcc made their first contribution in https://github.com/music-assistant/server/pull/1599
495
496**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b2...2.3.0b3
497
498# [2.3.0 BETA 2] - 22.08.2024
499
500## What's Changed
501
502* Fix removal of a provider by @marcelveldt in https://github.com/music-assistant/server/pull/1594
503* Fix Tidal login auth flow not showing by @marcelveldt in https://github.com/music-assistant/server/pull/1595
504
505**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b1...2.3.0b2
506
507# [2.3.0 BETA 1] - 22.08.2024
508
509## Whatâs Changed
510
511- #1591 - Fix Auth popup not showing
512- #1590 - Fix new playlists get corrupted (@marcelveldt)
513
514
515# [2.3.0 BETA 0] - 21.08.2024
516
517The begin of beta for 2.3 - some new features will land in this cycle so stay tuned.
518
519This version is on par with stable version 2.2.0
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587