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
orlast_activity: none
forlast_activity
condition.last_activity = never
orlast_activity = none
forremove
expression.
Features
- Add
remove-slow-upload-seeds
andremove-fast-upload-seeds
in actions. (#127) Thanks to @vincent906! - Support equality (
=
) comparison in remove expression. - Add downloading time condition. (#88) Thanks to @dantebarba!