From 132fad847b0dabcbd1de911b8d2212e404392aef Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 22 Aug 2014 15:02:50 -0700 Subject: [PATCH] Changelog for sorting (#823) --- docs/changelog.rst | 2 +- docs/reference/query.rst | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 072dc57a6..53ed48e0d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,7 @@ Changelog 1.3.8 (in development) ---------------------- -Changelog goes here! +This release adds **sorting** to beets queries. See :ref:`query-sort`. 1.3.7 (August 22, 2014) diff --git a/docs/reference/query.rst b/docs/reference/query.rst index 7fdf14640..b85a03962 100644 --- a/docs/reference/query.rst +++ b/docs/reference/query.rst @@ -185,6 +185,8 @@ query won't necessarily find *all* the audio files in a directory---just the ones you've already added to your beets library. +.. _query-sort: + Sort Order ---------- @@ -207,6 +209,6 @@ You can also specify several sort orders, which will be used in the same order a which they appear in your query:: $ beet list -a genre+ year+ - + This command will sort all albums by genre and, in each genre, in chronological order.