Skip to content

Releases: svandragt/plex-janitor

1.0.2

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

1.0.1

Choose a tag to compare

@svandragt svandragt released this 04 Aug 10:10
af086ce
  • MIT license added
  • Cleanup output

1.0.0

Choose a tag to compare

@svandragt svandragt released this 25 Jun 23:53
9a4a4b5
Update readme.md