mirror of
https://github.com/beetbox/beets.git
synced 2026-01-20 15:14:13 +01:00
add changelog for and to resolve PR #5828
This commit is contained in:
parent
445ad02399
commit
fdfeb35076
1 changed files with 4 additions and 5 deletions
|
|
@ -90,6 +90,8 @@ Bug fixes:
|
|||
- :doc:`/plugins/ftintitle`: Fixed artist name splitting to prioritize explicit
|
||||
featuring tokens (feat, ft, featuring) over generic separators (&, and),
|
||||
preventing incorrect splits when both are present.
|
||||
- :doc:`reference/cli`: Fix 'from_scratch' option for singleton imports: delete
|
||||
all (old) metadata when new metadata is applied. :bug:`3706`
|
||||
|
||||
For plugin developers:
|
||||
|
||||
|
|
@ -292,11 +294,8 @@ Bug fixes:
|
|||
- Fix ``HiddenFileTest`` by using ``bytestring_path()``.
|
||||
- tests: Fix tests failing without ``langdetect`` (by making it required).
|
||||
:bug:`5797`
|
||||
- :doc:`plugins/musicbrainz`: Fix the MusicBrainz search not taking into
|
||||
account the album/recording aliases
|
||||
- :doc:`reference/cli`: Fix 'from_scratch' option for singleton imports: delete
|
||||
all (old) metadata when new metadata is applied.
|
||||
:bug:`3706`
|
||||
- :doc:`plugins/musicbrainz`: Fix the MusicBrainz search not taking into account
|
||||
the album/recording aliases
|
||||
- :doc:`/plugins/spotify`: Fix the issue with that every query to spotify was
|
||||
ascii encoded. This resulted in bad matches for queries that contained special
|
||||
e.g. non latin characters as 盗作. If you want to keep the legacy behavior set
|
||||
|
|
|
|||
Loading…
Reference in a new issue