Releases: nzbgetcom/Extension-FailureLink
Releases · nzbgetcom/Extension-FailureLink
Version 3.1
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
- 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
What's Changed
- added compatibility with Python 3.9.x and above
- added tests
- updated README