@@ -4,19 +4,26 @@ Changelog
4
4
1.3.12 (in development)
5
5
-----------------------
6
6
7
+ This little update makes queries more powerful and removes a performance
8
+ bottleneck.
9
+
10
+ Packagers should also note a new dependency in this version: the `Jellyfish `_
11
+ Python library makes our text comparisons (a big part of the auto-tagging
12
+ process) go much faster.
13
+
7
14
New features:
8
15
9
- * The autotagger's matching algorithm should be a bit faster. We now
10
- use the `Jellyfish `_ library to compute string similarly, which is better
11
- optimized than our hand-rolled edit distance implementation. :bug: `1389 `
12
- * :doc: `/plugins/fetchart `: There are new settings to control what constitutes
13
- "acceptable" images. The `minwidth ` option constrains the minimum image
14
- width in pixels and the `enforce_ratio ` option requires that images be
15
- square. :bug: `1394 `
16
16
* Queries can now use **"or" logic **: if you use a comma to separate parts of a
17
17
query, items and albums will match *either * side of the comma. For example,
18
18
``beet ls foo , bar `` will get all the items matching `foo ` or matching
19
19
`bar `. See :ref: `combiningqueries `. :bug: `1423 `
20
+ * The autotagger's **matching algorithm is faster **. We now use the
21
+ `Jellyfish `_ library to compute string similarity, which is better optimized
22
+ than our hand-rolled edit distance implementation. :bug: `1389 `
23
+ * :doc: `/plugins/fetchart `: There are new settings to control what constitutes
24
+ **"acceptable" images **. The `minwidth ` option constrains the minimum image
25
+ width in pixels and the `enforce_ratio ` option requires that images be
26
+ square. :bug: `1394 `
20
27
* **Sorting is now case insensitive ** by default. This means that artists will
21
28
be sorted lexicographically regardless of case, e.g., *Bar foo Qux *.
22
29
Previously this would have resulted in *Bar Qux foo *. This behavior can be
@@ -25,8 +32,8 @@ New features:
25
32
26
33
Little fixes and improvements:
27
34
28
- * :doc: `/plugins/fetchart `: Remove hard size limit when fetching from the
29
- CoverArtArchive .
35
+ * :doc: `/plugins/fetchart `: Remove a hard size limit when fetching from the
36
+ Cover Art Archive .
30
37
* The output of the :ref: `fields-cmd ` command is now sorted. Thanks to
31
38
:user: `multikatt `. :bug: `1402 `
32
39
* :doc: `/plugins/replaygain `: Fix a number of issues with the new
0 commit comments