forked from ratanakvlun/deluge-labelplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
111 lines (86 loc) · 3.56 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
Version 0.3.2.2
- Fix mapping without wildcard during config conversion
Version 0.3.2.1
- Fix browse button exception when using remote clients
Version 0.3.2.0
- Add autolabel criteria: label, filename
- Add option to move torrents to label specific download destination
- Add preference for resetting torrent options on label unset
Version 0.3.1.0
- Add label assignment functionality to torrent context menu in WebUI
- Fix move on path changes not being activated for labels with no children
Version 0.3.0.7
- Fix timestamp issue that caused label data to be constantly reloaded
- Fix removal of unlabeled torrent not being reflected in label tree
Version 0.3.0.6
- Fix UI not being enabled in classic mode
Version 0.3.0.5
- Fix drag-n-drop autoscroll stopping on selected label
- Fix drag-n-drop not disabling autoscroll/autoexpand on failed drop
Version 0.3.0.4
- Fix preferences not loading when plugin first enabled
Version 0.3.0.3
- Fix event deregister issue that conflicted with other plugins
Version 0.3.0.2
- Remove misbehaving scroll to top hack
Version 0.3.0.1
- Fix dialogs not closing when label is invalidated
Version 0.3.0.0
- Autolabel now uses criteria based matching
- Test autolabel using a collapsible test area
- Select multiple label filters
- Move labels using the rename dialog or sidebar drag-n-drop
- Switch labels from within dialogs
- Toggle fullname in various places independently
- Label options added to torrent context menu
- Revert label options by page
- Dialogs are no longer modal
- Popup file chooser replaced with browse dialog
- Sidebar menu operates on right-clicked label without changing filter
- Sidebar menu no longer contains "All" options
- Status bar no longer opens label options
- Dependency on MoveTools removed
- Fix shared limit not updating when label added/removed
Version 0.2.19.3
- Fix status bar not updating when label removed
- Improve performance when removing label with many sublabels
- Check for same path before attemping to move completed torrents
Version 0.2.19.2
- Fix context menu using the wrong label when using "Parent"
- Allow "Parent" to be used by multiple selected torrents with the same label
- Re-add ability to jump to selected torrent's label
- Display base name in dialogs and full name in tooltips
Version 0.2.19.1
- Fix label based subfolder appending full name when selected
Version 0.2.19
- Set bandwidth limits per label
- Add label bandwidth usage to status bar
- Context menu navigation for less reliance on sidebar
- Some shortcuts to make navigating labels quicker
- Update config format to save sidebar state per daemon
- Increase compatibility with older versions of Gtk
- Various behavioral and cosmetic modifications
Version 0.2.18
- Add auto-label regex support
Version 0.2.17
- Add ability to jump to label in the sidebar based on a torrent's label
- Fix bug where only the first tracker was matched when autolabeling
- Fix bug where torrents set to no label were not moved back to default path
Version 0.2.16
- Override Deluge 1.3.6 styling so that expanders are indented
- Various fixes
Version 0.2.15
- Drag and drop torrents on label tree to label them
- Move label tree to its own tab for proper scrolling
- Move completed after recheck (if 'move on label path change' set in prefs)
- Various fixes
Version 0.2.14
- Add auto move completed when label path changes (Requires Move Tools)
- Minor fixes
Version 0.2.13
- Add label field to add torrent dialog
- Fix caching bug in torrent add/remove handlers
Version 0.2.12
- Add client-side caching
Version 0.2.11
- Add preference to toggle between short/full label names