From 176661bbf8db56d70cbd4c72fe616d35cf75b007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Fri, 22 Nov 2024 07:18:14 +0000 Subject: [PATCH] Changelog notes need to go under Unreleased --- docs/changelog.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 83d4db7cb6..d3a12ceef0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,10 +7,20 @@ Unreleased ---------- New features: + +* :doc:`/plugins/substitute`: Allow the replacement string to use capture groups + from the match. It is thus possible to create more general rules, applying to + many different artists at once. + Bug fixes: For packagers: + Other changes: +* Changed `bitesize` label to `good first issue`. Our + [contribute](https://github.com/beetbox/beets/contribute) page is now + automatically populated with these issues. :bug:`4855` + 2.1.0 (November 22, 2024) ------------------------- @@ -31,9 +41,6 @@ New features: * Beets now uses ``platformdirs`` to determine the default music directory. This location varies between systems -- for example, users can configure it on Unix systems via ``user-dirs.dirs(5)``. -* :doc:`/plugins/substitute`: Allow the replacement string to use capture groups - from the match. It is thus possible to create more general rules, applying to - many different artists at once. Bug fixes: @@ -103,9 +110,6 @@ Other changes: calculate the bpm. Previously this import was being done immediately, so every ``beet`` invocation was being delayed by a couple of seconds. :bug:`5185` -* Changed `bitesize` label to `good first issue`. Our - [contribute](https://github.com/beetbox/beets/contribute) page is now - automatically populated with these issues. :bug:`4855` 2.0.0 (May 30, 2024) --------------------