Skip to content

Commit

Permalink
Changelog for sorting (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Aug 22, 2014
1 parent eb579cf commit 132fad8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion docs/reference/query.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------

Expand All @@ -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.

0 comments on commit 132fad8

Please sign in to comment.