forked from idlesign/deluge-updatorr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
44 lines (32 loc) · 1.12 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
v0.1.6
------
+ Added rutor.org tracker support.
+ Added tr.anidub.com tracker support.
+ Added automatic top directory renaming (closes #4).
+ API now exposes `GenericPrivateTrackerHandler` and `GenericPublicTrackerHandler` helper classes.
v0.1.5
------
+ Added status bar text when no updates checks are made yet.
* Fixed gibberish symbols instead of month names at statusbar (closes #3).
* Fixed `On windows client status bar is not updated` error (closes #2).
v0.1.4
------
+ Added `Trublesooting` section to README.
* Fixed `KeyError: 'cookies'` in handler_base.py (see #1).
* Fixed `gtk.CellRendererText` issue with TreeView (see #1).
v0.1.3
------
+ Updated torrents are automatically scheduled for further updates.
* Fixed hang-up issues related to `time` module import.
v0.1.2
------
* Cookies handling is simplified for tracker handlers.
May fix 'Cannot find torrent file download link' errors for RuTracker handler.
v0.1.1
------
* Fixed possible bogus 'Unable to find retracker handler'.
* Fixed not emitted UpdatorrUpdatesCheckFinishedEvent.
* register_tracker_handler() moved into utils.py.
v0.1
----
+ Initial release.