We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e5dbc commit 7fd1788Copy full SHA for 7fd1788
3 files changed
README-cn.rst
@@ -104,6 +104,10 @@
104
105
更新日志
106
----------
107
+**2020-01-26 周日**: 1.4.9 版本。
108
+
109
+* 添加了 `free_space` 条件(最小剩余空间)。
110
111
**2020-01-07 周二**: 1.4.8 版本。
112
113
* 修复了在 qBittorrent v4.2.1 中不能删除种子的问题。对造成的不便深感抱歉。 (#53)
README.rst
@@ -108,6 +108,10 @@ Screenshot
Changelog
+**Sun, 26 Jan 2020**: Version 1.4.9.
+* Add `free_space` condition.
114
115
**Tue, 7 Jan 2020**: Version 1.4.8.
116
117
* Fix bug that cannot delete torrents in qBittorrent v4.2.1+. Sorry for any inconvenience. (#53)
autoremovetorrents/version.py
@@ -1,4 +1,4 @@
1
#-*- coding:utf-8 -*-
2
3
# Current autoremove-torrents version
4
-__version__ = '1.4.8'
+__version__ = '1.4.9'
0 commit comments