From 83e34322e911ab3e3a74751442edea36ab31ef7b Mon Sep 17 00:00:00 2001 From: Bruno Cauet Date: Tue, 17 Feb 2015 13:13:30 +0100 Subject: [PATCH] Update changelog & docs --- docs/changelog.rst | 1 + docs/reference/query.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 329770102..6b9c57781 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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` diff --git a/docs/reference/query.rst b/docs/reference/query.rst index 7dc79461a..af676a50d 100644 --- a/docs/reference/query.rst +++ b/docs/reference/query.rst @@ -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: