mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 05:23:05 +01:00
Update changelog & docs
This commit is contained in:
parent
eae98aff0e
commit
83e34322e9
2 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ Core changes:
|
|||
|
||||
Fixes:
|
||||
|
||||
* Path queries are case-sensitive on UNIX OSes. :bug:`1165`
|
||||
* :doc:`/plugins/lyrics`: Silence a warning about insecure requests in the new
|
||||
MusixMatch backend. :bug:`1204`
|
||||
* Fix a crash when ``beet`` is invoked without arguments. :bug:`1205`
|
||||
|
|
|
|||
|
|
@ -184,6 +184,8 @@ Note that this only matches items that are *already in your library*, so a path
|
|||
query won't necessarily find *all* the audio files in a directory---just the
|
||||
ones you've already added to your beets library.
|
||||
|
||||
Such queries are case-sensitive on UNIX and case-insensitive on Microsoft
|
||||
Windows.
|
||||
|
||||
.. _query-sort:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue