@@ -19,17 +19,21 @@ on IRC from freenode to `Libera.Chat`_.
19
19
20
20
Major new features:
21
21
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 `.
25
22
* 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.
28
28
Thanks to :user: `FichteFoll `.
29
29
: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 `.
30
33
* A new :doc: `/plugins/unimported ` lets you find untracked files in your
31
34
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.
33
37
* We now fetch information about `works `_ from MusicBrainz.
34
38
MusicBrainz matches provide the fields ``work `` (the title), ``mb_workid ``
35
39
(the MBID), and ``work_disambig `` (the disambiguation string).
@@ -53,10 +57,8 @@ Major new features:
53
57
queries that ignore accented characters, treating them as though they
54
58
were plain ASCII characters. Use the ``# `` prefix with :ref: `list-cmd ` or
55
59
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 `_.
57
61
:bug: `3530 `
58
- * ``beet remove `` now also allows interactive selection of items from the query,
59
- similar to ``beet modify ``.
60
62
* :doc: `/plugins/web `: The API now supports the HTTP `DELETE ` and `PATCH `
61
63
methods for modifying items.
62
64
They are disabled by default; set ``readonly: no `` in your configuration
@@ -65,6 +67,8 @@ Major new features:
65
67
66
68
Other new things:
67
69
70
+ * ``beet remove `` now also allows interactive selection of items from the query,
71
+ similar to ``beet modify ``.
68
72
* Enable HTTPS for MusicBrainz by default and add configuration option
69
73
`https ` for custom servers. See :ref: `musicbrainz-config ` for more details.
70
74
* :doc: `/plugins/mpdstats `: Add a new `strip_path ` option to help build the
0 commit comments