From 900da1ba4fb60c295eef5f6885b6c3c933b3a0d5 Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Mon, 8 Sep 2025 12:18:53 -0400 Subject: [PATCH] feat: Enhanced Radarr import detection with flexible path matching and improved logging --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd28ce2..975e7db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [0.3.5] - 2024-03-19 +## [0.3.5] - 2025-09-08 ### Changed - Improved Radarr import detection to handle more cases - Added support for downloadFolderImported events @@ -12,12 +12,12 @@ All notable changes to this project will be documented in this file. - Added fuzzy title matching by removing articles - Reduced debug noise by only logging relevant matches -## [0.3.4] - 2024-03-19 +## [0.3.4] - 2025-09-08 ### Changed - Added downloadFolderImported event support - Improved path matching flexibility -## [0.3.3] - 2024-03-19 +## [0.3.3] - 2025-09-08 ### Changed - Added flexible path matching - Added sourcePath support