Skip to content

Commit b3ca50a

Browse files
committed
Further sprucing of "major features"
1 parent 842dd5a commit b3ca50a

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

docs/changelog.rst

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,21 @@ on IRC from freenode to `Libera.Chat`_.
1919

2020
Major new features:
2121

22-
* A new :ref:`reflink` config option instructs the importer to create fast,
23-
copy-on-write file clones on filesystems that support them. Thanks to
24-
:user:`rubdos`.
2522
* Fields in queries now fall back to an item's album and check its fields too.
26-
Notably, this allows querying items by an album flex attribute, also in path
27-
configuration.
23+
Notably, this allows querying items by an album's attribute: in other words,
24+
``beet list foo:bar`` will not only find tracks with the `foo` attribute; it
25+
will also find tracks *on albums* that have the `foo` attribute. This may be
26+
particularly useful in the :ref:`path-format-config`, which matches
27+
individual items to decide which path to use.
2828
Thanks to :user:`FichteFoll`.
2929
:bug:`2797` :bug:`2988`
30+
* A new :ref:`reflink` config option instructs the importer to create fast,
31+
copy-on-write file clones on filesystems that support them. Thanks to
32+
:user:`rubdos`.
3033
* A new :doc:`/plugins/unimported` lets you find untracked files in your
3134
library directory.
32-
* The :doc:`/plugins/aura` has arrived!
35+
* The :doc:`/plugins/aura` has arrived! Try out the future of remote music
36+
library access today.
3337
* We now fetch information about `works`_ from MusicBrainz.
3438
MusicBrainz matches provide the fields ``work`` (the title), ``mb_workid``
3539
(the MBID), and ``work_disambig`` (the disambiguation string).
@@ -53,10 +57,8 @@ Major new features:
5357
queries that ignore accented characters, treating them as though they
5458
were plain ASCII characters. Use the ``#`` prefix with :ref:`list-cmd` or
5559
other commands. :bug:`3882`
56-
* :doc:`/plugins/fetchart`: Album art can now be fetched from `last.fm`_.
60+
* :doc:`/plugins/fetchart`: The plugin can now get album art from `last.fm`_.
5761
:bug:`3530`
58-
* ``beet remove`` now also allows interactive selection of items from the query,
59-
similar to ``beet modify``.
6062
* :doc:`/plugins/web`: The API now supports the HTTP `DELETE` and `PATCH`
6163
methods for modifying items.
6264
They are disabled by default; set ``readonly: no`` in your configuration
@@ -65,6 +67,8 @@ Major new features:
6567

6668
Other new things:
6769

70+
* ``beet remove`` now also allows interactive selection of items from the query,
71+
similar to ``beet modify``.
6872
* Enable HTTPS for MusicBrainz by default and add configuration option
6973
`https` for custom servers. See :ref:`musicbrainz-config` for more details.
7074
* :doc:`/plugins/mpdstats`: Add a new `strip_path` option to help build the

0 commit comments

Comments
 (0)