Skip to content

Releases: jerrymakesjelly/autoremove-torrents

Version 1.5.5

27 Apr 05:45
1fd5266
Compare
Choose a tag to compare

Changelog

Sat, 27 Apr 2024: Version 1.5.5.

We also fix the unittest workflow for the lastest qBittorrent. Thanks to @amefs!

Version 1.5.4

19 Jun 14:39
674e71f
Compare
Choose a tag to compare

Changes

  • Remove outgoing port status info. (#101) (#135)

    • We have confirmed a bug, which is, the outgoing port status checker will fail and report 'portTested: http error 400: Bad Request' when we are using Transmission and check the outgoing port status in IPv6 network.
    • Since there are no configurations relying on this status, we remove it.
  • Change last_activity's behaviour. (#93) (#98) (#109)

    • It won't remove those torrents that have never been active anymore.
    • These torrents that have never been active can be removed by the following configuration:
      • last_activity: never or last_activity: none for last_activity condition.
      • last_activity = never or last_activity = none for remove expression.

Features

  • Add remove-slow-upload-seeds and remove-fast-upload-seeds in actions. (#127) Thanks to @vincent906!
  • Support equality (=) comparison in remove expression.
  • Add downloading time condition. (#88) Thanks to @dantebarba!

Fix

  • Fix a bug that Downloaded/Uploaded Size conditions and free_space/remote_free_space cannot handle decimals correctly. (#133) Thanks to @sfwn!
  • Fix a bug that last_activity condition doesn't work in Deluge 2.0.3 and above. (#119)

Version 1.5.3

21 Jan 15:05
7b2b95b
Compare
Choose a tag to compare
  • Enable to output debug logs by specifying --debug or -d argument. (#76)
  • Fix API imcompatibility issue caused by the trailing / in host URL. (#81)
  • Add uploaded size and downloaded size conditions. (#79)

Version 1.5.2

28 Mar 03:55
23e12cc
Compare
Choose a tag to compare
  • Support Deluge. (#8)
  • Use batch delete to improve efficiency.
  • Fix multi-language support in config file. (#69)
  • Set the client names to be case-insensitive.

Version 1.5.1

01 Mar 10:02
Compare
Choose a tag to compare
  • Fix missing status StalledUpload and StalledDownload in version 1.5.0. (#66)

Version 1.5.0

28 Feb 10:30
Compare
Choose a tag to compare
  • Fix a problem: cannot login to client with numeric username or password. (#64)
  • Fix a problem: tasks could not be executed in a Transmission without label properties.
  • Fix a problem: removing conditions may not work for unlabeled and trackerless torrents.
  • Fix a problem: missing status Queued in μTorrent.
  • Add new status Error to filter status.
  • Add support for Transmission labels. (#24)
  • Add removing conditions: Maximum Download Speed max_downloadspeed and Minimum Upload Speed min_uploadspeed.
  • Add removing conditions: Maximum Average Download Speed max_average_downloadspeed and Minimum Average Upload Speed min_average_uploadspeed. (#49)
  • Add removing conditions: Maximum Torrent Size max_size. (#21)
  • Add removing conditions: Maximum Number of Seeders max_seeder and Minimum Number of Leechers min_leecher. (#62)
  • Add removing conditions: Maximum Number of Connected Seeders max_connected_seeder and Minimum Number of Connected Leechers min_connected_leecher.
  • Add a removing condition: Last Activity last_activity, which removes torrents without upload or download speed for a period of time. (#1) (#9)
  • Add a removing condition: Maximum Download Progress max_progress.
  • Add actions: add remove-active-seeds and remove-inactive-seeds to free_space, maximum_number and seed_size in order to try to remove active or inactive torrents based on the last active time. (#9)
  • Add a removing condition: Upload Ratio upload_ratio, which can remove torrents based on the ratio of uploaded size to torrent size. (#55)

Version 1.4.9

26 Jan 07:17
Compare
Choose a tag to compare

Add free_space condition.

Version 1.4.8

08 Jan 05:06
Compare
Choose a tag to compare

Fix bug that cannot delete torrents in qBittorrent v4.2.1+. (#53)

Version 1.4.7

06 Jan 13:28
Compare
Choose a tag to compare

Add support for new API in qBittorrent 4.2.1. (#46)

Version 1.4.6

17 Sep 03:02
Compare
Choose a tag to compare

Fix problem that the tracker filter needs to specific ports when the tracker URL includes port number. (#38)