Skip to content

Commit 186aeec

Browse files
Version 1.4.5
1 parent 88e984b commit 186aeec

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+
**2019-06-06 周四**: 1.4.5 版本。
108+
109+
* 添加了 `StalledUpload` 与 `StalledDownload` 状态。
110+
107111
**2019-05-22 周三**: 1.4.4 版本。
108112

109113
* 修复了当 `seed_size` / `maximum_number` 条件与 `ratio` / `create_time` / `seeding_time` 条件同时使用时任务会失败的问题。(#33)

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+
**Thu, 6 Jun 2019**: Version 1.4.5.
112+
113+
* Added status `StalledUpload` and `StalledDownload`. (#34)
114+
111115
**Wed, 22 May 2019**: Version 1.4.4.
112116

113117
* Fixed a bug that when condition `seed_size` / `maximum_number` is used together with condtion `ratio` / `create_time` / `seeding_time`, the task will fail. (#33)

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.4'
4+
__version__ = '1.4.5'

0 commit comments

Comments
 (0)