From 1a3ecc1ef41516a9fba2828bf62dbe19382d006b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Kocha=C5=84ski?= Date: Thu, 26 Aug 2021 13:38:56 +0200 Subject: [PATCH] Add to changelog. --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0e1cc30a5..3c8d199dd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,10 @@ Changelog This release now requires Python 3.6 or later (it removes support for Python 2.7, 3.4, and 3.5). +* A new :doc:`/plugins/fetchart` option to store cover art as non-progressive + image. Useful for DAPs that support progressive images. Set ``deinterlace: + yes`` in your configuration to enable. + 1.5.0 (August 19, 2021) -----------------------