mirror of
https://github.com/beetbox/beets.git
synced 2026-02-23 15:59:47 +01:00
Changelog entry for OR-operator
This commit is contained in:
parent
13eabe25dd
commit
0a4e8309fd
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ New features:
|
|||
* :doc:`/plugins/fetchart`: new settings `minwidth` and `enforce_ratio`
|
||||
to put restrictions (min width in pixels, and 1:1 image ratio, resp.)
|
||||
for valid album art candidates. :bug:`1394`
|
||||
* Queries can take the "OR"-operator in the form of a comma, e.g.,
|
||||
``beet ls foo , bar`` to get all items matching `foo` or matching `bar`.
|
||||
:bug:`1423`
|
||||
|
||||
Little fixes and improvements:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue