LinuxServer Changes:
Rebase to alpine 3.15.
mylar3 Changes:
Improvements
IMP: Provider column added to history table and better column lengths
IMP: Add CV issue link to Gotify pp notification (Android/PS client) (@scooterpsu)
IMP: Refined Mattermost Notifications - now with cover! (@Kaltenstein)
IMP: warnings/info section added to configuration page 1st tab:
- Will indicate if current pip requirements have been met, and if unrar is able to be located (and thereby used).
- If pip requirements not met, will indicate which module and why it wasn't met.
- Any warnings will turn the section box red to draw attention.
- Messages section will relay messages from a .release_messages file in the data_dir location if present
IMP: carepackage improvements:
- added release information where git branch, commit and version will now be written
- carepackage filename will now include the git commit and branch in the filename
- CLI option added to maintenance mode - maintenance -care or maintenance --carepackage
- CLI option will run outside of the GUI so that it's possible to generate a carepackage if the GUI won't start for some reason
Fixes
FIX:(#1201) Editing StoreDate field in series detail page would not retain value
FIX:(#1203) Carepackage would fail to generate properly outside of maintenance mode
FIX:(#1199) Annual span range showing incorrect dates when CV has no date data
FIX:(#1166) traceback error when updating series and CV is not responding
FIX:(#1181) CDH hard-coded category mapping:
- changed comics hard-coded category check to use user-defined sabnzbd category
- proper/better handling of no category defined for sabnzbd when using CDH and the directory option.
- correct api call to sabnzbd for status/fullstatus endpoint dependent on sabnzbd client version
- fixed incorrect e reference on Exception during CDH mapping (which would traceback if triggered).
FIX: duplication of downloads in history table (going forward)
FIX: cid mistakingly referenced druing series.json creation (reverted)
FIX: Account for alpha issue numbering
FIX: docker startup issues with requirements detection
FIX: pip req check would fail on docker installs and not display anything
FIX: Installation type now included in carepackage generation
FIX: Suppress unrar output during test check
FIX: Always return a value for release_messages, even if it's just empty/blank
FIX: post processor notification inclusion (missing some mattermost & gotify notif checks during post-processing)