Releases: dchang0/torrentwatch-xa
Added and fixed many pattern detection algorithms
Super-Favorites have Episode filters
Super-Favorites now have the Episode filter.
Favorites and Super-Favorites dialogs stay pinned open until closed
The Favorites and Super-Favorites dialogs now stay pinned open until closed, making multiple Adds and Updates easier. Error message handling has been partially-consolidated on the Javascript side.
Super-Favorites!
Added major new feature, Super-Favorites, and removed some code deprecated by PHP 8.
Major rewrite of core functions to fix old bugs and complete magnet: link and torrent.gz support
Fixed old bugs, most of which only occurred when Client = "Save .torrent/magnet: Files in Folder." Completed magnet: link and .torrent.gz support. Improved .torrent file, .torrent.gz file, and magnet: link detection.
Replaced RSS feed parser with PicoFeed; revamped feed cache expiration
RSS feeds are now parsed with PicoFeed. Feed cache expiration has been revamped and maximum feed expiration reduced from just under 24 hours to just under 1 hour. Feed header bars now link to the feed websites.
Replaced Atom feed parser with PicoFeed
Atom feeds now work properly due to switching from the Atom parser that came from TorrentWatch-X with PicoFeed library.
1.4.1 Upgraded cookies to comply with coming Firefox security requirements
Replaced jquery.cookie.js with js-cookie.js so that cookies can comply with coming Firefox security requirements.
Upgraded jQuery from 3.3.1 to 3.5.1 while starting to switch from jQuery to ES5.
Minor code cleanup.
1.4.0 Revamped Configure > Feeds tab; added Configure > Trigger > From: Name and Configure > Trigger > HELO Override
Major revamp of Configure > Feeds.
Added Configure > Trigger > HELO Override and Configure > Trigger > From: Name inputs.
1.3.0 Added SMTP Test button and FromName override; removed HELO override
1.3.0 adds a Test button to the Configure>Trigger tab that validates the provided SMTP settings and attempts to send a test email. It provides the PHPMailer error message if it fails. The Test button does not save the settings.
The HELO is no longer specified or auto-generated, falling back on PHPMailer's default HELO.
FromName is now overridden by "torrentwatch-xa" regardless of the From: Email setting.