mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 14:03:12 +01:00
Changelog for #2814
This commit is contained in:
parent
305f9f2dfb
commit
bbadb5f5e1
1 changed files with 5 additions and 0 deletions
|
|
@ -46,6 +46,11 @@ Fixes:
|
|||
* Avoid a crash when importing a non-ASCII filename when using an ASCII locale
|
||||
on Unix under Python 3.
|
||||
:bug:`2793` :bug:`2803`
|
||||
* Convert plugin now runs before all others in the pipeline to solve an issue
|
||||
with generating ReplayGain data incompatible between the source and target
|
||||
file formats. This option to request (part of) your plugin to run early in the
|
||||
pipeline has been exposed in the plugin API as well (```early_import_stages```).
|
||||
Thanks to :user:`autrimpo`.
|
||||
|
||||
|
||||
1.4.6 (December 21, 2017)
|
||||
|
|
|
|||
Loading…
Reference in a new issue