Skip to content

Releases: nzbgetcom/Extension-FailureLink

Version 3.1

13 Mar 12:28
ade6f72
Compare
Choose a tag to compare

What's Changed

  • replaced 'cgi' with 'EmailMessage' due to deprication in Python3.13;
  • fixed a TypeError: "a bytes-like object is required, not 'str'";
  • fixed xml parsing;
  • use 'unittest' instead of custom framework.

Version 3.0

17 Jan 13:04
07e5603
Compare
Choose a tag to compare
  • migration from a file header config definition to a manifest.json-based configuration
  • works with NZBGet v23 and above
  • no longer works with NZBGet v22 and below

Version 2.0

15 Dec 09:56
6771bf0
Compare
Choose a tag to compare

What's Changed

  • added compatibility with Python 3.9.x and above
  • added tests
  • updated README