Stream-Mapparr Plugin Changelog (v0.7.2 -> v0.7.3)
Matching Logic Improvements
- Implemented a length ratio check (75%) for substring matches to prevent partial word false positives (e.g., preventing "story" from matching "history").
- Added strict validation for numeric tokens; streams must now explicitly contain matching numbers if the channel name includes them (e.g., prevents "BBC1" from matching "CBBC").
Features
- Added the underlying FuzzyMatcher library version number to the header of generated CSV export files for better debugging.
Maintenance
- Updated the minimum required FuzzyMatcher version to 25.358.0200.