From 7207699b1a9923a2969a1b68d473ec2aeeda4343 Mon Sep 17 00:00:00 2001 From: Maxr1998 Date: Wed, 4 Oct 2023 13:47:15 +0200 Subject: [PATCH] Add advancedrewrite plugin to changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ccd318e9e..52534ea25 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -137,6 +137,8 @@ New features: * :doc:`/plugins/fetchart`: Fix the error with CoverArtArchive where no cover would be found when the `maxwidth` option matches a pre-sized thumbnail size, but no thumbnail is provided by CAA. We now fallback to the raw image. +* :doc:`/plugins/advancedrewrite`: Add an advanced version of the `rewrite` + plugin which allows to replace fields based on a given library query. Bug fixes: