Update versions: plugin to 0.5.0a, fuzzy_matcher to 25.314.1907
- Update plugin.py version from 0.6.0 to 0.5.0a - Update fuzzy_matcher.py version to 25.314.1907 (Nov 10, 2025 19:07) - Update all references to v0.6.0 in README.md to v0.5.0a
This commit is contained in:
@@ -11,7 +11,7 @@ import logging
|
||||
from glob import glob
|
||||
|
||||
# Version: YY.DDD.HHMM (Julian date format: Year.DayOfYear.Time)
|
||||
__version__ = "25.313.1157"
|
||||
__version__ = "25.314.1907"
|
||||
|
||||
# Setup logging
|
||||
LOGGER = logging.getLogger("plugins.fuzzy_matcher")
|
||||
|
||||
@@ -31,7 +31,7 @@ class Plugin:
|
||||
"""Dispatcharr Stream-Mapparr Plugin"""
|
||||
|
||||
name = "Stream-Mapparr"
|
||||
version = "0.6.0"
|
||||
version = "0.5.0a"
|
||||
description = "🎯 Automatically add matching streams to channels based on name similarity and quality precedence with enhanced fuzzy matching"
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user