@@ -4,17 +4,24 @@ Changelog
4
4
1.3.19 (in development)
5
5
-----------------------
6
6
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
+
7
14
New features:
8
15
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 `
15
16
* :doc: `/plugins/beatport `: This metadata source plugin has arisen from the
16
17
dead! It now works with Beatport's new OAuth-based API. Thanks to
17
18
: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 `
18
25
19
26
Some fixes for Windows:
20
27
@@ -25,24 +32,26 @@ Some fixes for Windows:
25
32
* :doc: `/plugins/fetchart `: The plugin should work more reliably with
26
33
non-ASCII paths.
27
34
28
- Fixes :
35
+ And other fixes :
29
36
30
37
* :doc: `/plugins/replaygain `: The ``bs1770gain `` backend now correctly
31
38
calculates sample peak instead of true peak. This comes with a major
32
39
speed increase. :bug: `2031 `
33
40
* :doc: `/plugins/lyrics `: Avoid a crash and a spurious warning introduced in
34
41
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.
36
43
* Fix a hard-coded path to ``bash-completion `` to work better with Homebrew
37
44
installations. Thanks to :user: `bismark `. :bug: `2038 `
38
45
* Fix a crash introduced in the previous version when the standard input was
39
46
connected to a Unix pipe. :bug: `2041 `
40
47
* 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 `
42
49
* :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
+
46
55
47
56
1.3.18 (May 31, 2016)
48
57
---------------------
0 commit comments