deluge/ChangeLog

35 lines
1.2 KiB
Plaintext
Raw Normal View History

2008-07-21 08:44:45 +00:00
Deluge 1.1.0 - "" (In Development)
2008-07-16 19:57:12 +00:00
Core:
* Implement #79 ability to change outgoing port range
* Implement #296 ability to change peer TOS byte
* Add per-torrent move on completed settings
2008-09-14 20:11:32 +00:00
* Implement #414 use async save_resume_data method
* FilterManager with torrent filtering in get_torrents_status , for sidebar and plugins.
* Implement #368 add torrents by infohash/magnet uri (trackerless torrents)
2008-10-18 01:55:38 +00:00
* Remove remaining gtk functions in common
2008-07-30 14:15:00 +00:00
GtkUI:
* Add peer progress to the peers tab
2008-10-18 01:55:38 +00:00
* Add ability to manually add peers
* Sorting # column will place downloaders above seeds
* Remove dependency on libtorrent for add torrent dialog
* Allow adding multiple trackers at once in the edit tracker dialog
2008-09-21 00:33:37 +00:00
* Implement #28 Create Torrent Dialog
2008-10-11 05:15:35 +00:00
* Redesiged sidebar with filters for Active and Tracker (see FilterManager)
2008-10-18 02:31:26 +00:00
* Implement #428 the ability to rename files and directories
2008-09-25 19:20:15 +00:00
WebUi
2008-10-15 19:54:14 +00:00
* All details tabs have the same features as in gtk-ui.
2008-09-25 19:21:44 +00:00
* Persistent sessions #486
* Plugin improvements for easy use of templates and images in eggs. #497
2008-10-15 19:54:14 +00:00
* Classic template takes over some style elements from white template.
Plugins
* Stats plugin for graphs.
* Label plugin for grouping torrents and per torrent settings.