/
/
/
1# [2.3.0] - 25.10.2024
2
3## New features/providers
4
5* Add SiriusXM Music Provider by @btoconnor in https://github.com/music-assistant/server/pull/1730
6* Add 'Don't stop the music' feature by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1681
7* Complete refactor of player groups in frontend and backend by @marcelveldt in https://github.com/music-assistant/server/pull/1704
8
9
10## Other noteworthy changes
11
12* Fix loading state from cache when connecting to slimproto players by @kepstin in https://github.com/music-assistant/server/pull/1666
13* Better handling of Spotify stream error (due to token expiration) by @marcelveldt in https://github.com/music-assistant/server/pull/1676
14* fix: album directory parsing with album versions by @skrobul in https://github.com/music-assistant/server/pull/1683
15* Snapcast: Ensures the default stream exists by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1702
16* Fix parsing of HLS (sub)streams by @marcelveldt in https://github.com/music-assistant/server/pull/1727
17* Various fixes and enhancements for (TTS) Announcemens by @marcelveldt in https://github.com/music-assistant/server/pull/1728
18* Fix announcements to (universal) group players by @marcelveldt in https://github.com/music-assistant/server/pull/1740
19* Fix for Spotify authentication expires mid-stream by @marcelveldt in https://github.com/music-assistant/server/pull/1741
20* Several improvements to the queue controller by @marcelveldt in https://github.com/music-assistant/server/pull/1744
21* Snapcast fix short announcements by @SantiagoSotoC in https://github.com/music-assistant/server/pull/1743
22
23
24## New Contributors
25* @kepstin made their first contribution in https://github.com/music-assistant/server/pull/1666
26* @robsonke made their first contribution in https://github.com/music-assistant/server/pull/1665
27* @kbirger made their first contribution in https://github.com/music-assistant/server/pull/1682
28* @skrobul made their first contribution in https://github.com/music-assistant/server/pull/1683
29* @btoconnor made their first contribution in https://github.com/music-assistant/server/pull/1730
30
31**Full Changelog**: https://github.com/music-assistant/server/compare/2.2.9...2.3.0
32
33# [2.2.9] - 17.10.2024
34
35**Patch release** 2.2.9
36
37Fix Apple Music Authentication token
38
39**Full Changelog**: https://github.com/music-assistant/server/compare/2.2.8...2.2.9
40
41# [2.2.8] - 16.10.2024
42
43*2.2.8: patch release*
44Fix: Generate new dev token for Apple Music.
45**Full Changelog**: https://github.com/music-assistant/server/compare/2.2.7...2.2.8
46
47# [2.2.7] - 03.10.2024
48
49**2.2.7: patch release**
50
51Various small bugfixes for (playback) stability
52
53**Full Changelog**: https://github.com/music-assistant/server/compare/2.2.6...2.2.7
54
55# [2.2.6] - 25.09.2024
56
57Various small bugfixes
58
59**Full Changelog**: https://github.com/music-assistant/server/compare/2.2.5...2.2.6
60
61# [2.2.5] - 16.09.2024
62
63## What's Changed
64
65* Fix API compatibility by @marcelveldt in https://github.com/music-assistant/server/pull/1662
66* Try parsing track number from the filename by @marcelveldt in https://github.com/music-assistant/server/pull/1663
67* Fix: Handle radio stations providing non utf-8 in streamtitle by @marcelveldt in https://github.com/music-assistant/server/pull/1664
68* Fix loading state from cache when connecting to slimproto players by @kepstin in https://github.com/music-assistant/server/pull/1666
69* Adding missing icon for the Soundcloud music provider by @robsonke in https://github.com/music-assistant/server/pull/1665
70* A few small bugfixes and enhancements to playback and enqueuing by @marcelveldt in https://github.com/music-assistant/server/pull/1670
71
72## New Contributors
73* @kepstin made their first contribution in https://github.com/music-assistant/server/pull/1666
74* @robsonke made their first contribution in https://github.com/music-assistant/server/pull/1665
75
76**Full Changelog**: https://github.com/music-assistant/server/compare/2.2.4...2.2.5
77
78# [2.2.4] - 14.09.2024
79
80## Whatâs Changed
81
82### Server 2.2.4
83
84### 2.2.4 (patch release)
85
86Various bugfixes for the 2.2 release.
87
88* Fix Tidal login auth flow not showing by @marcelveldt in https://github.com/music-assistant/server/pull/1595
89* Fix several issues with enqueueing of next track by @marcelveldt in https://github.com/music-assistant/server/pull/1653
90* Feature: Radio mode enhancements by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1654
91* Volume normalization improvements by @marcelveldt in https://github.com/music-assistant/server/pull/1657
92* 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
93* Several bugfixes and enhancements to audio streaming by @marcelveldt in https://github.com/music-assistant/server/pull/1660
94* frontend-2.8.13 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1661
95* Fix API compatibility by @marcelveldt in https://github.com/music-assistant/server/pull/1662
96* Try parsing track number from the filename by @marcelveldt in https://github.com/music-assistant/server/pull/1663
97
98### Frontend 2.8.13
99
100* Fix some small glitches
101* Add translation definitions for volume normalization options
102
103## â¬ï¸ Dependencies
104
105### Server
106
107### Frontend
108
109
110
111### [2.2.3] - 06.09.2024
112
113- Various bugfixes for tags parsing from local files
114- Fix (builtin) playlists refresh
115- Some fixes for (sync)groups
116- Various fixes for metadata fetching
117- Use alpine as base image
118
119
120### [2.2.2] - 23.08.2024
121
122- #1598 - Fix track number gets mixed up with disc number (@marcelveldt)
123- #1597 - Small improvements to the spotify token auth (@marcelveldt)
124- #1596 - Prevent db migration when upgrading from 2.1 to 2.2 (@marcelveldt)
125- #1595 - Fix Tidal login auth flow not showing (@marcelveldt)
126- #1594 - Fix removal of a provider (@marcelveldt)
127
128
129### [2.2.1] - 22.08.2024
130
131- #1591 - Fix Auth popup not showing
132- #1590 - Fix new playlists get corrupted (@marcelveldt)
133
134
135## [2.2.0] - 21.08.2024
136
1372.2 release of Music Assistant Server !
138
139### ATTENTION SPOTIFY USERS:
140This release requires you (again) to re-authenticate but the good news is that we managed to get a full (official/recommended) PKCE login flow going for both library management and playback. Simple username and password is no longer possible due to the fact Spotify removed support for that.
141
142- #1589 - frontend-2.8.7 (@music-assistant-machine)
143- #1588 - frontend-2.8.6 (@music-assistant-machine)
144- #1587 - Fix (radio) browse listings (@marcelveldt)
145- #1586 - Fix (album) images for track listings (@marcelveldt)
146- #1585 - frontend-2.8.4 (@music-assistant-machine)
147- #1584 - Database (performance) enhancements (@marcelveldt)
148- #1582 - frontend-2.8.3 (@music-assistant-machine)
149- #1583 - Typo (@OzGav)
150- #1578 - Subsonic: Correct the final entry that uses a non-MA logger (@khers)
151- #1577 - Improve (local) metadata retrieval (@marcelveldt)
152- #1576 - Remove the handle_async_init() call from provider __init__.py (@khers)
153- #1573 - Change logger used for provider (@khers)
154- #1575 - Fix Spotify token gets invalidated every hour (@marcelveldt)
155- #1574 - Apple Music: Fix condition for hls substream optimization. (@MarvinSchenkel)
156- #1572 - Various bugfixes and optimizations (@marcelveldt)
157- #1571 - frontend-2.8.2 (@music-assistant-machine)
158- #1570 - Implement Spotify (oauth) PKCE Login flow (@marcelveldt)
159- #1569 - Various optimizations to filesystem metadata retrieval (@marcelveldt)
160- #1568 - Apple Music: Change log level to avoid chatty logs. (@MarvinSchenkel)
161- #1567 - Fix issues with items become unavailable (@marcelveldt)
162- #1566 - Add demo/template providers (@marcelveldt)
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178