From fbe9495bdd4d1ca42805aae3ba606c4d8a6bd1cb Mon Sep 17 00:00:00 2001 From: spaceage64 <115997715+spaceage64@users.noreply.github.com> Date: Tue, 10 Mar 2026 00:22:23 +0100 Subject: [PATCH] Pulled latest changelog and added my entry to 'Unreleased > Bug fixes' section. --- docs/changelog.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 32cccf429..4a944484f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,9 @@ Unreleased Bug fixes ~~~~~~~~~ +- :ref:`replace`: Made ``drive_sep_replace`` regex logic more precise to prevent + edge-case mismatches (e.g., a song titled "1:00 AM" would incorrectly be + considered a Windows drive path). - :doc:`plugins/fish`: Fix AttributeError. :bug:`6340` .. @@ -87,9 +90,6 @@ New features Bug fixes ~~~~~~~~~ -- :ref:`replace`: Made ``drive_sep_replace`` regex logic more precise to prevent - edge-case mismatches (e.g., a song titled "1:00 AM" would incorrectly be - considered a Windows drive path). - :doc:`plugins/ftintitle`: Fix handling of multiple featured artists with ampersand. - :doc:`plugins/zero`: When the ``omit_single_disc`` option is set, @@ -109,9 +109,6 @@ Bug fixes ``duplicate_action`` config options were silently ignored for as-is imports. - :doc:`/plugins/convert`: Fix extension substitution inside path of the exported playlist. -- :ref:`replace`: Made ``drive_sep_replace`` regex logic more precise to prevent - edge-case mismatches (e.g., a song titled "1:00 AM" would incorrectly be - considered a Windows drive path). For plugin developers ~~~~~~~~~~~~~~~~~~~~~