@@ -18,8 +18,6 @@ New features:
18
18
query, items and albums will match *either * side of the comma. For example,
19
19
``beet ls foo , bar `` will get all the items matching `foo ` or matching
20
20
`bar `. See :ref: `combiningqueries `. :bug: `1423 `
21
- * An experimental new :doc: `/plugins/metasync ` lets you get metadata from your
22
- favorite music players, starting with Amarok. :bug: `1386 `
23
21
* The autotagger's **matching algorithm is faster **. We now use the
24
22
`Jellyfish `_ library to compute string similarity, which is better optimized
25
23
than our hand-rolled edit distance implementation. :bug: `1389 `
@@ -29,8 +27,10 @@ New features:
29
27
up at the end of the list, after all the capital-letter artists.)
30
28
You can turn this new behavior off using the :ref: `sort_case_insensitive `
31
29
configuration option. See :ref: `query-sort `. :bug: `1429 `
30
+ * An experimental new :doc: `/plugins/metasync ` lets you get metadata from your
31
+ favorite music players, starting with Amarok. :bug: `1386 `
32
32
* :doc: `/plugins/fetchart `: There are new settings to control what constitutes
33
- ** "acceptable" images ** . The `minwidth ` option constrains the minimum image
33
+ "acceptable" images. The `minwidth ` option constrains the minimum image
34
34
width in pixels and the `enforce_ratio ` option requires that images be
35
35
square. :bug: `1394 `
36
36
@@ -55,8 +55,9 @@ Little fixes and improvements:
55
55
:bug: `1422 `
56
56
* Fix a crash when the importer cannot open its log file. Thanks to
57
57
:user: `barsanuphe `. :bug: `1426 `
58
- * Fix an error when writing fields called `date ` and `original_date ` (which
59
- are not built-in beets fields). :bug: `1404 `
58
+ * Fix an error when trying to write tags for items with flexible fields called
59
+ `date ` and `original_date ` (which are not built-in beets fields).
60
+ :bug: `1404 `
60
61
61
62
.. _Jellyfish : https://github.com/sunlightlabs/jellyfish
62
63
0 commit comments