/
/
/
1# [2.3.0 BETA 15] - 30.08.2024
2
3## What's Changed
4
5* Fix snapcast state not updating by @marcelveldt in https://github.com/music-assistant/server/pull/1626
6* Add Korean to supported languages by @OzGav in https://github.com/music-assistant/server/pull/1623
7* Bump actions/setup-python from 5.1.1 to 5.2.0 by @dependabot in https://github.com/music-assistant/server/pull/1628
8* Fix a typo by @OzGav in https://github.com/music-assistant/server/pull/1627
9* Switch base image to Alpine by @marcelveldt in https://github.com/music-assistant/server/pull/1629
10* Fix Album tracks connected to the wrong album in UI
11* Fix several small quirks with streaming
12* Bump ffmpeg to check if that helps with the BBC streams
13* Add a bit of retry logic if a stream fails
14
15NOTE: betas 9-14 were flawed due the switch of our base image.
16
17**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b8...2.3.0b15
18
19
20# [2.3.0 BETA 8] - 28.08.2024
21
22## What's Changed
23* Fixes and enhancements to syncgroups and UGP groups by @marcelveldt in https://github.com/music-assistant/server/pull/1621
24* Some fixes for unstable (HLS) radio streams by @marcelveldt in https://github.com/music-assistant/server/pull/1622
25* Bump ytmusicapi from 1.8.0 to 1.8.1 by @dependabot in https://github.com/music-assistant/server/pull/1616
26* Filesystem matching and metadata fixes by @marcelveldt in https://github.com/music-assistant/server/pull/1625
27
28
29**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b7...2.3.0b8
30
31# [2.3.0b7] - 26.08.2024
32
33## Whatâs Changed
34
35### Server 2.3.0b7
36
37## What's Changed
38* Some more tweaks/fixes to the Sonos S2 provider by @marcelveldt in https://github.com/music-assistant/server/pull/1613
39* Refactor groups support by @marcelveldt in https://github.com/music-assistant/server/pull/1619
40
41* Bump aiohttp from 3.10.4 to 3.10.5 by @dependabot in https://github.com/music-assistant/server/pull/1615
42* Bump ruff from 0.6.1 to 0.6.2 by @dependabot in https://github.com/music-assistant/server/pull/1618
43* frontend-2.8.11 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1620
44
45* Bump mypy from 1.11.1 to 1.11.2 by @dependabot in https://github.com/music-assistant/server/pull/1614
46* Bump syrupy from 4.6.1 to 4.7.1 by @dependabot in https://github.com/music-assistant/server/pull/1617
47* Typing: Tidal by @Jc2k in https://github.com/music-assistant/server/pull/1525
48
49
50**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b6...2.3.0b7
51
52### Frontend 2.8.11
53
54* changes for group management
55
56## â¬ï¸ Dependencies
57
58### Server
59
60### Frontend
61
62
63
64# [2.3.0 BETA 6] - 26.08.2024
65
66Fix playback issues due to missing http profile
67
68# [2.3.0 BETA 5] - 26.08.2024
69
70## What's Changed
71* Fix playback of radio streams on Sonos S2 provider by @marcelveldt in https://github.com/music-assistant/server/pull/1610
72* Enforce default HTTP profile for slimproto players by @marcelveldt in https://github.com/music-assistant/server/pull/1611
73* More bugfixes for the new Sonos provider by @marcelveldt in https://github.com/music-assistant/server/pull/1612
74
75
76**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b4...2.3.0b5
77
78# [2.3.0 BETA 4] - 25.08.2024
79
80## Whatâs Changed
81
82### Server 2.3.0 BETA 4
83
84## What's Changed
85* Jellyfin: Fix login for some instances by @Jc2k in https://github.com/music-assistant/server/pull/1601
86* A few minor follow-up fixes for the new Sonos provider by @marcelveldt in https://github.com/music-assistant/server/pull/1602
87* A collection of small tweaks and bugfixes by @marcelveldt in https://github.com/music-assistant/server/pull/1603
88* Add feature to transfer a queue by @marcelveldt in https://github.com/music-assistant/server/pull/1606
89* Add config option to specify the http content length header by @marcelveldt in https://github.com/music-assistant/server/pull/1607
90* Sonos S2 provider follow-up by @marcelveldt in https://github.com/music-assistant/server/pull/1608
91* frontend-2.8.10 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1609
92
93
94**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b3...2.3.0b4
95
96### Frontend 2.8.10
97
98* Add feature to transfer a queue
99
100## â¬ï¸ Dependencies
101
102### Server
103
104### Frontend
105
106
107
108# [2.3.0 BETA 3] - 23.08.2024
109
110## Breaking change!
111This (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.
112
113## What's Changed
114* Prevent db migration when upgrading from 2.1 to 2.2 by @marcelveldt in https://github.com/music-assistant/server/pull/1596
115* Small improvements to the spotify token auth by @marcelveldt in https://github.com/music-assistant/server/pull/1597
116* Fix track number gets mixed up with disc number by @marcelveldt in https://github.com/music-assistant/server/pull/1598
117* Guard against eyed3 returning None by @dmcc in https://github.com/music-assistant/server/pull/1599
118* New Sonos S2 player provider by @marcelveldt in https://github.com/music-assistant/server/pull/1600
119
120## New Contributors
121* @dmcc made their first contribution in https://github.com/music-assistant/server/pull/1599
122
123**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b2...2.3.0b3
124
125# [2.3.0 BETA 2] - 22.08.2024
126
127## What's Changed
128
129* Fix removal of a provider by @marcelveldt in https://github.com/music-assistant/server/pull/1594
130* Fix Tidal login auth flow not showing by @marcelveldt in https://github.com/music-assistant/server/pull/1595
131
132**Full Changelog**: https://github.com/music-assistant/server/compare/2.3.0b1...2.3.0b2
133
134# [2.3.0 BETA 1] - 22.08.2024
135
136## Whatâs Changed
137
138- #1591 - Fix Auth popup not showing
139- #1590 - Fix new playlists get corrupted (@marcelveldt)
140
141
142# [2.3.0 BETA 0] - 21.08.2024
143
144The begin of beta for 2.3 - some new features will land in this cycle so stay tuned.
145
146This version is on par with stable version 2.2.0
147
148