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