mirror of
https://github.com/beetbox/beets.git
synced 2026-01-18 14:11:35 +01:00
Changelog entry for pseudo-field queries
This commit is contained in:
parent
7efc67eb03
commit
420772ea49
1 changed files with 8 additions and 0 deletions
|
|
@ -144,6 +144,14 @@ Fixes:
|
|||
|
||||
.. _python-itunes: https://github.com/ocelma/python-itunes
|
||||
|
||||
For developers:
|
||||
|
||||
* In addition to prefix-based field queries, plugins can now define *named
|
||||
queries* that are not associated with any specific field.
|
||||
For example, the new :doc:`/plugins/playlist` supports queries like
|
||||
``playlist:name`` although there is no field named ``playlist``.
|
||||
See :ref:`extend-query` for details.
|
||||
|
||||
|
||||
1.4.7 (May 29, 2018)
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue