Changelog for #4507

This commit is contained in:
Adrian Sampson 2022-10-01 17:30:53 -07:00
parent 8baf3e302d
commit 1a73a4550a
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705

View file

@ -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/``)