You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require Python 3.10+, resolving 4 Dependabot security alerts (urllib3, requests, pytest) whose patched releases had dropped 3.9 support
Fix clean_tv relying on unguaranteed collection sort order — episodes are now sorted by season/episode number before applying the keep-last-watched logic, preventing the wrong episode from being deleted
Warn on an unrecognized delete-action argument instead of silently dry-running
Clear error message instead of a raw traceback when config.ini is missing or has no [Plex] section
Migrated to uv, added a test suite and CI (ruff, pytest, pip-audit), and Dependabot auto-merge for patch/minor bumps