Skip to content

1.0.2

Latest

Choose a tag to compare

@svandragt svandragt released this 03 Aug 21:46
1.0.2
c5ea875

Highlights

  • 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
  • Documented the release process in RELEASING.md