File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ` 状态。
Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ Screenshot
108108
109109Changelog
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)
Original file line number Diff line number Diff line change 11#-*- coding:utf-8 -*-
22
33# Current autoremove-torrents version
4- __version__ = '1.4.5 '
4+ __version__ = '1.4.6 '
You can’t perform that action at this time.
0 commit comments