Skip to content

Commit a440e44

Browse files
committed
Proofread the changelog
1 parent da4bd64 commit a440e44

File tree

2 files changed

+42
-37
lines changed

2 files changed

+42
-37
lines changed

docs/changelog.rst

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,73 +4,74 @@ Changelog
44
1.3.18 (in development)
55
-----------------------
66

7+
The ``echonest`` plugin has been removed in this version because the API it
8+
used is `shutting down`_. You might want to try the
9+
:doc:`/plugins/acousticbrainz` instead.
10+
11+
.. _shutting down: https://developer.spotify.com/news-stories/2016/03/29/api-improvements-update/
12+
713
New features:
814

9-
* :doc:`/plugins/convert`: A new `album_art_maxwidth` lets you resize album
10-
art while copying it.
15+
* :doc:`/plugins/convert`: A new `album_art_maxwidth` setting lets you resize
16+
album art while copying it.
1117
* :doc:`/plugins/convert`: Make `extension` optional for conversion formats.
18+
By default, the extension is the same as the name of the configured format.
1219
* :doc:`/plugins/importadded`: A new `preserve_write_mtimes` option
13-
lets you preserve mtime of files after each write.
14-
* :doc:`/plugins/lyrics`: The plugin can now translate the fetched lyrics to a
15-
configured `bing_lang_to` langage. Enabling translation require to register
16-
for a Microsoft Azure Marketplace free account. Thanks to :user:`Kraymer`.
20+
lets you preserve mtime of files even when beets updates their metadata.
21+
* :doc:`/plugins/lyrics`: The plugin can now translate the fetched lyrics to
22+
your native language using the Bing translation API. Thanks to
23+
:user:`Kraymer`.
1724
* :doc:`/plugins/fetchart`: Album art can now be fetched from `fanart.tv`_.
18-
Albums are matched using the ``mb_releasegroupid`` tag.
19-
* :doc:`/plugins/fetchart`: The ``enforce_ratio`` option was enhanced and now
20-
allows specifying a certain deviation that a valid image may have from being
21-
exactly square.
25+
* :doc:`/plugins/fetchart`: The `enforce_ratio` option now lets you tolerate
26+
images that are *almost* square but differ slightly from an exact 1:1
27+
aspect ratio.
2228
* :doc:`/plugins/fetchart`: The plugin can now optionally save the artwork's
23-
source in a flexible field; for a usecase see the documentation.
24-
* :doc:`/plugins/export`: A new plugin to export the data from queries to a
25-
json format. Thanks to :user:`GuilhermeHideki`.
26-
* :doc:`/reference/pathformat`: new functions: %first{} and %ifdef{}
27-
* :doc:`/reference/config`: option ``terminal_encoding`` now works for some
28-
inputs
29-
* New :doc:`/plugins/hook` that allows commands to be executed when an event is
30-
emitted by beets. :bug:`1561` :bug:`1603`
31-
* :doc:`/reference/config`: New ``ignore_hidden`` configuration option allowing
32-
platform-specific hidden files to be ignored on import.
33-
* :doc:`/reference/config`: option ``ignore`` now includes ``lost+found``
34-
directory by default
29+
source in an attribute in the database.
30+
* The new :doc:`/plugins/export` can export data from beets' database as
31+
JSON. Thanks to :user:`GuilhermeHideki`.
32+
* There are two new functions for use in templates: ``%first`` and ``%ifdef``.
33+
See :ref:`template-functions`.
34+
* The :ref:`terminal_encoding` configuration option can now also override the
35+
*input* encoding. (Previously, it only affected the encoding of the standard
36+
*output* stream.)
37+
* The new :doc:`/plugins/hook` lets you execute commands in response to beets
38+
events.
39+
* A new :ref:`ignore_hidden` configuration option lets you ignore files that
40+
your OS marks as invisible.
3541
* :doc:`/plugins/web`: A new `values` endpoint lets you get the distinct values
3642
of a field. Thanks to :user:`sumpfralle`. :bug:`2010`
3743

