You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closes#157#173#182#186
* docs: add description of version 1.5.5
* docs: update README
* release: version 1.5.5
* fix: typos in previous version description
- 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.
121
-
- Since there are no configurations relying on this status, we remove it.
117
+
* Fix the compatibility issues in qBittorrent 4.5 and later. (#157) (#173) (#174) (#182) (#186) Thanks to @Siriussee!
118
+
- See the API changes in qbittorrent/qBittorrent#17563.
- It won't remove those torrents that have never been active anymore.
125
-
- These torrents that have never been active can be removed by the following configuration:
126
-
+ ``last_activity: never`` or ``last_activity: none`` for ``last_activity`` condition.
127
-
+ ``last_activity = never`` or ``last_activity = none`` for ``remove`` expression.
128
-
129
-
Features
130
-
+++++++++
131
-
132
-
* Add ``remove-slow-upload-seeds`` and ``remove-fast-upload-seeds`` in actions. (#127) Thanks to @vincent906!
133
-
* Support equality (``=``) comparison in remove expression.
134
-
* Add downloading time condition. (#88) Thanks to @dantebarba!
135
-
136
-
Fix
137
-
++++
138
-
139
-
* Fix a bug that Downloaded/Uploaded Size conditions and ``free_space``/``remote_free_space`` cannot handle decimals correctly. (#133) Thanks to @sfwn!
140
-
* Fix a bug that ``last_activity`` condition doesn't work in Deluge 2.0.3 and above. (#119)
120
+
We also fix the unittest workflow for the lastest qBittorrent. Thanks to @amefs!
0 commit comments