Releases: dchang0/torrentwatch-xa
1.2.0 Can add torrent using torrent hash found in URL if unable to retrieve torrent file
1.2.0 can add a torrent using a torrent hash found in the URL if it is unable to retrieve a torrent file. This ability is useful for feeds that use torrent caches protected by DDoS blockers like CloudFlare.
1.1.0 Fixed very bad but rare bug with config file getting reset to defaults; new bulk Favorites importer in alpha testing
1.1.0 fixes a very bad but rare bug with the config file getting partially overwritten with default settings.
New in alpha: a command-line bulk Favorites importer that imports Tab-Separated Values files directly into your Favorites. See USAGE page for instructions on how to use this new feature.
1.1.0 also adds the Configure > Interface > Check for Updates checkbox to turn on or off version checking.
1.0.0 Much easier changing install paths; major JQuery 3 bug fixes
1.0.0 makes it much easier to change the install paths. The upgrade to JQuery 3 introduced some bugs that were fixed, including a slow memory leak.
0.9.0 Improved Hide List and simplified Deep Directories
0.9.0 has an improved Hide List and simplified Deep Directories feature, writes to the config file less often and writes to the log file earlier in its run, and starts the transition from JQuery 1.12.4 to 3.x.
0.8.0 Switched config file to JSON format; Episode Filter uses new season and episode notation; added Detected Resolutions Only
Major switch of config file from Windows INI format to JSON format.
Episode Filter now uses new season and episode notation.
Added Detected Resolutions Only option to Configure > Favorites > New Add to Favorites Get:
0.7.0 Completed all season and episode pattern detectors
Finished adding all season and episode pattern detectors to the matching engine; anything that fails detection is most likely a bug.
Added PROPER/REPACK item version handling.
Added ability to save magnet links into .magnet files.
Improved global to child inheritance behaviors.
Tested entire product successfully on Fedora Server 25 (in alpha and not officially supported).
0.6.0 Major rewrite of getClientData and processClientData Javascript to improve Transmission filter view
Rewrite of getClientData and processClientData creates two-way sync between Transmission view and transmission-daemon so that all items, including those not added by torrentwatch-xa, are seen and manageable by either side. Item states were revamped as part of the rewrite.
Added Also Save Torrents File improvements.
Improved look and fixed annoyances of web UI.
0.5.0 Auto-Del Seeded Torrents implemented in twxacli.php and only auto-deletes items in cache
Auto-Del Seeded Torrents is now also implemented in twxacli.php so that completed downloads that have been fully seeded can be automatically removed by the cron job even if the web UI is not running. Also, Auto-Del Seeded Torrents now checks the download cache and will not delete items not found in the cache; this prevents torrentwatch-xa from deleting torrents that were added to Transmission outside of torrentwatch-xa.
The Favorite Qualities filter in RegExp Matching Style now uses the regexp .* instead of the word "All" to match all video qualities. Also, when Add to Favorites is used to create a new Favorite, the Qualities filter is populated more intelligently depending on Matching Style.
0.4.1 Renamed paths to remove "rss_"; removed unused functionality
Renamed paths to remove "rss_" in order to reflect the possibility of Atom feeds. Finally removed unused functionality, much of which was commented out long ago.
0.4.0 Massive changes to season and episode detection engine
Resumed the transition from the old season and episode engine to the new one, resulting in several new features including the ability to match and auto-download batches and print media. See CHANGELOG.md and README.md for an explanation of all the changes.