forked from idlesign/deluge-webapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
35 lines (25 loc) · 702 Bytes
/
CHANGELOG
File metadata and controls
35 lines (25 loc) · 702 Bytes
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
deluge-webapi changelog
=======================
v0.4.0
------
* Added support for Deluge 2
* get_torrents will now accept a comma separated string in addition to accepting a list for field filters
* Future support for Deluge 1.x is no longer possible, please use the older eggs
v0.3.1
------
* Added CORS settings for WebUI.
v0.3.0
------
* Add CORS support.
* Added CORS settings for GTK.
v0.2.1
------
* Fixed add_rorrent download_location not honored (see #8).
v0.2.0
------
+ Plugin updated to work with Deluge 1.3.15
+ `add_torrent` now returns torrent id (hash) (see #5).
+ `remove_torrent` now returns the result of core function instad of `True`.
v0.1.0
------
+ Basic functionality.