Skip to content

Commit a8114ba

Browse files
Version 1.4.8
1 parent cf20ec6 commit a8114ba

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

README-cn.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,13 @@
104104

105105
更新日志
106106
----------
107+
**2020-01-07 周二**: 1.4.8 版本。
108+
109+
* 修复了在 qBittorrent v4.2.1 中不能删除种子的问题。对造成的不便深感抱歉。 (#53)
110+
107111
**2020-01-06 周一**: 1.4.7 版本。
108112

109-
* 添加了 qBittorrent v4.2.1 中新 API 的支持。 (#46)
113+
* 添加了 qBittorrent v4.2.1 中新 API 的支持。 (#46) **注意:这个版本有bug,请升级到1.4.8或者更高的版本。**
110114

111115
**2019-09-17 周二**: 1.4.6 版本。
112116

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,13 @@ Screenshot
108108

109109
Changelog
110110
----------
111+
**Tue, 7 Jan 2020**: Version 1.4.8.
112+
113+
* Fix bug that cannot delete torrents in qBittorrent v4.2.1+. Sorry for any inconvenience. (#53)
114+
111115
**Mon, 6 Jan 2020**: Version 1.4.7.
112116

113-
* Add support for new API in qBittorrent 4.2.1. (#46)
117+
* Add support for new API in qBittorrent 4.2.1. (#46) **Note: This version has a bug. Please upgrade to v1.4.8 or higher.**
114118

115119
**Tue, 17 Sep 2019**: Version 1.4.6.
116120

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

0 commit comments

Comments
 (0)