mirror of
https://github.com/beetbox/beets.git
synced 2026-01-17 05:34:23 +01:00
Move changelog for #3237 to the right release
This commit is contained in:
parent
c82072aa80
commit
d778a5236b
1 changed files with 17 additions and 19 deletions
|
|
@ -4,7 +4,23 @@ Changelog
|
|||
1.5.0 (in development)
|
||||
----------------------
|
||||
|
||||
Changelog goes here!
|
||||
For plugin developers:
|
||||
|
||||
* `MediaFile`_ has been split into a standalone project. Where you used to do
|
||||
``from beets import mediafile``, now just do ``import mediafile``. Beets
|
||||
re-exports MediaFile at the old location for backwards-compatibility, but a
|
||||
deprecation warning is raised if you do this since we might drop this wrapper
|
||||
in a future release.
|
||||
|
||||
For packagers:
|
||||
|
||||
* Beets' library for manipulating media file metadata has now been split to a
|
||||
standalone project called `MediaFile`_, released as :pypi:`mediafile`. Beets
|
||||
now depends on this new package. Beets now depends on Mutagen transitively
|
||||
through MediaFile rather than directly, except in the case of one of beets'
|
||||
plugins (scrub).
|
||||
|
||||
.. _MediaFile: https://github.com/beetbox/mediafile
|
||||
|
||||
|
||||
1.4.9 (May 30, 2019)
|
||||
|
|
@ -41,24 +57,6 @@ Here's a note for packagers:
|
|||
|
||||
.. _NO_COLOR: https://no-color.org
|
||||
|
||||
For plugin developers:
|
||||
|
||||
* `MediaFile`_ has been split into a standalone project. Where you used to do
|
||||
``from beets import mediafile``, now just do ``import mediafile``. Beets
|
||||
re-exports MediaFile at the old location for backwards-compatibility, but a
|
||||
deprecation warning is raised if you do this since we might drop this wrapper
|
||||
in a future release.
|
||||
|
||||
For packagers:
|
||||
|
||||
* Beets' library for manipulating media file metadata has now been split to a
|
||||
standalone project called `MediaFile`_, released as :pypi:`mediafile`. Beets
|
||||
now depends on this new package. Beets now depends on Mutagen transitively
|
||||
through MediaFile rather than directly, except in the case of one of beets'
|
||||
plugins (scrub).
|
||||
|
||||
.. _MediaFile: https://github.com/beetbox/mediafile
|
||||
|
||||
|
||||
1.4.8 (May 16, 2019)
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue