mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 22:42:44 +01:00
Changelog for #4507
This commit is contained in:
parent
8baf3e302d
commit
1a73a4550a
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@ Bug fixes:
|
|||
* :doc:`/plugins/replaygain`: Avoid a crash when errors occur in the analysis
|
||||
backend.
|
||||
:bug:`4506`
|
||||
* We now use Python's defaults for command-line argument encoding, which
|
||||
should reduce the chance for errors and "file not found" failures when
|
||||
invoking other command-line tools, especially on Windows.
|
||||
:bug:`4507`
|
||||
* We now respect the Spotify API's rate limiting, which avoids crashing when the API reports code 429 (too many requests).
|
||||
:bug:`4370`
|
||||
* Fix implicit paths OR queries (e.g. ``beet list /path/ , /other-path/``)
|
||||
|
|
|
|||
Loading…
Reference in a new issue