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