/
/
/
1# [2.0.7] - 19.06.2024
2
3A collection of bugfixes for issues reported on Github.
4
5**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.6...2.0.7
6
7# [2.0.7] - 15.06.2024
8
9A collection of bugfixes for issues reported on Github.
10
11**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.6...2.0.7
12
13# [2.0.7] - 15.06.2024
14
15A collection of bugfixes for issues reported on Github.
16
17**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.6...2.0.7
18
19# [2.0.6] - 13.06.2024
20
21Bugfixes, stability improvements and small tweaks.
22
23**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.4...2.0.6
24
25## 2.0.3
26
27Several bugfixes again for the 2.0 release
28
29- #1307 - frontend bugfixes:
30
31 - Fix various issues with listings and sorting
32 - Fix some alignment issues on the fullscreen player
33 - Fix queue tracks listing
34 - Make all item click actions consistent + add play button
35 - Updated translations
36
37- #1305 - A collection of small bugfixes and tweaks:
38
39 - Fix for browse listings
40 - Fix random sort for builtin playlists
41 - Catch some parse errors on JellyFin
42
43- #1304 - Subsonic: Set Track.disc_number to 0 for now (@khers)
44
45## 2.0.3
46
47Several bugfixes again for the 2.0 release
48
49- #1303 - Remove Requirement for Password for Jellyfin (@lokiberra)
50- #1302 - Do not use ISRC or barcode for lookups on MusicBrainz (@marcelveldt)
51- #1301 - A collection of small bugfixes (@marcelveldt)
52- #1295 - Limit queries to all online (metadata) resources (@marcelveldt)
53
54**IMPORTANT NOTE**
55The dust has settled from the 2.0 release, cool that we got so many new users excited!
56Unfortunately this means that our calls to the metadata services are also increasing, despite the heavy throttling and caching we have in place. Apparently the amount of calls to MusicBrainz is now hurting their services, most likely a lot of new users onboarding into MA.
57
58This is a free project and unlike the big players like Plex, Emby and Roon etc. I can not pay large fees for metadata so we're bound to the limits of free (or almost free api calls). For now I'm just going to increase the throttle intervals even more and skip a few additional calls. This will mean that for folks with missing local metadata, this will not be auto pulled in anymore. It will also mean that the initial scan will slow down even more. Sorry, it is what it is.
59
60I'm investigating options like implementing some global Redis cache or whatever that is still affordable for me.
61
62So, this update of MA brings actually a small change to the way how metadata is retrieved from the online providers.
63This change impacts folks with local files only. If you have badly tagged files or no images stored locally you will see empty artist images and the only way to retrieve those is by opening each artist one by one (I'm shutting down the background scanner to save api calls) OR by just making sure your structrure of music files is in order with correct tags and images. If the info is already there, no calls need to be done to a metadata provider. Its as simple as that.
64
65Thanks for the support/understanding!
66
67## 2.0.2
68
69Several bugfixes for the 2.0 release
70
71- Fix Home redirecting to settings
72- Fix builtin playlists limited to 50 items
73
74## 2.0.1
75
76Several bugfixes for the 2.0 release
77
78- Fix default enqueue options (@marcelveldt)
79- Fix phantom artists in library (@MarvinSchenkel)
80- Fix the quality score (@marcelveldt)
81
82Frontend
83
84- Translations update (@marcelveldt)
85- Fix back button in toolbar (@marcelveldt)
86- Fix issues with items listings (@marcelveldt)
87- Improve the out of the box experience a bit (@marcelveldt)
88
89## 2.0.0
90
912.0.0 (stable) Release of Music Assistant !
92
93Thanks to everyone contributed to this milestone!
94
95
96
97
98
99
100
101
102