3844
.. _fanart.tv: https://fanart.tv/
3945

4046
Fixes:
4147

42-
* Fix a problem with the :ref:`stats-cmd` in exact mode when filenames on
43-
Windows use non-ASCII characters. :bug:`1891`
48+
* Fix a problem with the :ref:`stats-cmd` command in exact mode when filenames
49+
on Windows use non-ASCII characters. :bug:`1891`
4450
* Fix a crash when iTunes Sound Check tags contained invalid data. :bug:`1895`
4551
* :doc:`/plugins/mbcollection`: The plugin now redacts your MusicBrainz
4652
password in the ``beet config`` output. :bug:`1907`
4753
* :doc:`/plugins/scrub`: Fix an occasional problem where scrubbing on import
48-
could undo the ``id3v23`` setting. :bug:`1903`
54+
could undo the :ref:`id3v23` setting. :bug:`1903`
4955
* :doc:`/plugins/lyrics`: Add compatibility with some changes to the
5056
LyricsWiki page markup. :bug:`1912` :bug:`1909`
51-
* :doc:`/plugins/lyrics`: Also fix retrieval from Musixmatch and the way we
52-
guess the URL for lyrics. :bug:`1880`
57+
* :doc:`/plugins/lyrics`: Fix retrieval from Musixmatch by improving the way
58+
we guess the URL for lyrics on that service. :bug:`1880`
5359
* :doc:`/plugins/edit`: Fail gracefully when the configured text editor
5460
command can't be invoked. :bug:`1927`
5561
* :doc:`/plugins/fetchart`: Fix a crash in the Wikipedia backend on non-ASCII
5662
artist and album names. :bug:`1960`
57-
* :doc:`/plugins/convert`: Change default `ogg` encoding quality from 2 to 3
58-
(to fit the default from the `oggenc(1)` manpage). :bug:`1982`
63+
* :doc:`/plugins/convert`: Change the default `ogg` encoding quality from 2 to
64+
3 (to fit the default from the `oggenc(1)` manpage). :bug:`1982`
5965
* :doc:`/plugins/convert`: The `never_convert_lossy_files` option now
6066
considers AIFF a lossless format. :bug:`2005`
6167
* :doc:`/plugins/web`: A proper 404 error, instead of an internal exception,
6268
is returned when missing album art is requested. Thanks to
6369
:user:`sumpfralle`. :bug:`2011`
64-
* Handle more float edge cases in ``safe_cast``. :bug:`2014`
65-
66-
Other changes:
67-
70+
* Tolerate more malformed floating-point numbers in metadata tags. :bug:`2014`
71+
* The :ref:`ignore` configuration option now includes the ``lost+found``
72+
directory by default.
6873
* :doc:`/plugins/acousticbrainz`: AcousticBrainz lookups are now done over
6974
HTTPS. Thanks to :user:`Freso`. :bug:`2007`
70-
* The ``echonest`` plugin has been removed. The API is `shutting down`_.
71-
You might want to try the :doc:`/plugins/acousticbrainz` instead.
72-
73-
.. _shutting down: https://developer.spotify.com/news-stories/2016/03/29/api-improvements-update/
7475

7576

7677
1.3.17 (February 7, 2016)

docs/reference/config.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ have multiple paths, format them as a YAML list like so::
8383
- /path/one
8484
- /path/two
8585

86+
.. _ignore:
87+
8688
ignore
8789
~~~~~~
8890

@@ -92,6 +94,8 @@ Information``, ``lost+found`` (i.e., beets ignores Unix-style hidden files,
9294
backup files, and directories that appears at the root of some Linux and Windows
9395
filesystems).
9496

97+
.. _ignore_hidden:
98+
9599
ignore_hidden
96100
~~~~~~~~~~~~~
97101

0 commit comments

Comments
 (0)