Deluge full changelog
Deluge 1.3.5
released Apr 10, 2012 (New Release)
Core:
· Fix not properly detecting when torrent is at end of queue
· Preserve order when moving multiple torrents in the queue
GtkUI:
· Modified fix for #1957, keyerror with non-acsii columns
· Fix translation of items in Sidebar and Torrent Menu
· 2052: Fix translation of Progress bar text
· 2071: Fix KeyError? in gtkui when file priority set to value '3'
· 2064: Fix files treeview height in Create Dialog
· Fix missing semi-colon in deluge.desktop
· Disable setting file priorities for seeding torrents
· Bring MainWindow? to front when opening another instance
· Fix not properly detecting when torrent is at end of queue
· Preserve order when moving multiple torrents in the queue
GtkUI:
· Modified fix for #1957, keyerror with non-acsii columns
· Fix translation of items in Sidebar and Torrent Menu
· 2052: Fix translation of Progress bar text
· 2071: Fix KeyError? in gtkui when file priority set to value '3'
· 2064: Fix files treeview height in Create Dialog
· Fix missing semi-colon in deluge.desktop
· Disable setting file priorities for seeding torrents
· Bring MainWindow? to front when opening another instance
Deluge 1.3.4
released Mar 7, 2012 (New Release)
Core:
· #1921: Free disk space reporting incorrectly in FreeBSD
· #1964: Fix unhandled UnpicklingErrors?
· #1967: Fix unhandled IndexError? when trying to open a non-json conf file
· Fix setting daemon listen interface from command line
· #2021: Fix share ratio limit not obeyed for seeded torrents added to session
· Add optparse custom version to prevent unnecessary loading of libtorrent
· #1554: Fix seeding on share ratio failing for partially selected torrents
· Add proper process title naming in ps, top etc. (Depends: setproctitle)
· #1921: Free disk space reporting incorrectly in FreeBSD
· #1964: Fix unhandled UnpicklingErrors?
· #1967: Fix unhandled IndexError? when trying to open a non-json conf file
· Fix setting daemon listen interface from command line
· #2021: Fix share ratio limit not obeyed for seeded torrents added to session
· Add optparse custom version to prevent unnecessary loading of libtorrent
· #1554: Fix seeding on share ratio failing for partially selected torrents
· Add proper process title naming in ps, top etc. (Depends: setproctitle)
Deluge 1.3.3
released Jul 25, 2011 (New Release)
· Properly show the 'Checking Resume Data' state instead of just 7
· Added ability to use XDG_DOWNLOAD_DIR as default download folder
· Fix path error with torrent files prefixed with ' file://' from Firefox
· Fix setting the disk io read/write to bypass OS cache in Windows
· Fix win32 running deluged as not logged in user via runas or service
· If added torrent already exists, append extra trackers to it
· Fix Seeds and Peers totals not updating
· Fix translated Tracker Error text not counted in sidebar Error status
· Fix httpdownloader error with existing filename
· Add libtorrent info to version output
· Fix UnicodeDecodeError? from 'deluge-* --help' with non-english languages
· Fix handling of backslashes when renaming files/folders
· Added ability to use XDG_DOWNLOAD_DIR as default download folder
· Fix path error with torrent files prefixed with ' file://' from Firefox
· Fix setting the disk io read/write to bypass OS cache in Windows
· Fix win32 running deluged as not logged in user via runas or service
· If added torrent already exists, append extra trackers to it
· Fix Seeds and Peers totals not updating
· Fix translated Tracker Error text not counted in sidebar Error status
· Fix httpdownloader error with existing filename
· Add libtorrent info to version output
· Fix UnicodeDecodeError? from 'deluge-* --help' with non-english languages
· Fix handling of backslashes when renaming files/folders
Deluge 1.3.2
released May 25, 2011 (New Release)
· Fix Converting unicode to unicode error in move_storage
· Fix creating and moving non-ascii folder names in MS Windows
· Fix temporary file race condition in core/core.pyadd_torrent_url
· Fix a bug that can occur when upgrading 1.1 config files
· Fix isohunt urls not loading
· Handle redirection when adding a torrent by url
· Fix autoadd matching a directory called quot;torrentquot;
· Fix failure in Event handler prevents further emissions
· Fix creating and moving non-ascii folder names in MS Windows
· Fix temporary file race condition in core/core.pyadd_torrent_url
· Fix a bug that can occur when upgrading 1.1 config files
· Fix isohunt urls not loading
· Handle redirection when adding a torrent by url
· Fix autoadd matching a directory called quot;torrentquot;
· Fix failure in Event handler prevents further emissions
Deluge 1.3.1
released Nov 2, 2010 (New Release)
Core:
· Fix non-ascii config folders not working in windows
GtkUI:
· Fix sidebar not updating show/hide trackers
· Fix hang on quit
WebUI:
· Fix preferences not saving when the web ui plugin is enabled in classic mode
· Fix bug when enabling plugins
· Fix issues with preferences
· Fix deluge-web using 100% CPU
· Fix non-ascii config folders not working in windows
GtkUI:
· Fix sidebar not updating show/hide trackers
· Fix hang on quit
WebUI:
· Fix preferences not saving when the web ui plugin is enabled in classic mode
· Fix bug when enabling plugins
· Fix issues with preferences
· Fix deluge-web using 100% CPU
Deluge 1.3.0
released Sep 18, 2010 (New Release)
* WebUI updates galore! The WebUI has had a lot of work done on it to make it much more efficient, especially when there is a large amount of torrents in the session. There is better plugin support and a lot of improvements across the board. Check it out.
* We've added client-side caching to the GtkUI and incremental torrent status updates to reduce the RPC traffic. This will be very apparent for those with a large amount of torrents in their session. In most cases the GtkUI is now using about 20% of the bandwidth as the 1.2 client.
* New Plugin: AutoAdd allows for an unlimited amount of watch folders and for providing options for torrents added for those folders.
* New Plugin: Notifications replaces the previously built-in notification support and provides more features, proper core/ui separation to stop those pesky email alerts from freezing the GtkUI.
* We've added client-side caching to the GtkUI and incremental torrent status updates to reduce the RPC traffic. This will be very apparent for those with a large amount of torrents in their session. In most cases the GtkUI is now using about 20% of the bandwidth as the 1.2 client.
* New Plugin: AutoAdd allows for an unlimited amount of watch folders and for providing options for torrents added for those folders.
* New Plugin: Notifications replaces the previously built-in notification support and provides more features, proper core/ui separation to stop those pesky email alerts from freezing the GtkUI.
Deluge 1.3.0 RC1
released Jul 8, 2010 (New Release)
Core:
· Implement #1063 option to delete torrent file copy on torrent removal - patch from Ghent
· Implement #457 progress bars for folders
· Implement #1012 httpdownloader supports gzip decoding
· #496: Remove deprecated functions in favour of get_session_status()
· #1112: Fix renaming files in add torrent dialog
· #1247: Fix deluge-gtk from hanging on shutdown
· #995: Rewrote tracker_icons
· Add AutoAdd? plugin
· Add Notifications plugin
GtkUI:
· Use new SessionProxy? class for caching torrent status client-side
· Use torrent status diffs to reduce RPC traffic
Blocklist:
· Implement local blocklist support
· #861: Pause transfers until blocklist is imported
· Fix redirection not working with relative paths
Execute:
· Fix running commands with the TorrentAdded? event
· Fix the web interface
Label:
· Fix the web interface (#733)
Web:
· Migrate to ExtJS 3.1
· Add gzip compression of HTTP data to the server
· Implement #1063 option to delete torrent file copy on torrent removal - patch from Ghent
· Implement #457 progress bars for folders
· Implement #1012 httpdownloader supports gzip decoding
· #496: Remove deprecated functions in favour of get_session_status()
· #1112: Fix renaming files in add torrent dialog
· #1247: Fix deluge-gtk from hanging on shutdown
· #995: Rewrote tracker_icons
· Add AutoAdd? plugin
· Add Notifications plugin
GtkUI:
· Use new SessionProxy? class for caching torrent status client-side
· Use torrent status diffs to reduce RPC traffic
Blocklist:
· Implement local blocklist support
· #861: Pause transfers until blocklist is imported
· Fix redirection not working with relative paths
Execute:
· Fix running commands with the TorrentAdded? event
· Fix the web interface
Label:
· Fix the web interface (#733)
Web:
· Migrate to ExtJS 3.1
· Add gzip compression of HTTP data to the server
Deluge 1.2.2
released Jan 23, 2010 (New Release)
· Core Fix: auto add halting when a torrent with invalid filename encoding is in the directory
· GtkUI Fix: problem with the queued torrents dialog from not properly adding to the add torrent dialog if set to auto add
· GtkUI Fix: notify startup complete when adding torrents externally
· GtkUI Fix: issue where the gtkui sometimes won't start if there is a stale lock file or socket in the ipc/ directory
· Console Fix: deluge-console crashes when tab-completing not-existent directory
· GtkUI Fix: problem with the queued torrents dialog from not properly adding to the add torrent dialog if set to auto add
· GtkUI Fix: notify startup complete when adding torrents externally
· GtkUI Fix: issue where the gtkui sometimes won't start if there is a stale lock file or socket in the ipc/ directory
· Console Fix: deluge-console crashes when tab-completing not-existent directory
Deluge 1.2.0
released Jan 12, 2010 (New Release)
Deluge for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Deluge from the publisher.
« BACK
My Account
My Saved Stuff
DDE server plugin 3.7.4.1130
Download Remove
Codice Fiscale 5.1.1
Download Remove
Encode360 2.03
Download Remove
ChemDoodle 2.0.3
Download Remove
BrushO! 1.05
Download Remove
EVVAddressBook 3.0
Download Remove
Evolution 2.28.1-1
Download Remove
ECrawl 2.63
Download Remove
Audio Sound Editor for .NET 2.2.1.0
Download Remove
123FTP-Free 3.9.1
Download Remove
Amphis Customer 3.0
Download Remove
AIMP Classic 3.10 B1040 Beta
Download Remove
ABC Roster 1.5.0
Download Remove
A-one iPod PSP 3GP Video Converter 7.6.3
Download Remove
Acoolsoft PPT to Video Free 3.2.3
Download Remove
Download Remove
Codice Fiscale 5.1.1
Download Remove
Encode360 2.03
Download Remove
ChemDoodle 2.0.3
Download Remove
BrushO! 1.05
Download Remove
EVVAddressBook 3.0
Download Remove
Evolution 2.28.1-1
Download Remove
ECrawl 2.63
Download Remove
Audio Sound Editor for .NET 2.2.1.0
Download Remove
123FTP-Free 3.9.1
Download Remove
Amphis Customer 3.0
Download Remove
AIMP Classic 3.10 B1040 Beta
Download Remove
ABC Roster 1.5.0
Download Remove
A-one iPod PSP 3GP Video Converter 7.6.3
Download Remove
Acoolsoft PPT to Video Free 3.2.3
Download Remove
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- BitTorrent 7.6.1 27328
- Vuze 4.7.0.2
- BitComet 1.32
- Hamachi 2.1.0.166
- Ares 2.1.8.3042
- uTorrent 3 3.1.3 27327
- Strong DC++ x64 2.42
- SopCast 3.5.0
- Soulseek 157 NS 13e
- MediaGet 2.01.1592
- Strong DC++ 2.42
- Cabos for Windows 0.8.1
- FrostWire 5.3.6
- Dropbox 1.4.7
- Transmission Remote GUI 4.0.2
- uTorrent (µTorrent) 2.2.1 25249
- RatioMaster.NET 0.42
- SharePod 3.9.9
- eMule Plus 1.2e
- LimeWire 5.5.16
Popular Tags
ares
limewire
search
p2p
accelerator
torrent
p2p client
ares galaxy
speed
file sharing
mp3
internet
download
video
music
gnutella
movies
peer to peer
file
tool
bittorrent
songs
sharing
share
bittorrent client
bearshare
emule
acceleration
p2p software
booster
Popular Windows 7 Software
- Firefox 64bit x64 15.0a1
- BlueSoleil 8.0.395.0
- Internet Download Manager 6.11 Build 7
- Google Chrome 20 20.0.1132.17
- Safari 5.1.7
- Bluetooth File Transfer 1.2.1.1
- YouTube Downloader 3.7
- Internet Explorer 9 9.0.8112 Final
- BitTorrent 7.6.1 27328
- Anti Netcut 3
- Connectify 3.4.0.23678
- jDownloader 0.9.581
- Google Toolbar 7.3.2710.138
- Adobe Flash Player 10 for 64-bit Windows Preview 2
- Download Accelerator Plus 9.7.0.7
© 2012 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.




