-
Notifications
You must be signed in to change notification settings - Fork 19
/
CHANGELOG
202 lines (136 loc) · 3.77 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
torrt changelog
===============
v1.0.0 [2021-12-26]
-------------------
! Celebrating 1.0.0.
+ Added support for yts.mx tracker.
* Fixed qbittorrent torrent removal (fix #72).
* Now Python 3.10 compatible.
v0.16.3 [2021-10-13]
--------------------
* Fixed qbittorrent 'savepath' is not a valid torrent file (fix #71).
v0.16.2 [2021-07-14]
--------------------
* uTorrent. Now supports download location setting.
v0.16.1 [2021-04-20]
--------------------
* Now bogus torrent files errors are logged.
v0.16.0 [2021-02-05]
--------------------
+ Added EniaHD tracker support.
v0.15.2 [2021-01-31]
--------------------
* Rutor. Fixed seo-URLs handling.
v0.15.1 [2020-10-12]
--------------------
* Anilibria. Fixed single-episode shows handling.
v0.15.0 [2020-09-26]
--------------------
+ Support qBittorrent v4.1+ (previous API version support is dropped) (see #53). Please reconfigure PRC.
* Fix regression in 'register_torrent' (see #57).
v0.14.1 [2020-08-30]
--------------------
* Fix torrent page caching issue (see #56).
v0.14.0 [2020-08-01]
--------------------
! Dropped QA for Python 3.5. Added QA for 3.8.
! Dropped support for Python 2.
+ Add --dump switch for 'add_torrent' command.
+ Add mirrors for casstudio and kinozal (see #55).
+ Added tools to extract additional information from torrent pages.
+ RPC. Try to preserve list of excluded files.
* Anilibria. Improved series range picking.
* Fixed automatic PRC enable on configuration.
v0.13.1 [2020-02-16]
--------------------
* Anilibria. Switched to API.
* Fixed Transmission RPC 'add_torrent()' regression.
v0.13.0 [2019-09-22]
--------------------
+ Telegram bots. Batch messages for /list command.
* Anilibria. Qualities picking related changes.
* Py2/3 compat impovements.
v0.12.0
-------
+ New commands for Telegram bot.
* Improved CasStudio tracker support.
v0.11.1
-------
* Fixed CasStudio tracker support.
v0.11.0
-------
+ Added CasStudio tracker support.
+ Bots subsystem added featuring Telegram bot.
+ Public tracker registration made optional.
* AniLibria.tv new page layout adoption and quality picker improvements.
* Telegram notifier improved.
v0.10.1
-------
* Py3 compatibility improvements.
v0.10.0
-------
+ Added AniLibria tracker.
v0.9.1
------
* Py3 compatibility improved.
v0.9.0
------
* Fixed another rutracker login issue.
+ QBittorrent RPC support.
v0.8.0
------
+ Added kinozal.tv tracker.
+ Basic Python 3 support.
v0.7.1
------
* Fixed rutracker login issue.
v0.7.0
------
+ Deluge plugin updated
+ Rutor plugin updated
v0.6.0
------
* rutracker mirror list updated
* nnm club mirror list updated
+ Implemented mirror domain availability discovery
v0.5.0
------
* IMPORTANT: Torrent parsing switched from `libtorrent` to `torrentool`.
+ CLI: launcher script is now crossplatform.
* CLI: `torrt walk` output made less verbose and mode structured.
v0.4.2
------
* Torrents without URL in comment won't issue exceptions anymore.
* Added request timeout, defaults to 10 sec.
* IMPORTANT: HTML parsing now requires `lxml` module.
* `--verbose` option now works with all commands.
v0.4.1
------
* Fixed rutracker torrents download.
v0.4.0
------
+ Implemented tracker mirrors support.
* --version command arg made py3 compatible.
* rutracker.org torrent file download fix.
v0.3.0
------
+ Implemented Notifications subsystem.
* get_registerd_torrents() is deprecated in favor of get_registered_torrents().
v0.2.3
------
* Now removes outdated torrents from torr when walking.
v0.2.2
------
* Now less verbose.
* Now removes outdated torrents from clients when walking from CLI.
v0.2.1
------
+ `list_rpc` console command now shows statuses.
* Fixed nnm-club tracker auth procedures.
* Walk mechanics improved.
v0.2.0
------
+ Implemented uTorrent crippled RPC support.
v0.1.0
------
+ Basic functionality.