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