Changes between Version 10 and Version 11 of Plugins/Pieces
- Timestamp:
- 01/18/2011 02:46:23 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugins/Pieces
v10 v11 3 3 Adds a tab to Deluge 1.2 (and higher) to allow the viewing of the status of each piece of a torrent. Currently only a gtkui plugin. 4 4 5 Version 0.2 adds a tooltip to show which piece the mouse is hovering over, and a right-click menu that allows the setting of priorities for individual pieces. 5 Version 0.5 supports client/server (i.e. not "Classic") mode, and adds support for the webui. Webui mode only shows each piece's status and does not support any priority setting/display 6 7 Version 0.4 fixes a segfault bug when setting priorities for multiple pieces, allows more flexible piece selection (with Shift/Ctrl), and adds an option to always prioritize the first un-downloaded piece of a torrent. 6 8 7 9 Version 0.3 adds the option to select multiple pieces by dragging the mouse over them before setting the priority. 8 10 9 Version 0.4 fixes a segfault bug when setting priorities for multiple pieces, allows more flexible piece selection (with Shift/Ctrl), and adds an option to always prioritize the first un-downloaded piece of a torrent. 11 Version 0.2 adds a tooltip to show which piece the mouse is hovering over, and a right-click menu that allows the setting of priorities for individual pieces. 12 10 13 11 14 == Download ==