Skip to content

v0.4.9-ls5

Compare
Choose a tag to compare
@LinuxServer-CI LinuxServer-CI released this 21 Nov 10:20
· 272 commits to master since this release

LinuxServer Changes:

Initial release.
mylar3 Changes:

  • Try / Except handling around the main aspects of the search and weeklypull modules, which should make every traceback therein not queue-ending (meaning even after the error, the searches can continue as if they never happened).

  • Added a special popup in the Logs tab (History / View Logs / Exceptions / Tracebacks) where all recorded tracebacks are logged - ability to view specifics, delete entries, and view log snippets pertaining to that specific traceback error, just prior to the error occuring.

  • Fixed a problem with DDL provider being lower-cased which might have resulted in some missed searched calls.

  • Formatted entire search.py file with black to conform to a soft-line limit of 88.

  • linted search.py with flake8

  • Changed table name from exceptions to exceptions_log

  • FIX: startup logger problems on non-English systems, fixed a carepackage problem for new installations

  • FIX: (#525) SABNZBD host address incorrectly referenced

  • FIX: small OPDS fixes

(plus a shitstorm of git merges to get everything back in sync between the 2 branches again)