mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 21:12:43 +01:00
Clean up changelog (ready for release?)
This commit is contained in:
parent
4634c7a9b8
commit
0c839ae235
1 changed files with 24 additions and 28 deletions
|
|
@ -6,49 +6,45 @@ Changelog
|
|||
|
||||
As of this release, the beets project has some new Internet homes! Our new
|
||||
domain name is `beets.io`_, and we have a shiny new GitHub organization:
|
||||
`Beetbox`_.
|
||||
`beetbox`_.
|
||||
|
||||
New:
|
||||
|
||||
* A new :doc:`/plugins/acousticbrainz` fetches acoustic-analysis information
|
||||
from the `AcousticBrainz`_ project. Thanks to :user:`opatel99`, and thanks
|
||||
to `Google Code-In`_! :bug:`1784`
|
||||
* A new :doc:`/plugins/mbsubmit` lets you print music's current metadata in a
|
||||
format that the MusicBrainz data parser can understand. You can trigger it
|
||||
during an interactive import session. :bug:`1779`
|
||||
* A new ``--search-id`` importer option lets you manually specify
|
||||
IDs (i.e., MBIDs or Discogs IDs) for imported music. Doing this skips the
|
||||
initial candidate search, which can be important for huge albums where this
|
||||
initial lookup is slow.
|
||||
Also, the ``enter Id`` prompt choice now accepts several IDs, separated by
|
||||
spaces. :bug:`1808`
|
||||
* :doc:`/plugins/fetchart`: The Google Images backend has been restored. It
|
||||
now requires an API key from Google. Thanks to :user:`lcharlick`.
|
||||
:bug:`1778`
|
||||
* A new :doc:`/plugins/acousticbrainz` fetches acoustic-analysis information
|
||||
from the `AcousticBrainz`_ project. Thanks to :user:`opatel99`. :bug:`1784`
|
||||
* A new :doc:`/plugins/mbsubmit` lets you print the tracks of an album in a
|
||||
format parseable by MusicBrainz track parser during an interactive import
|
||||
session. :bug:`1779`
|
||||
* :doc:`/plugins/info`: A new option will print only fields' names and not
|
||||
their values. Thanks to :user:`GuilhermeHideki`. :bug:`1812`
|
||||
* A new ``--search-id`` importer option lets you specify one or several
|
||||
matching MusicBrainz/Discogs IDs directly, bypassing the default initial
|
||||
candidate search. Also, the ``enter Id`` prompt choice now accepts several
|
||||
IDs, separated by spaces. :bug:`1808`
|
||||
|
||||
.. _Google Code-In: https://codein.withgoogle.com/
|
||||
.. _AcousticBrainz: http://acousticbrainz.org/
|
||||
|
||||
Fixes:
|
||||
|
||||
* :doc:`/plugins/play`: Remove dead code. From this point on, beets isn't
|
||||
supposed and won't try to delete the playlists generated by ``beet play``
|
||||
(Note that although it was supposed to, beet didn't actually remove the
|
||||
generated ``.m3u`` files beforehand either.). If this is an issue for you, you
|
||||
might want to take a look at the ``raw`` config option of the
|
||||
:doc:`/plugins/play`. :bug:`1785`, :bug:`1600`
|
||||
* The :ref:`move-cmd` command does not display files whose path does not change
|
||||
anymore. :bug:`1583`
|
||||
* The :ref:`move-cmd` command no longer not prints filenames for files that
|
||||
don't actually need to be moved. :bug:`1583`
|
||||
* :doc:`/plugins/play`: Fix a regression in the last version where there was
|
||||
no default command. :bug:`1793`
|
||||
* :doc:`/plugins/lastimport`: Switched API method from library.getTracks to
|
||||
user.getTopTracks. This fixes :bug:`1574`, which was caused by the former API
|
||||
method being removed. Also moved from custom HTTP requests to using pylast
|
||||
library.
|
||||
* Fix typos. For the :doc:`/plugins/play`, the recommended configuration option
|
||||
to set the warning threshold is now ``warning_threshold`` (instead of
|
||||
``warning_treshold``) but backwards compatibility is preserved until the next
|
||||
major version so ``warning_treshold`` will still work. Thanks to
|
||||
:user:`JesseWeinstein`. :bug:`1802` :bug:`1803`
|
||||
* :doc:`/plugins/lyrics`: The Genius backend has been re-enabled.
|
||||
* :doc:`/plugins/lastimport`: The plugin now works again after being broken by
|
||||
some unannounced changes to the Last.fm API. :bug:`1574`
|
||||
* :doc:`/plugins/play`: Fixed a typo in a configuration option. The option is
|
||||
now ``warning_threshold`` instead of ``warning_treshold``, but we kept the
|
||||
old name around for compatibility. Thanks to :user:`JesseWeinstein`.
|
||||
:bug:`1802` :bug:`1803`
|
||||
* :doc:`/plugins/lyrics`: The Genius backend has been re-enabled (after being
|
||||
temporarily disabled in the last version).
|
||||
* :doc:`/plugins/edit`: Editing metadata now moves files, when appropriate
|
||||
(like the :ref:`modify-cmd` command). :bug:`1804`
|
||||
* The :ref:`stats-cmd` command no longer crashes when files are missing or
|
||||
|
|
|
|||
Loading…
Reference in a new issue