/
/
/
1# [2.2.9] - 17.10.2024
2
3**Patch release** 2.2.9
4
5Fix Apple Music Authentication token
6
7**Full Changelog**: https://github.com/music-assistant/server/compare/2.2.8...2.2.9
8
9# [2.2.8] - 16.10.2024
10
11*2.2.8: patch release*
12Fix: Generate new dev token for Apple Music.
13**Full Changelog**: https://github.com/music-assistant/server/compare/2.2.7...2.2.8
14
15# [2.2.7] - 03.10.2024
16
17**2.2.7: patch release**
18
19Various small bugfixes for (playback) stability
20
21**Full Changelog**: https://github.com/music-assistant/server/compare/2.2.6...2.2.7
22
23# [2.2.6] - 25.09.2024
24
25Various small bugfixes
26
27**Full Changelog**: https://github.com/music-assistant/server/compare/2.2.5...2.2.6
28
29# [2.2.5] - 16.09.2024
30
31## What's Changed
32
33* Fix API compatibility by @marcelveldt in https://github.com/music-assistant/server/pull/1662
34* Try parsing track number from the filename by @marcelveldt in https://github.com/music-assistant/server/pull/1663
35* Fix: Handle radio stations providing non utf-8 in streamtitle by @marcelveldt in https://github.com/music-assistant/server/pull/1664
36* Fix loading state from cache when connecting to slimproto players by @kepstin in https://github.com/music-assistant/server/pull/1666
37* Adding missing icon for the Soundcloud music provider by @robsonke in https://github.com/music-assistant/server/pull/1665
38* A few small bugfixes and enhancements to playback and enqueuing by @marcelveldt in https://github.com/music-assistant/server/pull/1670
39
40## New Contributors
41* @kepstin made their first contribution in https://github.com/music-assistant/server/pull/1666
42* @robsonke made their first contribution in https://github.com/music-assistant/server/pull/1665
43
44**Full Changelog**: https://github.com/music-assistant/server/compare/2.2.4...2.2.5
45
46# [2.2.4] - 14.09.2024
47
48## Whatâs Changed
49
50### Server 2.2.4
51
52### 2.2.4 (patch release)
53
54Various bugfixes for the 2.2 release.
55
56* Fix Tidal login auth flow not showing by @marcelveldt in https://github.com/music-assistant/server/pull/1595
57* Fix several issues with enqueueing of next track by @marcelveldt in https://github.com/music-assistant/server/pull/1653
58* Feature: Radio mode enhancements by @MarvinSchenkel in https://github.com/music-assistant/server/pull/1654
59* Volume normalization improvements by @marcelveldt in https://github.com/music-assistant/server/pull/1657
60* 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
61* Several bugfixes and enhancements to audio streaming by @marcelveldt in https://github.com/music-assistant/server/pull/1660
62* frontend-2.8.13 by @music-assistant-machine in https://github.com/music-assistant/server/pull/1661
63* Fix API compatibility by @marcelveldt in https://github.com/music-assistant/server/pull/1662
64* Try parsing track number from the filename by @marcelveldt in https://github.com/music-assistant/server/pull/1663
65
66### Frontend 2.8.13
67
68* Fix some small glitches
69* Add translation definitions for volume normalization options
70
71## â¬ï¸ Dependencies
72
73### Server
74
75### Frontend
76
77
78
79### [2.2.3] - 06.09.2024
80
81- Various bugfixes for tags parsing from local files
82- Fix (builtin) playlists refresh
83- Some fixes for (sync)groups
84- Various fixes for metadata fetching
85- Use alpine as base image
86
87
88### [2.2.2] - 23.08.2024
89
90- #1598 - Fix track number gets mixed up with disc number (@marcelveldt)
91- #1597 - Small improvements to the spotify token auth (@marcelveldt)
92- #1596 - Prevent db migration when upgrading from 2.1 to 2.2 (@marcelveldt)
93- #1595 - Fix Tidal login auth flow not showing (@marcelveldt)
94- #1594 - Fix removal of a provider (@marcelveldt)
95
96
97### [2.2.1] - 22.08.2024
98
99- #1591 - Fix Auth popup not showing
100- #1590 - Fix new playlists get corrupted (@marcelveldt)
101
102
103## [2.2.0] - 21.08.2024
104
1052.2 release of Music Assistant Server !
106
107### ATTENTION SPOTIFY USERS:
108This 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.
109
110- #1589 - frontend-2.8.7 (@music-assistant-machine)
111- #1588 - frontend-2.8.6 (@music-assistant-machine)
112- #1587 - Fix (radio) browse listings (@marcelveldt)
113- #1586 - Fix (album) images for track listings (@marcelveldt)
114- #1585 - frontend-2.8.4 (@music-assistant-machine)
115- #1584 - Database (performance) enhancements (@marcelveldt)
116- #1582 - frontend-2.8.3 (@music-assistant-machine)
117- #1583 - Typo (@OzGav)
118- #1578 - Subsonic: Correct the final entry that uses a non-MA logger (@khers)
119- #1577 - Improve (local) metadata retrieval (@marcelveldt)
120- #1576 - Remove the handle_async_init() call from provider __init__.py (@khers)
121- #1573 - Change logger used for provider (@khers)
122- #1575 - Fix Spotify token gets invalidated every hour (@marcelveldt)
123- #1574 - Apple Music: Fix condition for hls substream optimization. (@MarvinSchenkel)
124- #1572 - Various bugfixes and optimizations (@marcelveldt)
125- #1571 - frontend-2.8.2 (@music-assistant-machine)
126- #1570 - Implement Spotify (oauth) PKCE Login flow (@marcelveldt)
127- #1569 - Various optimizations to filesystem metadata retrieval (@marcelveldt)
128- #1568 - Apple Music: Change log level to avoid chatty logs. (@MarvinSchenkel)
129- #1567 - Fix issues with items become unavailable (@marcelveldt)
130- #1566 - Add demo/template providers (@marcelveldt)
131
132
133
134
135
136
137
138
139
140
141
142
143
144