Skip to content

Commit 7fd1788

Browse files
Version 1.4.9
1 parent e0e5dbc commit 7fd1788

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

README-cn.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@
104104

105105
更新日志
106106
----------
107+
**2020-01-26 周日**: 1.4.9 版本。
108+
109+
* 添加了 `free_space` 条件(最小剩余空间)。
110+
107111
**2020-01-07 周二**: 1.4.8 版本。
108112

109113
* 修复了在 qBittorrent v4.2.1 中不能删除种子的问题。对造成的不便深感抱歉。 (#53)

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ Screenshot
108108

109109
Changelog
110110
----------
111+
**Sun, 26 Jan 2020**: Version 1.4.9.
112+
113+
* Add `free_space` condition.
114+
111115
**Tue, 7 Jan 2020**: Version 1.4.8.
112116

113117
* Fix bug that cannot delete torrents in qBittorrent v4.2.1+. Sorry for any inconvenience. (#53)

autoremovetorrents/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#-*- coding:utf-8 -*-
22

33
# Current autoremove-torrents version
4-
__version__ = '1.4.8'
4+
__version__ = '1.4.9'

0 commit comments

Comments
 (0)