deluge/ChangeLog

273 lines
12 KiB
Plaintext
Raw Normal View History

Deluge 0.5.8.7 (25 March 2008)
2008-03-16 22:46:09 +00:00
* UPnP fixes
* Bandwidth limiter fix
* Various DHT fixes
* Fix upload ratio not saving
* Fix WebUI crash (ticket #89)
2008-03-25 02:03:29 +00:00
* Clear seeding torrents now deletes the ".torrent" file
2008-03-16 22:46:09 +00:00
* Fix keyboard scrolling of plugins
2008-03-18 20:55:05 +00:00
* Scheduler can now handle number of active torrents, upload slots and max connections - Ben
2008-03-16 22:46:09 +00:00
2008-03-11 19:08:42 +00:00
Deluge 0.5.8.6 (11 March 2008)
* Fix fast-resume deletion on shutdown
* Tweak saving of uploaded memory (more effective ratio)
* Add torrents with .fastresume files before torrents that don't
* Fix a UI hang (bug #72)
Deluge 0.5.8.5 (28 February 2008)
2008-02-28 06:56:24 +00:00
* Fix force recheck
2008-02-22 06:30:27 +00:00
* Auto scraping of tracker if it doesn't report number of peers on reply
* Fix web seed proxy preference
* Fix adding of duplicate torrents
2008-02-22 08:36:35 +00:00
* Fix timers for saving fastresume and uploaded memory
2008-02-28 06:56:24 +00:00
* Fix rechecking on start
2008-02-22 06:30:27 +00:00
* UPnP fixes
* Fix possible libtorrent crash in storage
2008-02-13 07:29:34 +00:00
Deluge 0.5.8.4 (14 February 2008)
2008-02-03 07:29:15 +00:00
* Randomize encryption pad size to evade throttling
2008-02-04 04:16:40 +00:00
* https support
2008-02-13 07:29:34 +00:00
* Add "seed time" to preferences
2008-02-12 20:59:23 +00:00
* Add switch torrent source to "Move Torrent" plugin
2008-02-10 21:51:06 +00:00
* Fix alignment of torrent info
2008-02-11 13:32:59 +00:00
* Fix possible hang with torrents with many pieces
2008-02-10 21:51:06 +00:00
* Don't resave fast-resume for seeding torrents
2008-02-03 07:29:15 +00:00
* Add logout to WebUI
* Only draw the advanced progress bar if 'num_pieces' is greater than 0 - prevents crash
Deluge 0.5.8.3 (28 January 2008)
2008-01-28 07:02:45 +00:00
* Fix remote exploit which could crash Deluge
* Fix high cpu spikes
* Fix torrent order between sessions
2008-01-28 08:07:35 +00:00
* Fix loading of BlocklistImport plugin
2008-01-28 07:02:45 +00:00
Deluge 0.5.8.2 (24 January 2008)
* Fix column width saving
* Option to download new blocklist after certain number of days - Patch from Mark Stahler
* Fix ui-locking when tracker responded in non-utf8 encoding
* Remove Extra Stats plugin
* Prevent Scheduler plugin from setting an invalid 'max_active_torrents'
Deluge 0.5.8.1 (18 January 2008)
* Catch various exceptions from possibly corrupted persistent.state
* Use pieces wanted instead of total pieces to draw adv progress bar
* Properly catch 'address already in use' error when trying to use a port that is in use
* Attempt to fix issue where all the columns start very small
2008-01-07 01:36:35 +00:00
* Change how we handle fastresume - should prevent rechecking
* New theme for windows
* Performance enhancements by removing needless casts
* Search is now a plugin
* Browser removed
2008-01-07 01:36:35 +00:00
2007-12-31 10:43:37 +00:00
Deluge 0.5.8 (29 December 2007)
* Fix handling of corrupt torrent files
* Fix having two instances of Deluge running on Ubuntu
Deluge 0.5.8RC2 (25 December 2007)
* Change add torrent to ctrl+n
* Change notification plugin to not show the file list, but only the torrent
name
* Allow removal of browser icon from toolbar
* Add buttons to browser to launch the main and footer frames into an
external browser
* Fix removing torrents from deluge template of webui - vonck7
* Set the advanced webui template as default
2007-12-25 07:32:33 +00:00
* Cut down significantly on the memory usage of the blocklist plugin
* Fix some UPnP bugs
2007-12-25 17:39:58 +00:00
* Fix "New version" alert from freezing sometimes
2007-12-25 07:32:33 +00:00
* Prioritizes local peers over non-local ones when finding connect
* Wish everyone a happy holiday :)
2007-12-23 02:42:22 +00:00
Deluge 0.5.8RC1 (22 December 2007)
* Key bindings:
ctrl+a adds a torrent
ctrl+l adds a torrent via URL
ctrl+p pauses torrent(s)
ctrl+r resumes torrent(s)
delete removes torrent(s)
2007-12-13 05:08:56 +00:00
* Fix total uploaded display bug
* Fix seeding ratio stop on finished torrents
* Fix zombie processes from occurring
2007-12-13 05:08:56 +00:00
* Fix saying goodbye to trackers
2007-12-23 02:42:22 +00:00
* Increase auto remove ratio to 100
* Fix problem on Windows with filenames that have special characters
2007-12-14 02:21:02 +00:00
* Fix saving of which columns to show
2007-12-13 05:08:56 +00:00
* Fix init script error on exotic systems
* Add web seed to Torrent Creator plugin
2007-12-14 02:21:02 +00:00
* TorrentSearch is now built-in
2007-12-23 02:42:22 +00:00
* Add internal anonymizing browser - Key bindings for that are as follows:
ctrl+l focus on location bar
ctrl+k focus on search bar
ctrl+r refreshes current page
ctrl+enter adds 'www.' and '.com' to url string
shift+enter adds 'www.' and '.net' to url string
2007-12-13 05:08:56 +00:00
2007-12-01 18:31:05 +00:00
Deluge 0.5.7.1 (01 December 2007)
* Tweak full hd warning so that it only displays itself once per torrent that
it has to pause.
2007-12-01 04:20:47 +00:00
* Fixed crash and corruption of persistent.state while adding a duplicate
torrent. Also caused yet another invalid handle error.
* Increase tracker timeout
2007-12-01 04:20:47 +00:00
Deluge 0.5.7 (26 November 2007)
* Scrape support
2007-11-06 04:20:42 +00:00
* Manual force-recheck
* Add local peer discovery (aka local service discovery)
* Blocklist plugin will now display errors, instead of just crashing on a bad
2007-11-06 04:16:37 +00:00
list or wrong type
2007-11-13 23:15:17 +00:00
* Add torrent in paused state option
2007-11-24 03:02:07 +00:00
* Add advanced progress bar
* Fix bug in merging trackers
* Various updates to WebUI, including https support and advanced template by vonck7
2007-11-24 03:52:59 +00:00
* Add maximum connection attempts per second preference
* Fix bug where loaded plugins were forgotten if Deluge crashed
2007-11-06 04:20:42 +00:00
* Fix ratio bugs (hopefully for the last time)
2007-11-18 23:22:36 +00:00
* Add preference to only show file selection popup if torrent has multiple files
* Fix pause all and resume all bugs
* Fix client not loading if our website goes down (new version check failing)
* Allow torrent creation with no trackers
2007-11-12 08:37:20 +00:00
* Scheduler plugin revamp by Ben Klein
2007-11-08 03:18:43 +00:00
* Fix ETA from going backwards
2007-11-06 21:32:15 +00:00
* UI warning on full HD - no longer just silently pauses torrents
2007-11-07 02:00:04 +00:00
* Replace SimpleRSS with FlexRSS
* Add preference for the location of torrent files
* Add autoload folder
2007-11-13 04:33:57 +00:00
* Copy translator credits from Launchpad to our about->credits
* Differentiate between queued and paused torrents. Able to pause queued
torrents - patch by yobbobandana
* Show error when writing/permission problems occur
2007-10-31 04:23:37 +00:00
Deluge 0.5.6.2 (31 October 2007)
2007-10-26 03:20:43 +00:00
* Set default piece size to 256-KiB in TorrentCreator plugin and add 2048KiB
as a size option.
* Fix a bug in Debian package that caused the UI to completely freeze when a
torrent finished
* Find and fix another shutdown bug that mostly Gutsy users were encountering
2007-10-31 04:23:37 +00:00
* Fix a couple of WebUI bugs, including the "index" page erroring out
Deluge 0.5.6.1 (28 October 2007)
* Fix invalid handle error
* Fix shutdown hang
2007-10-26 03:20:43 +00:00
Deluge 0.5.6 (24 October 2007)
2007-10-10 01:29:08 +00:00
* Web Interface Plugin
2007-10-16 01:23:29 +00:00
* Hopefully fix "losing data" and having to re-download parts (for real this time :p)
2007-10-10 01:29:08 +00:00
* Use new full allocation method which does not create files until one of its
pieces is downloaded
2007-09-30 08:54:09 +00:00
* Tray lock password is no longer stored in plain text
2007-09-30 22:27:08 +00:00
* Update the Scheduler plugin and fix a bunch of bugs on it
2007-09-27 03:55:22 +00:00
* Double-clicking on a torrent opens up its containing folder
2007-09-27 01:40:27 +00:00
* Fix SpeedLimiter plugin when setting upload limits
2007-09-17 10:24:42 +00:00
* Fix MoveTorrent plugin when moving actively downloading torrents
2007-10-16 01:23:29 +00:00
* Pause torrents while importing blocklist and resume them when finished
2007-09-17 10:36:41 +00:00
* Remove TorrentPieces and disable its use
2007-09-10 16:44:44 +00:00
* A whole bunch of stuff for Win32
* Add private flag to TorrentCreator plugin
2007-09-10 17:00:04 +00:00
* Use SVG for internal logo usage (except on Win32)
2007-09-10 16:44:44 +00:00
* Use theme for tray icon instead of hard-coded
* Properly release port on shutdown
* TorrentFiles plugin now has progress bars
* Removing torrent files no longer deletes files that weren't part of the torrent
2007-10-10 01:56:05 +00:00
* New max half-open connections setting to deal with cheap/broken routers
2007-09-10 16:44:44 +00:00
* Inherit UPnP fixes from libtorrent
* Use threading for everything, instead of spawning
2007-09-10 16:44:44 +00:00
Deluge 0.5.5 (09 September 2007)
2007-08-29 07:08:16 +00:00
* Editing a torrent's tracker list is now persistent between sessions
2007-08-29 00:55:37 +00:00
* Persistence between sessions for Speed Limiter, Web Seed and Desired Ratio
plugins
2007-08-29 21:38:38 +00:00
* New wizard to aid first-time users with configuration
2007-08-30 01:17:53 +00:00
* Reorderable tabs and remember order (with exception of details tab)
2007-08-26 19:50:59 +00:00
* Fix losing data and having to re-download parts
2007-08-26 21:45:23 +00:00
* Fix password lock showing when main window is not hidden
2007-08-21 01:32:55 +00:00
* Get rid of the plugin manager and integrate it into preferences
* New Move torrent plugin - takes over for "move completed downloads" feature
and provides a "Move Torrent" option when right-clicking on a torrent
2007-08-15 04:12:51 +00:00
* Save column widths
2007-08-13 22:37:01 +00:00
* Queue order after restart fixes.
2007-08-14 15:01:09 +00:00
* Use payload instead of including protocol overhead to ease user confusion
of seeding torrents "downloading"
2007-08-14 19:18:33 +00:00
* New Web Seed plugin for adding URLs to torrents for http seeding
2007-08-15 02:14:38 +00:00
* Add FAST-extension (http://www.bittorrent.org/fast_extensions.html)
2007-08-13 22:37:01 +00:00
2007-08-10 20:11:25 +00:00
Deluge 0.5.4.1 (10 August 2007)
* Add "Open containing folder" and "Open File" to the torrent and file
menu, respectively
2007-08-09 06:03:54 +00:00
* Load Blocklist plugin last and have it not lock up the interface during
import
2007-08-10 21:40:15 +00:00
* Add full allocation to preferences for clarification
2007-08-07 10:11:42 +00:00
* Catch SIGINT, SIGHUP, SIGTERM and Gnome logoff to quit properly
* Add send local info to developers
* Fix up pieces, peers and files plugins
* UPnP fixes
2007-08-10 21:40:15 +00:00
* Add ExtraStats plugin
2007-08-07 10:11:42 +00:00
* FreeBSD full allocation fix
* Added per torrent max upload slots and max connections preferences
* A lot of other less visible improvements
2007-08-07 10:11:42 +00:00
2007-08-05 21:45:03 +00:00
Deluge 0.5.4 (06 August 2007)
2007-08-01 21:18:31 +00:00
2007-08-05 02:10:33 +00:00
* Tray message includes session totals
* Ticket #198 - Display peers countries in the Peers tab.
* Ticket #474 - Multiple password prompts displayed
* Pause all/resume all in tray menu
2007-08-05 02:10:33 +00:00
* Peers and Files tabs are now plugins
2007-08-05 04:44:32 +00:00
* New Location plugin
2007-08-05 02:10:33 +00:00
* Option to use a random port every time
2007-08-01 21:25:46 +00:00
* Proxy system redone - you can now specify different information for each
type of proxy (DHT, peer, tracker, web-seed)
2007-08-05 02:10:33 +00:00
* TorrentPieces plugin to view piece updates and show pieces table per file
2007-08-01 21:18:31 +00:00
* EventLogger plugin to view/log every activity
* SpeedLimiter plugin, which allows you to set speed limits on a per-torrent
basis
* New release alerts - Client will inform user if their version of deluge is
outdated
Deluge 0.5.3 (25 July 2007)
2007-07-15 04:06:31 +00:00
2007-07-15 04:13:20 +00:00
* Added ChangeLog
2007-07-18 14:07:04 +00:00
* Ticket #53 - Added files priorities within torrent
* Ticket #111 - Remember directory of last added torrent
* Ticket #232 - Added Move completed downloads to feature
* Ticket #245 - Added ability to select torrent files before starting
* Ticked #368 - Added ability to prioritize first and last pieces of files
in torrents
2007-07-18 14:07:04 +00:00
* Ticket #371 - Proper full storage allocation of files on reiser4 and
ntfs-3g filesystems
* Ticket #420 - Show size of torrent minus size of unselected files as Total
Size
* Ticket #405 - Properly start in tray when run deluge --tray
* Ticket #437 - Gracefully upgrade from old versions
* Picking a file to not download now checks for compact_mode status to prevent
all sorts of problems such as downloading pieces into the wrong file
2007-07-15 21:19:09 +00:00
* RSS plugin inclusion
2007-07-17 06:00:33 +00:00
* Added ability to queue new torrents above completed ones when
seeds are set to queue at the bottom
* Added availability and piece size display in details, availability
column
2007-07-17 06:00:33 +00:00
* Added ability to automatically remove torrents when max share ratio is set
2007-07-15 04:13:20 +00:00
* Show text from clipboard in Add URL dialog only if it looks like an URL
* Added Torrent Notification plugin
* Added event handling callbacks for plugins
2007-07-16 00:21:17 +00:00
* Added ability to designate a torrent as private (in file selection dialog)
* Added merging trackers of duplicate torrents
* Details, Peers and Files tabs more responsible and their performance
2007-07-16 19:07:27 +00:00
greatly improved especially on torrents with many files and peers
* A lot of other less visible improvements
2007-07-15 04:15:34 +00:00
Deluge 0.5.2 (05 July 2007)
* ticket #6 - Torrent creation built into main client
* ticket #315 - Plugins implemented as modules
* ticket #310 - Configuration options for PEX and UPnP
* ticket #390 - Individual file progress shown in File tab
2007-07-16 19:07:27 +00:00
* The usual slew of improvements
2007-07-15 04:15:34 +00:00
Deluge 0.5.1 (11 June 2007)
* Peer Exchange
* ticket #254 - Encryption
* ticket #142 - UPnP + NATPMP
2007-07-15 04:15:34 +00:00
* Improved user interface
* Redesigned preferences dialog
2007-07-16 19:07:27 +00:00
* Proper startup and shutdown