Releases: svandragt/plex-janitor
Releases · svandragt/plex-janitor
Release list
1.0.2
Highlights
- Require Python 3.10+, resolving 4 Dependabot security alerts (urllib3, requests, pytest) whose patched releases had dropped 3.9 support
- Fix
clean_tvrelying 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.iniis 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 - Documented the release process in RELEASING.md