Skip to content

Commit 6d619b6

Browse files
committed
Clean up the changelog for release
1 parent a7e9159 commit 6d619b6

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

docs/changelog.rst

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,24 @@ Changelog
44
1.3.19 (in development)
55
-----------------------
66

7+
This is primarily a bug fix release: it cleans up a couple of regressions that
8+
appeared in the last version. But it also features the triumphant return of the
9+
:doc:`/plugins/beatport` and a modernized :doc:`/plugins/bpd`.
10+
11+
It's also the first version where beets passes all its tests on Windows! May
12+
this herald a new age of cross-platform reliability for beets.
13+
714
New features:
815

9-
* A new ``--force`` option for :ref:`remove-cmd` allows removal of items
10-
without prompting beforehand. :bug:`2042`
11-
* A new importer configuration :ref:`duplicate_action` controls how
12-
duplicate albums or tracks treated in import task. :bug:`185`
13-
* :doc:`/plugins/bpd`: The plugin now uses the modern GStreamer 1.0 instead of
14-
the old 0.10. Thanks to :user:`philippbeckmann`. :bug:`2057` :bug:`2062`
1516
* :doc:`/plugins/beatport`: This metadata source plugin has arisen from the
1617
dead! It now works with Beatport's new OAuth-based API. Thanks to
1718
:user:`jbaiter`. :bug:`1989` :bug:`2067`
19+
* :doc:`/plugins/bpd`: The plugin now uses the modern GStreamer 1.0 instead of
20+
the old 0.10. Thanks to :user:`philippbeckmann`. :bug:`2057` :bug:`2062`
21+
* A new ``--force`` option for the :ref:`remove-cmd` command allows removal of
22+
items without prompting beforehand. :bug:`2042`
23+
* A new :ref:`duplicate_action` importer config option controls how duplicate
24+
albums or tracks treated in import task. :bug:`185`
1825

1926
Some fixes for Windows:
2027

@@ -25,24 +32,26 @@ Some fixes for Windows:
2532
* :doc:`/plugins/fetchart`: The plugin should work more reliably with
2633
non-ASCII paths.
2734

28-
Fixes:
35+
And other fixes:
2936

3037
* :doc:`/plugins/replaygain`: The ``bs1770gain`` backend now correctly
3138
calculates sample peak instead of true peak. This comes with a major
3239
speed increase. :bug:`2031`
3340
* :doc:`/plugins/lyrics`: Avoid a crash and a spurious warning introduced in
3441
the last version about a Google API key, which appeared even when you hadn't
35-
tried to enable the Google lyrics source.
42+
enabled the Google lyrics source.
3643
* Fix a hard-coded path to ``bash-completion`` to work better with Homebrew
3744
installations. Thanks to :user:`bismark`. :bug:`2038`
3845
* Fix a crash introduced in the previous version when the standard input was
3946
connected to a Unix pipe. :bug:`2041`
4047
* Fix a crash when specifying non-ASCII format strings on the command line
41-
with the ``-f`` option to many commands. :bug:`2063`
48+
with the ``-f`` option for many commands. :bug:`2063`
4249
* :doc:`/plugins/fetchart`: Determine the file extension for downloaded images
43-
based on the image's magic bytes and warn if result is not consistent with
44-
the server-supplied ``Content-Type`` header instead of
45-
hardcoding it to .jpg. :bug:`2053`
50+
based on the image's magic bytes. The plugin prints a warning if result is
51+
not consistent with the server-supplied ``Content-Type`` header. In previous
52+
versions, the plugin would use a ``.jpg`` extension for all images.
53+
:bug:`2053`
54+
4655

4756
1.3.18 (May 31, 2016)
4857
---------------------

0 commit comments

Comments
 (0)