From 6e3651ca3956947e7f1b8de5e1dcfdc62dde5832 Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Mon, 8 Sep 2025 12:16:59 -0400 Subject: [PATCH] feat: Enhanced Radarr import detection with flexible path matching --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cd28ce2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [Unreleased] + +## [0.3.5] - 2024-03-19 +### Changed +- Improved Radarr import detection to handle more cases +- Added support for downloadFolderImported events +- Enhanced path matching with better character cleaning +- Added fuzzy title matching by removing articles +- Reduced debug noise by only logging relevant matches + +## [0.3.4] - 2024-03-19 +### Changed +- Added downloadFolderImported event support +- Improved path matching flexibility + +## [0.3.3] - 2024-03-19 +### Changed +- Added flexible path matching +- Added sourcePath support +- Initial support for title/year matching \ No newline at end of file