/
/
/
1# [2.0.7] - 24.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.6] - 13.06.2024
14
15Bugfixes, stability improvements and small tweaks.
16
17**Full Changelog**: https://github.com/music-assistant/server/compare/2.0.4...2.0.6
18
19## 2.0.3
20
21Several bugfixes again for the 2.0 release
22
23- #1307 - frontend bugfixes:
24
25 - Fix various issues with listings and sorting
26 - Fix some alignment issues on the fullscreen player
27 - Fix queue tracks listing
28 - Make all item click actions consistent + add play button
29 - Updated translations
30
31- #1305 - A collection of small bugfixes and tweaks:
32
33 - Fix for browse listings
34 - Fix random sort for builtin playlists
35 - Catch some parse errors on JellyFin
36
37- #1304 - Subsonic: Set Track.disc_number to 0 for now (@khers)
38
39## 2.0.3
40
41Several bugfixes again for the 2.0 release
42
43- #1303 - Remove Requirement for Password for Jellyfin (@lokiberra)
44- #1302 - Do not use ISRC or barcode for lookups on MusicBrainz (@marcelveldt)
45- #1301 - A collection of small bugfixes (@marcelveldt)
46- #1295 - Limit queries to all online (metadata) resources (@marcelveldt)
47
48**IMPORTANT NOTE**
49The dust has settled from the 2.0 release, cool that we got so many new users excited!
50Unfortunately 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.
51
52This 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.
53
54I'm investigating options like implementing some global Redis cache or whatever that is still affordable for me.
55
56So, this update of MA brings actually a small change to the way how metadata is retrieved from the online providers.
57This 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.
58
59Thanks for the support/understanding!
60
61## 2.0.2
62
63Several bugfixes for the 2.0 release
64
65- Fix Home redirecting to settings
66- Fix builtin playlists limited to 50 items
67
68## 2.0.1
69
70Several bugfixes for the 2.0 release
71
72- Fix default enqueue options (@marcelveldt)
73- Fix phantom artists in library (@MarvinSchenkel)
74- Fix the quality score (@marcelveldt)
75
76Frontend
77
78- Translations update (@marcelveldt)
79- Fix back button in toolbar (@marcelveldt)
80- Fix issues with items listings (@marcelveldt)
81- Improve the out of the box experience a bit (@marcelveldt)
82
83## 2.0.0
84
852.0.0 (stable) Release of Music Assistant !
86
87Thanks to everyone contributed to this milestone!
88
89
90
91
92
93
94
95
96
97
98