Skip to content

v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Aug 17:15
· 9 commits to main since this release

0.6.0 - 2025-08-22

🐛 Bug Fixes

  • 670f83c Self.files is sorted, so we don't need to sort again
  • c1faf08 Use string slice in split_filename_at_extension
  • e9074df InvalidNzbError.repr
  • 58b9649 Slightly better error messages
  • 539fd26 Refactor stem and extension extractor
  • 82fc9cd More robust extension and stem parser
  • 8dcd066 Use endswith() instead of regex to check for par2
  • 0b39324 Reduce caching
  • cd74d21 Ensure nzb has atleast one non-par2 file
  • e20da74 Implement a basic "natsort" for Nzb.files

⚙️ Chores