Skip to content

Commit d87f921

Browse files
committed
Clean up changelog for release
1 parent 1263377 commit d87f921

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

docs/changelog.rst

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ Changelog
44
1.3.17 (in development)
55
-----------------------
66

7-
As of this release, the beets project has some new Internet homes! Our new
8-
domain name is `beets.io`_, and we have a shiny new GitHub organization:
7+
This release introduces one new plugin to fetch audio information from the
8+
`AcousticBrainz`_ project and another plugin to make it easier to submit your
9+
handcrafted metadata back to MusicBrainz.
10+
The importer also gained two oft-requested features: a way to skip the initial
11+
search process by specifying an ID ahead of time, and a way to *manually*
12+
provide metadata in the middle of the import process (via the
13+
:doc:`/plugins/edit`).
14+
15+
Also, as of this release, the beets project has some new Internet homes! Our
16+
new domain name is `beets.io`_, and we have a shiny new GitHub organization:
917
`beetbox`_.
1018

11-
New:
19+
Here are the big new features:
1220

1321
* A new :doc:`/plugins/acousticbrainz` fetches acoustic-analysis information
1422
from the `AcousticBrainz`_ project. Thanks to :user:`opatel99`, and thanks
@@ -28,25 +36,28 @@ New:
2836
from MusicBrainz (or another data source). This feature is still in its
2937
early stages, so please send feedback if you find anything missing.
3038
:bug:`1846` :bug:`396`
39+
40+
There are even more new features:
41+
3142
* :doc:`/plugins/fetchart`: The Google Images backend has been restored. It
3243
now requires an API key from Google. Thanks to :user:`lcharlick`.
3344
:bug:`1778`
3445
* :doc:`/plugins/info`: A new option will print only fields' names and not
3546
their values. Thanks to :user:`GuilhermeHideki`. :bug:`1812`
3647
* The :ref:`fields-cmd` command now displays flexible attributes.
3748
Thanks to :user:`GuilhermeHideki`. :bug:`1818`
38-
* The :ref:`modify-cmd` command lets you interactive select tracks to apply
39-
changes. :bug:`1843`
40-
* The :ref:`move-cmd` command accepts `-t`, `--timid` switch now to confirm
41-
or interactive select tracks process. :bug:`1843`
49+
* The :ref:`modify-cmd` command lets you interactively select which albums or
50+
items you want to change. :bug:`1843`
51+
* The :ref:`move-cmd` command gained a new ``--timid`` flag to print and
52+
confirm which files you want to move. :bug:`1843`
53+
* The :ref:`move-cmd` command no longer prints filenames for files that
54+
don't actually need to be moved. :bug:`1583`
4255

4356
.. _Google Code-In: https://codein.withgoogle.com/
4457
.. _AcousticBrainz: http://acousticbrainz.org/
4558

4659
Fixes:
4760

48-
* The :ref:`move-cmd` command no longer not prints filenames for files that
49-
don't actually need to be moved. :bug:`1583`
5061
* :doc:`/plugins/play`: Fix a regression in the last version where there was
5162
no default command. :bug:`1793`
5263
* :doc:`/plugins/lastimport`: The plugin now works again after being broken by
@@ -55,8 +66,6 @@ Fixes:
5566
now ``warning_threshold`` instead of ``warning_treshold``, but we kept the
5667
old name around for compatibility. Thanks to :user:`JesseWeinstein`.
5768
:bug:`1802` :bug:`1803`
58-
* :doc:`/plugins/lyrics`: The Genius backend has been re-enabled (after being
59-
temporarily disabled in the last version).
6069
* :doc:`/plugins/edit`: Editing metadata now moves files, when appropriate
6170
(like the :ref:`modify-cmd` command). :bug:`1804`
6271
* The :ref:`stats-cmd` command no longer crashes when files are missing or
@@ -65,11 +74,8 @@ Fixes:
6574
some versions of pyOpenSSL. :bug:`1805`
6675
* :doc:`/plugins/replaygain`: Fix an intermittent crash with the GStreamer
6776
backend. :bug:`1855`
68-
* :doc:`/plugins/lyrics`: In a continuing saga, the Genius API we use is down
69-
again, so it's been disabled by default *again*. We'll probably leave it
70-
disabled this time.
71-
* :doc:`/plugins/lastimport`: The plugin now works with the beets api key by
72-
default. This can be overridden in the plugin config.
77+
* :doc:`/plugins/lastimport`: The plugin now works with the beets API key by
78+
default. You can still provide a different key the configuration.
7379
* :doc:`/plugins/replaygain`: Fix a crash using the Python Audio Tools
7480
backend. :bug:`1873`
7581

0 commit comments

Comments
 (0)