Skip to content

Commit 1fab863

Browse files
Version 1.4.6
1 parent 04c2220 commit 1fab863

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-09-17 周二**: 1.4.6 版本。
108+
109+
* 修复了当 Tracker 的 URL 包含端口时,`tracker` 过滤器需要指定端口的问题。
110+
107111
**2019-06-06 周四**: 1.4.5 版本。
108112

109113
* 添加了 `StalledUpload` 与 `StalledDownload` 状态。

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+
**Tue, 17 Sep 2019**: Version 1.4.6.
112+
113+
* Fix problem that the tracker filter needs to specific ports when the tracker URL includes port number. (#38)
114+
111115
**Thu, 6 Jun 2019**: Version 1.4.5.
112116

113117
* Added status `StalledUpload` and `StalledDownload`. (#34)

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

0 commit comments

Comments
 (0)