mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Revise changelog for #2814
This commit is contained in:
parent
6e23f9f91d
commit
d07c0ab85b
1 changed files with 11 additions and 4 deletions
|
|
@ -51,12 +51,19 @@ Fixes:
|
|||
querying for dates within a certain month would fail to match dates within
|
||||
hours of the end of that month.
|
||||
:bug:`2652`
|
||||
* 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```).
|
||||
* :doc:`/plugins/convert`: The plugin now runs before other plugin-provided
|
||||
import stages, which addresses an issue with generating ReplayGain data
|
||||
incompatible between the source and target file formats.
|
||||
:bug:`2814`
|
||||
Thanks to :user:`autrimpo`.
|
||||
|
||||
For developers:
|
||||
|
||||
* Plugins can now run their import stages *early*, before other plugins. Use
|
||||
the ``early_import_stages`` list instead of plain ``import_stages`` to
|
||||
request this behavior.
|
||||
:bug:`2814`
|
||||
|
||||
|
||||
1.4.6 (December 21, 2017)
|
||||
-------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue