Skip to content

Releases: dchang0/torrentwatch-xa

Added and fixed many pattern detection algorithms

29 Sep 05:31
Compare
Choose a tag to compare

Added and fixed many pattern detection algorithms since 1.9.1.

Super-Favorites have Episode filters

14 Jan 12:58
Compare
Choose a tag to compare

Super-Favorites now have the Episode filter.

Favorites and Super-Favorites dialogs stay pinned open until closed

30 Oct 05:38
Compare
Choose a tag to compare

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!

26 Sep 21:15
Compare
Choose a tag to compare

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

06 Aug 07:09
Compare
Choose a tag to compare

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

08 Jun 04:44
Compare
Choose a tag to compare

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

01 Dec 07:09
Compare
Choose a tag to compare

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

10 Jul 02:00
Compare
Choose a tag to compare

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

08 Nov 21:41
Compare
Choose a tag to compare

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

02 Nov 21:07
Compare
Choose a tag to compare

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.