2016-07-20 14:23:28 +00:00
=== Deluge 1.3.13 (20 July 2016) ===
2015-12-11 14:27:11 +00:00
==== Core ====
* Increase RSA key size from 1024 to 2048 and use SHA256 digest.
* Fixed empty error message from certain trackers.
* Fixed torrent ending up displaying the wrong state.
* #1032: Force a torrent into Error state if the resume data is rejected.
* Workaround unwanted tracker announce when force rechecking paused torrent.
* #2703: Stop moving torrent files if target files exist to prevent unintended clobbering of data.
* #1330: Fixed the pausing and resuming of the Deluge session so torrents return to previous state.
* #2765: Add support for TLS SNI in httpdownloader.
2016-06-19 11:08:13 +00:00
* #2790: Ensure base32 magnet hash is uppercase to fix lowercase magnets uris.
==== Daemon ====
* New command-line option to restict selected config key to read-only.
* Allow use of uppercase log level to match UIs.
==== UI ====
* #2832: Fixed error with blank lines in auth file.
2015-12-11 14:27:11 +00:00
==== GtkUI ====
* Fixed installing plugin from a non-ascii directory.
* Error'd torrents no longer display a progress percentage.
* #2753: Fixed the 'Added' column showing the wrong date.
* #2435: Prevent the user from changing tracker selection when editing trackers.
* Fixed showing the wrong connected status with hostname in the Connection Manager.
* #2754: Fixed the progress column to sort by progress and state correctly.
* #2696: Fixed incorrect Move Completed folder shown in Options tab.
2016-06-19 11:08:13 +00:00
* #2783: Sorting for name column is now case insensitive.
* #2795: Reduce height of Add Torrent Dialog to help with smaller screeen resoltuions.
2016-07-19 16:38:15 +00:00
* OSX: Fixed empty scrolling status (systray) menu.
* OSX: Fixed starting deluged from connection manager.
* #2093: Windows OS: Fixed opening non-ascii torrent files.
* #2855: Fixed adding UDP trackers to trackers dialog.
2015-12-11 14:27:11 +00:00
==== WebUI ====
* #2782: Fixed HTTPS negotiating incorrect cipher.
* #2485: Fixed the broken Options context menu.
* #2705: Fixed the hostlist config file not being created.
2016-07-19 16:38:15 +00:00
* #2293: Fixed plugin's js code not loading when using the WebUI plugin.
2015-12-11 14:27:11 +00:00
==== Console ====
2016-06-19 11:08:13 +00:00
* Fixed adding non-ascii torrent in non-interactive mode.
* #2796: Add time_added to info sort keys.
* #2815: Fixed 'add' cmd path inconsistency on Windows.
2015-12-11 14:27:11 +00:00
2016-07-19 16:38:15 +00:00
==== OSX Packaging ====
2016-06-19 11:08:13 +00:00
* Source .py files no longer included in Deluge.app.
2015-12-11 14:27:11 +00:00
2016-07-19 16:38:15 +00:00
==== Windows OS Packaging ====
2015-12-11 14:27:11 +00:00
* #2777: Updated MSVC SP1 check to latest release CLID.
==== Blocklist Plugin ====
* #2729: Fixed plugin lockup with empty url.
==== Scheduler Plugin ====
* Fixed corrupt plugin prefences page on OSX.
* Fixed error accidentally introduced in 1.3.12.
==== Notification Plugin ====
* #2402: Fixed the popup to show the actual count of files finished.
2016-07-19 16:38:15 +00:00
* #2857: Fixed issue with SMTP port entry not updating in GTKUI.
2015-12-11 14:27:11 +00:00
2016-06-19 11:08:13 +00:00
==== AutoAdd Plugin ====
* Fixed watch dir not accepting uppercase file extension.
2016-07-19 16:38:15 +00:00
==== Extractor Plugin ====
2016-06-19 11:08:13 +00:00
* Ignore the remaining rar part files to prevent spawning useless processes.
* #2785: Fixed only an empty folder when extracting rar files.
2016-07-19 16:38:15 +00:00
==== Execute Plugin ====
* #2784: Windows OS: Escape ampersand in torrent args.
2015-09-12 11:09:52 +00:00
=== Deluge 1.3.12 (13 September 2015) ===
2015-09-10 14:01:52 +00:00
==== GtkUI ====
* #2731: Fix potential AttributeError in is_on_active_workspace
==== Core ====
* Include fix for Twisted 15.0 URI class rename
* #2233: Fix AttributeError in set_trackers with lt 1.0
* Enable lt extension bindings again for versions >=0.16.7 (this disables Tracker Exchange by default)
* Backport atomic fastresume and state file saving fixes as another attempt to prevent data loss on unclean exits
==== WebUI ====
* Fixed i18n issue in Connection Manager which left users unable to connect
* #2295: Increase cookie lifespan for display settings
==== Console ====
* #2333: Fixed 'set and then get' in config command
==== Scheduler Plugin ====
* Show current speed limit in statusbar
==== Win32 Packaging ====
* #2736: Added version info to the properties of Deluge exes
* #2734: Added a 256x256 to deluge.ico
* #2325: Fixed the uninstaller deleting non-deluge files
* Include pillow module to enable resizing of tracker icons
2014-11-30 21:52:35 +00:00
=== Deluge 1.3.11 (30 November 2014) ===
==== GtkUI ====
* Fixed ImportError for users with Twisted < 10
* #2698: Fixed column issue when disabling a plugin
==== Core ====
* Fixed cache issue with libtorrent 0.16 on Windows
* #2555: Disabled use of SSLv3 protocol for DelugeRPC
==== WebUI ====
* Modify SSL Context to allow >= TLSv1 protocol
* #2588: Fixed Size column to show total_wanted instead of total_size
2014-10-15 20:08:23 +00:00
=== Deluge 1.3.10 (15 October 2014) ===
==== GtkUI ====
* #2256: Indexes are not updated correctly when removing column
* Fix bug in the torrentview when Plugins added a column
==== WebUI ====
* Security update for POODLE vulnerability
2014-10-04 22:30:05 +00:00
=== Deluge 1.3.9 (4 October 2014) ===
==== GtkUI ====
* #2514: Fix every torrent is displayed twice in classic mode
2014-10-04 10:15:52 +00:00
=== Deluge 1.3.8 (4 October 2014) ===
2014-10-03 21:04:28 +00:00
==== Core ====
* #1126 & #2322: Emit FinishedEvent after moving storage complete
* Fixes to mitigate fastresume corruption
==== GtkUI ====
* #2335: Fix application startup failing with 'cannot acquire lock' error
* #2497: Fix the Queued Torrents 'Clear' button not properly clearing the list of torrent
* #2496: Fix updating core_config before setting default options
* #2493: Fix TypeError if active workspace is None
* LP:#1168858: Nautilus window opens behind current window
* Fix showing the open_folder menuitem
* Suppress unimportant gnome warnings
* Optimized the updating of the torrent view
* Fixed Indicator icon label issue
* Fix listview error with new config
==== WebUI ====
* Ensure values are updated from config upon showing a plugin page
==== Extractor ====
* Add WebUI plugin page
* Find 7-zip application path on Windows via registry
==== Execute ====
* #1290: Add a TorrentRemoved event option
==== Scheduler ====
* #2238: Fix an 'undefined this.scheduleCells' error in javascript console
==== Notifications ====
* #1310: Add WebUI plugin page
==== Blocklist ====
* #2478: Add WebUI plugin page
==== Console ====
* #2470: Fix console parsing args
2014-07-09 19:08:22 +00:00
=== Deluge 1.3.7 (9 July 2014) ===
2014-07-09 18:35:31 +00:00
==== Core ====
* #2324: Encryption level set by Deluge did not match libtorrent values
* #2303: Torrent state was not updated until after emitting TorrentFinishedEvent
* Fix twisted 13.1 compatability
* #2343: Fix error if listen interface is whitespace
* #2082: Validate ip address for listen_interface entry
* #1490: Increase the Alertmanager interval to 0.3s
* Prevent private flagged torrents auto-merging trackers
2013-03-26 19:39:47 +00:00
==== GtkUI ====
* Fix issue with Plugins that add Tab to torrentdetails
* Fix the scalable icon install directory
2014-07-09 18:35:31 +00:00
* #2335: Fix IPC lockfile issue preventing start of deluge-gtk
* #2365: Fix hiding Progress column generating TypeError
* #2371: Add StartupWMClass to desktop file
* #2372: Fix the Ratio column not retaining position
* #2369: Fix bypassing the password dialog when showing/quitting
==== WebUI ====
* #2374: Fix right-click selection issue
* #2310: Fix unicode password support
* #2418: Fix WebUI error when adding non-ascii torrent
==== Windows OS ====
* Allow silent uninstall for Windows package
* #2367: Fix DelugeStart theme not showing Private Flag as ticked/checked
* #2315: Potential fix for lost window issue
2013-03-26 19:39:47 +00:00
==== Extractor ====
* #2290: Fix dotted filenames being rejected
2013-02-25 15:34:52 +00:00
=== Deluge 1.3.6 (25 Feburary 2013) ===
2012-04-12 13:21:08 +00:00
==== Core ====
* Catch & log KeyError when removing a torrent from the queued torrents set
2012-12-22 02:24:25 +00:00
* Fix moving/renaming torrents issues when using libtorrent 0.16
2012-11-21 07:16:46 +00:00
* Make sure queue order is preserved when restarting
2012-11-26 16:52:41 +00:00
* #2160: Disable use of python bindings for libtorrent extensions and replace with session flag
* #2163: Fix unable add torrent file with empty (0:) encoding tag
* #2201: Fix error in authmanager if auth file has extra newlines
2012-11-29 22:39:37 +00:00
* #2109: Fix the Proxy settings not being cleared by setting None
* #2110: Fix accepting magnet uris with xt param anywhere within them
2012-12-22 02:24:25 +00:00
* #2204: Fix daemon shutdown hang with large numbers of torrents
2013-02-12 03:09:46 +00:00
* Fix prioritize first/last pieces option for magnet links
2012-12-22 02:24:25 +00:00
==== Client ====
* Fix keyerrors after removing torrents from UIs
2012-04-12 13:21:08 +00:00
2012-11-07 05:16:24 +00:00
==== GtkUI ====
2012-11-02 06:09:21 +00:00
* Add move completed option to add torrent dialog
2012-11-07 05:35:58 +00:00
* Prevent jitter in torrent view
2012-11-20 00:34:19 +00:00
* Fix torrent creation with non-ascii characters
2012-11-26 16:52:41 +00:00
* Fix #2100 : Add option not to bring main window to front when adding torrents through ipcinterface
* Add Quit Dialog when toggling classic mode in preferences and only show connection manager when not in classic mode.
* #2169: Fix 'Download Location' in the Add Torrent Dialog not set correctly when folder typed into Other->Location field
* #2171: Fix the Add Peer dialog not responding if empty or invalid values entered
* #2104: Fix no title set for the appindicator
* #2086: Fix submenus and icons for appindicator
2012-11-29 22:39:37 +00:00
* #2146: Fix missing translations in View|Tabs submenu
* Fix torrent names on libtorrent 0.16 on windows
* #2147: Fix missing translations for plugin preferences page
* #1474: Fix the on_show_prefs hook not being executed immediatly after enabling a plugin
2012-12-22 02:24:25 +00:00
* #1946: Fix ReactorNotRestartable error when set as startup application
* #2130: Fix same name can be given to different files in Add Torrent dialog
* #2129: Fix empty filename able to be set in AddTorrent dialog
* #2228: Fix Apply-To-All in AddTorrent Dialog copying file renames to other torrents
2013-02-17 15:17:46 +00:00
* #2260: Fix the Add Torrent dialog also bringing the main window to active workspace
* Fix showing exception error to user in Classic Mode with no libtorrent installed
2012-11-26 16:52:41 +00:00
==== Console ====
* LP#1004793: Enable use of connect command in non-interactive mode
* Ensure console commands are executed in order
* #2065: Fix crash with missing closing quote
* #1397: Add support for -s STATE in info command
==== WebUI ====
2013-01-04 23:43:06 +00:00
* Add move completed option to add torrent dialog
2012-11-26 16:52:41 +00:00
* #2112: Fix world readable tmp directory in json_api
* #2069: Fix login window layout problem when using larger than default font size
* #1890: Fix columns in files and peers view could use some spacing
* #2103: Fix sorting by name is case-sensitive [sedulous]
* #2120: Fix manually entered values not being saved in spinners
* #2212: Fix unable to scroll in proxy preferences page
* Fix autoconnecting to the default host
2012-12-22 02:24:25 +00:00
* #2046: Fix plugins not enabling properly until after refreshing page
* #2125: Fix plugin methods not being available when enabled until restart
* #2085: Fix not showing torrents in sidebar for categories other than 'All' in classic mode
* #2232: Fix flag icon path in Peers Tab missing deluge.config.base
* Fix submenus closing upon mouse click
2013-02-17 15:17:46 +00:00
* Add failed login log message, including IP address, to enable use with fail2ban
* #2261: Fix Proxy settings not being saved in preferences
2012-11-26 16:52:41 +00:00
==== Windows OS ====
* Hide the cmd windows when running deluged.exe or deluge-web.exe
* Add deluged-debug.exe and deluge-web-debug.exe that still show the cmd window
* Add gtk locale files to fix untranslated text
* Fix the Open Folder option not working with non-ascii paths
* Fix the daemon starting with config dir containing spaces
* Fix Windows tray submenu items requiring right-click instead of left-click
2013-01-20 21:26:55 +00:00
* Fix issue with adding some torrents with illegal characters via url in gtk client
2013-02-17 15:17:46 +00:00
* #2240: Fix freespace issue with large capacity drives
2012-11-26 16:52:41 +00:00
==== OS X ====
* Fix Open File/Folder option
2013-02-17 15:17:46 +00:00
* Add OS X Menu for GTK Quartz
2012-11-26 16:52:41 +00:00
==== Execute ====
* Fix execute plugin not working with unicode torrent names
2012-11-02 06:09:21 +00:00
2013-03-26 19:39:47 +00:00
==== Extractor ====
* Add Windows support, using 7-zip
* Added support for more extensions
* Disabled extracting 'Move Completed' torrents due to race condition
2012-04-10 01:42:25 +00:00
=== Deluge 1.3.5 (09 April 2012) ===
2012-03-12 13:05:44 +00:00
==== Core ====
* Fix not properly detecting when torrent is at end of queue
* #2049: Preserve order when moving multiple torrents in the queue
2012-03-11 19:33:06 +00:00
==== 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
2012-04-09 16:28:31 +00:00
* #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
2012-03-11 19:33:06 +00:00
==== WebUI ====
* #2050: Fix 'Up Speed' column not sorting
2012-04-09 16:28:31 +00:00
* Hide unused Infohash button in WebUI
2012-03-11 19:33:06 +00:00
==== Label ====
2012-04-09 16:28:31 +00:00
* Disable unusable items for 'All' in sidebar menu
2012-03-11 19:33:06 +00:00
* Fix items for translation
2012-04-11 13:09:14 +00:00
==== Console ====
2012-04-09 16:28:31 +00:00
* Fix prefixed space for tab completing commands
* Fix missing trailing space for command options with tab complete
2012-04-11 13:09:14 +00:00
==== Blocklist ====
2012-04-09 16:28:31 +00:00
* Use (documented) formatdate over format_date_time
2012-03-03 19:55:13 +00:00
=== Deluge 1.3.4 (03 March 2012) ===
2011-11-22 23:15:43 +00:00
==== Core ====
2012-01-04 19:00:21 +00:00
* #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
2012-02-22 23:07:15 +00:00
* Fix setting daemon listen interface from command line
2012-02-27 15:39:08 +00:00
* #2021: Fix share ratio limit not obeyed for seeded torrents added to session
2012-02-28 23:18:09 +00:00
* Add optparse custom version to prevent unnecessary loading of libtorrent
2012-03-02 15:32:21 +00:00
* #1554: Fix seeding on share ratio failing for partially selected torrents
2012-03-03 02:18:13 +00:00
* Add proper process title naming in ps, top etc. (Depends: setproctitle)
2012-01-09 22:38:18 +00:00
2011-11-22 23:15:43 +00:00
==== GtkUI ====
2012-01-04 19:00:21 +00:00
* #1918: Fix Drag'n'Drop not working in Windows
* #1941: Increase maximum Cache Size to 999999 (15GiB)
* #1940: File & folder renaming issue when using Add Torrent dialog in Windows
* LP#821577: Fix UnpicklingError when external selection dragged onto Files Tab
* #1934: Fix Unicode error in AddTorrent Dialog
* #1957: Fix keyerror when adding columns for non-latin languages
* #1969: Fix menu item 'Quit & Shutdown' still available when not connected to daemon
2012-01-10 02:08:17 +00:00
* #1895: Fix Files Tab showing wrong files due to torrent_info race condition
* #2010: Move speed text in titlebar to the beginning
2012-02-16 16:58:32 +00:00
* #2032: Wait for client to shutdown/disconnect before stopping reactor
* Fix compatibility with Python 2.5
* Fix collapsed treeview in Create Torrent dialog
2012-02-22 23:07:15 +00:00
* Ignore unmaximise event when window isn't visible
2012-02-28 23:18:09 +00:00
* #1976: Fixed text entry with trailing newline characters causing issues for Move Storage
2012-01-09 22:38:18 +00:00
2011-11-22 23:15:43 +00:00
==== WebUI ====
2012-01-04 19:00:21 +00:00
* Fix Webui files-tab menu setting wrong priority
2012-01-09 22:38:18 +00:00
* Update to ExtJS 3.4.0
2012-01-04 19:00:21 +00:00
* #1960: Fix statustab showing total_payload_download for upload as well
2012-01-10 02:08:17 +00:00
* Remove uneeded Titlebar to save space
* Fix clipped Browse button in WebUI
* #1915: Fix being unable to stop the status bar from autohiding
* Fix password box focus issue in Firefox
* Fix plugin uploads from behind a reverse proxy
* #2010: Move speed text in titlebar to the beginning
* #1936: Fix Referenced before assignment error in json_api
2012-02-16 16:58:32 +00:00
* Changes are now applied when clicking OK in Preferences
* Added Download,Uploaded,Down Limit, Up Limit & Seeder/Peeds columns
2012-02-18 03:37:47 +00:00
* Add magnet uri support to Add Url
* Add keymaps for torrents - Ctrl-A (select all) and Delete
2012-02-18 20:29:46 +00:00
* #2037: Fix 'Add Torrents' torrents list not scrolling
2012-02-27 15:39:08 +00:00
* #2038: Fix Chrome 17 disconnecting from webui
2012-01-09 22:38:18 +00:00
2012-01-04 19:00:21 +00:00
==== Console ====
* #1953: Fix flickering on every update
2012-02-16 16:58:32 +00:00
* #1954: Fix 'invalid literal for float' when setting listen interface
2012-03-02 15:32:21 +00:00
* #1945: Fix UnicodeDecodeError when using non-ascii chars in info
2012-01-04 19:00:21 +00:00
==== Label ====
* #1961: Add missing 'All' filter option
2012-02-22 23:07:15 +00:00
* #2035: Fix label options dialog in webui
* #2036: Fix newly added labels not being sorted in torrent right click menu
2012-01-04 19:00:21 +00:00
==== Notification ====
* #1905: Fix no email sent to second email address
2012-01-09 22:38:18 +00:00
* #1898: Fix email notifications not including date/time they were sent
2011-07-28 23:10:35 +00:00
2012-02-16 16:58:32 +00:00
==== Scheduler ====
* Add plugin page for WebUi
2012-03-02 15:32:21 +00:00
==== Execute ====
* Commands now run scripts asynchronous to prevent Deluge from hanging
2012-02-22 23:07:15 +00:00
==== AutoAdd ====
2012-02-27 15:39:08 +00:00
* Added watch folder support for '.magnet' text file containing single or multiple magnet uris
* Fix glade object issue when re-enabling plugin in same session
* Fix plugin not showing as enabled in webui
2012-02-22 23:07:15 +00:00
2011-07-22 17:58:01 +00:00
=== Deluge 1.3.3 (22 July 2011) ===
2011-05-25 20:27:16 +00:00
==== Core ====
* Properly show the 'Checking Resume Data' state instead of just 7
2011-06-17 15:14:11 +00:00
* #1788: Added ability to use XDG_DOWNLOAD_DIR as default download folder
2011-06-19 23:18:13 +00:00
* Fix path error with torrent files prefixed with 'file://' from Firefox
2011-06-17 15:14:11 +00:00
* #1869: Fix setting the disk io read/write to bypass OS cache in Windows
* #1504: Fix win32 running deluged as not logged in user via runas or service
* #890: If added torrent already exists, append extra trackers to it
2011-07-02 17:57:57 +00:00
* #1338: Fix Seeds and Peers totals not updating
2011-07-04 13:30:55 +00:00
* #1239: Fix translated Tracker Error text not counted in sidebar Error status
2011-07-10 16:45:37 +00:00
* Fix httpdownloader error with existing filename
* #1505: Add libtorrent info to version output
* #1637 Fix UnicodeDecodeError from 'deluge-* --help' with non-english languages
2011-07-14 12:42:17 +00:00
* #1714 Fix handling of backslashes when renaming files/folders
2011-05-25 20:27:16 +00:00
2011-05-26 00:10:08 +00:00
==== GtkUI ====
2011-05-25 20:27:16 +00:00
* Show the checking icon for torrents in the 'Checking Resume Data' state
2011-05-27 22:58:52 +00:00
* #1195: Fix right-click selecting issue when switching between folders and files
* Add F2 key shortcut for renaming filenames in the Files Tab
2011-06-10 03:24:36 +00:00
* Increase max piece size to 16 MiB in create torrent dialog
2011-06-17 15:14:11 +00:00
* #1475: Fix save and restore Preferences dialog size from config
2011-06-19 23:18:13 +00:00
* Add search as you type to the torrent view
2011-06-17 15:14:11 +00:00
* #1456: Fix no ETA showing with multiple files
* #1560: Fix FilesTab Progress value sorting by int instead of float
2011-07-06 17:05:28 +00:00
* #1263: Fix not remembering column widths
2011-07-10 16:45:37 +00:00
* #948: New Release Dialog now shows the server version
* Fix peers in PeersTab showing non-zero download rate when seeding
2011-05-27 22:58:52 +00:00
2011-07-28 23:10:35 +00:00
==== AutoAdd ====
2011-05-27 22:58:52 +00:00
* #1861: Fix AutoAdd Warning (column number is a boolean)
2011-05-25 20:27:16 +00:00
2011-07-28 23:10:35 +00:00
==== Label ====
2011-06-27 01:33:50 +00:00
* #1246: Fix losing Labels upon restart
2011-07-28 23:10:35 +00:00
==== Execute ====
2011-07-02 17:57:57 +00:00
* #1477: Fix ignore Added events from state file on startup
2011-06-30 16:22:24 +00:00
==== ConsoleUI ====
* #1258: Add support for urls and magnet uris in add command
2011-07-10 16:45:37 +00:00
* #1801: Fix unhandled defered error and missing error message upon failed connect
2011-06-30 16:22:24 +00:00
2011-05-24 22:16:56 +00:00
=== Deluge 1.3.2 (24 May 2011) ===
2011-02-15 04:23:37 +00:00
==== Core ====
2011-03-08 13:56:04 +00:00
* #1527: Fix Converting unicode to unicode error in move_storage
* #1373: Fix creating and moving non-ascii folder names in MS Windows
* #1507: Fix temporary file race condition in core/core.py:add_torrent_url
* Fix a bug that can occur when upgrading 1.1 config files
* #1517: Fix isohunt urls not loading
* Handle redirection when adding a torrent by url
2011-03-23 12:38:41 +00:00
* #1614: Fix autoadd matching a directory called "torrent"
2011-05-06 23:03:27 +00:00
* #1742: Fix failure in Event handler prevents further emissions
2011-02-15 04:23:37 +00:00
2011-05-27 22:58:52 +00:00
==== GtkUI ====
2011-03-08 13:56:04 +00:00
* #1514: Added Indicator Applet
2011-05-23 00:22:18 +00:00
* #1494: Add torrent columns Downloaded and Uploaded
* #1308: Add torrent column Seeds/Peers ratio
* #1646: Add torrent columns for per torrent upload and download speed limits
2011-03-08 13:56:04 +00:00
* Add missing icons for Trackers filter
* Fix inconsistancies in the text for translation
* #1510: Fix cannot create a torrent with only non-zero tier trackers
* #1513: Fix unhandled Twisted Error in test_listen_port
* #690: Fix renaming folders does not remove old empty folders
* #1336: Fix uneeded horizontal scrollbar showing in Files & Peers Tab
* #1508: Fix TypeError in cell_data_queue() could not convert argument to correct param type
* #1498: Fix double slashes appearing when renaming
* #1283: Fix consistent icons for Files tab
* #1282: Text for AutoManaged changed to 'On/Off' and localized
2011-05-23 00:22:18 +00:00
* Fix Up/Down buttons in Edit Trackers Dialog
* Add Key Shortcuts for main menu functions
2011-02-15 04:23:37 +00:00
==== WebUI ====
2011-03-08 13:56:04 +00:00
* #1194: Fix infinite login prompt in web ui through reverse proxy
* #1355: Fix slow changing states in webUI
2011-02-15 04:23:37 +00:00
* #1536: Fix Edit Trackers window not scrolling and not being resizable
2011-05-06 21:03:18 +00:00
* #1799: Fix Missing textbox for "Move completed" in torrent options
* #1562: Fix Javascript error in Web UI when re-opening preferences
2011-05-06 21:09:05 +00:00
* #1567: Fix js from plugins does not work with different 'base' setting
2011-05-06 21:23:12 +00:00
* #1268: Fix torrent errors not displayed in webui
2011-05-06 22:25:05 +00:00
* #1323: Fix filter panels not scrollable
* Fix file uploads from behind a reverse proxy.
* #1333: Fix peer list doesn't update automatically
2011-05-06 22:44:19 +00:00
* #1537: Fix editing trackers list, trackers have to be reselected
2011-02-15 04:23:37 +00:00
==== ConsoleUI ====
2011-03-08 13:56:04 +00:00
* #755: Fix can't set listen_ports through console UI
* #1500: Fix Console crashes on command longer than terminal width
* #1248: Fix deluge-console unicode support on redirected stdout
* Fix for deluge-console not adding torrent files on MS Windows
* #1450: Fix trailing white space in paths
* Misc: Updated help text for deluge-console on MS Windows
* #1484: Fix trying to access the screen object when not using interactive mode
2011-05-06 23:00:18 +00:00
* #1548: Fix cli argument processing
2011-05-23 00:22:18 +00:00
* #1856: Add --sort option to info command
* #1857: Add seeding_time, active_time and tracker_status to info command
2011-02-15 04:23:37 +00:00
==== Scheduler ====
2011-03-08 13:56:04 +00:00
* #1506: Fix max speed not restored on a yellow->green transition
2011-02-15 04:23:37 +00:00
2010-10-31 17:15:02 +00:00
=== Deluge 1.3.1 (31 October 2010) ===
2010-10-03 08:52:33 +00:00
==== Core ====
* #1369: Fix non-ascii config folders not working in windows
2010-10-02 13:55:51 +00:00
==== GtkUI ====
* #1365: Fix sidebar not updating show/hide trackers
2010-10-24 22:59:06 +00:00
* #1247: Fix hang on quit
2010-10-02 13:55:51 +00:00
2010-10-07 11:46:49 +00:00
==== WebUI ====
* #1364: Fix preferences not saving when the web ui plugin is enabled in classic mode
2010-10-24 22:44:40 +00:00
* #1377: Fix bug when enabling plugins
* #1370: Fix issues with preferences
* #1312: Fix deluge-web using 100% CPU
2010-10-07 11:46:49 +00:00
2010-09-18 18:31:31 +00:00
=== Deluge 1.3.0 (18 September 2010) ===
2010-09-19 10:57:23 +00:00
==== Core ====
2010-09-13 23:11:57 +00:00
* Fix issue where the save_timer is cancelled when it's not active
* Fix unhandled exception when adding a torrent to the session
* Moved xdg import so it is not called on Windows, where it is unused. fixes #1343
* Fix key error after enabling a plugin that introduces a new status key
* Ignore global stop ratio related settings in logic, so per torrent ones are used.
* Ensure preferencesmanager only changes intended libtorrent session settings.
2010-09-19 10:57:23 +00:00
* Fix issue when adding torrents without a 'session'. This can happen when a plugin adds a torrent, like how the AutoAdd plugin works. The user that adds this torrent will be an empty string.
2010-09-13 23:11:57 +00:00
* Add TorrentFileCompleted event
2010-09-19 10:57:23 +00:00
==== GtkUI ====
2010-09-13 23:11:57 +00:00
* Increase max piece size to 8 MiB in create torrent dialog (closes #1358)
2010-09-19 10:57:23 +00:00
==== Scheduler ====
* Add max active downloading and seeding options to scheduler.
* Fix scheduler so that it keeps current state, even after global settings change.
==== AutoAdd ====
* AutoAdd plugin can now recover when one of the watchfolders has an unhandled exception.
2010-09-13 23:11:57 +00:00
* Fix bug in AutoAdd plugin where watchdirs would not display in gtkui when first enabled.
* Fix bugs with unicode torrents in AutoAdd plugin.
2011-05-27 22:58:52 +00:00
2010-08-20 21:15:21 +00:00
=== Deluge 1.3.0-rc2 (20 August 2010) ===
2010-06-07 17:19:30 +00:00
==== Core ====
* Fix tracker_icons failing on windows
2010-06-23 01:26:43 +00:00
* Fix #1302 an uncaught exception in an state_changed event handler in SessionProxy was preventing the TorrentManager's stop method from properly saving all the resume data
2010-09-19 10:57:23 +00:00
* Fix issue with SessionProxy not updating the torrent status correctly when get_torrent_status calls take place within the cache_expiry time
2010-06-07 17:19:30 +00:00
2010-06-07 09:49:09 +00:00
==== ConsoleUI ====
* #1307: Fix not being able to add torrents
2010-06-07 15:25:21 +00:00
* #1293: Fix not being able to add paths that contain backslashes
2010-06-07 09:49:09 +00:00
2010-07-01 16:36:04 +00:00
==== GtkUI ====
* Fix uncaught exception when closing deluge in classic mode
2010-06-07 14:17:22 +00:00
==== Execute ====
* #1306: Fix always executing last event
2010-06-10 14:42:29 +00:00
==== Label ====
* Fix being able to remove labels in web ui
2010-07-03 16:13:31 +00:00
==== WebUI ====
2010-07-01 12:46:27 +00:00
* #1319: Fix shift selecting in file trees
2010-05-08 18:50:19 +00:00
=== Deluge 1.3.0-rc1 (08 May 2010) ===
2009-12-11 21:00:12 +00:00
==== Core ====
2010-01-22 12:39:33 +00:00
* 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()
2010-04-11 12:24:51 +00:00
* #1112: Fix renaming files in add torrent dialog
2010-05-02 12:05:30 +00:00
* #1247: Fix deluge-gtk from hanging on shutdown
2010-02-21 06:20:34 +00:00
* #995: Rewrote tracker_icons
2010-05-11 13:46:48 +00:00
* Add AutoAdd plugin
2010-05-08 18:50:19 +00:00
* Add Notifications plugin
==== GtkUI ====
2010-05-11 13:46:48 +00:00
* Use new SessionProxy class for caching torrent status client-side
2010-05-08 18:50:19 +00:00
* Use torrent status diffs to reduce RPC traffic
2009-12-11 21:00:12 +00:00
2010-01-03 18:02:30 +00:00
==== Blocklist ====
2010-01-22 12:39:33 +00:00
* Implement local blocklist support
2010-04-11 14:40:23 +00:00
* #861: Pause transfers until blocklist is imported
2010-05-06 13:27:04 +00:00
* Fix redirection not working with relative paths
2010-01-22 12:39:33 +00:00
2010-05-05 22:03:19 +00:00
==== Execute ====
2010-05-11 13:46:48 +00:00
* Fix running commands with the TorrentAdded event
2010-05-05 22:03:19 +00:00
* Fix the web interface
==== Label ====
* Fix the web interface (#733)
2010-01-22 12:39:33 +00:00
==== Web ====
* Migrate to ExtJS 3.1
* Add gzip compression of HTTP data to the server
2010-05-11 13:46:48 +00:00
* Improve the efficiency of the TorrentGrid with lots of torrents (#1026)
2010-05-05 22:03:19 +00:00
* Add a base parameter to allow reverse proxying (#1076)
* Fix showing all the peers in the details tab (#1054)
* Fix uploading torrent files in Opera or IE (#1087)
* Complete IE support
2010-01-03 18:02:30 +00:00
2010-01-16 04:21:25 +00:00
=== Deluge 1.2.0 - "Bursting like an infected kidney" (10 January 2010) ===
2009-02-28 22:22:49 +00:00
==== Core ====
2010-01-22 12:39:33 +00:00
* Implement new RPC protocol DelugeRPC replacing XMLRPC
* Move to a twisted framework
* Add an 'Error' filter for Trackers to show trackers that currently have a tracker error
* Use system GeoIP database if available, this is now an optional dependency
2009-02-28 22:22:49 +00:00
==== GtkUI ====
2010-05-11 13:46:48 +00:00
* Remove SignalReceiver
2010-01-22 12:39:33 +00:00
* Implemented a cross-platform IPC method thus removing the DBUS dependency
* Implement a "True" Classic Mode where there is no longer a separate daemon process
* Add preferences option "Add torrent in paused state"
* Add tracker icons to the Tracker column
* Implement #259 show tooltip with country name in the peers tab
* Add an error category to the tracker sidebar list
* Add Find More Plugins button to Plugins preference page
* Fix #518 remove header in add torrent dialog to save vertical space
* Add a Cache preferences page to adjust cache settings and examine cache status
* Add ability to rename files prior to adding them
* Fix shutdown handler with GNOME session manager
* Allow 4 MiB piece sizes when creating a torrent
2009-06-02 04:01:46 +00:00
==== ConsoleUI ====
2010-01-22 12:39:33 +00:00
* Changed to use curses for a more interactive client
2009-02-28 22:22:49 +00:00
2009-03-06 15:22:12 +00:00
==== WebUI ====
2010-01-22 12:39:33 +00:00
* Move over to using Twisted-Web for the webserver.
* Move to only AJAX interface built upon Ext-JS.
2009-03-06 15:22:12 +00:00
2009-06-02 04:01:46 +00:00
==== Plugins ====
2010-01-22 12:39:33 +00:00
* Add Scheduler plugin
* Add Extractor plugin
2009-06-02 04:01:46 +00:00
2009-05-12 17:52:01 +00:00
==== Misc ====
2010-01-22 12:39:33 +00:00
* PyGTK dependency bumped to => 2.12 to use new tooltip system
* Add new scripts for invoking UIs: deluge-gtk, deluge-web, deluge-console
* Remove GeoIP database from the source tree
2009-05-12 17:52:01 +00:00
2009-03-15 01:35:20 +00:00
=== Deluge 1.1.0 - "Time gas!" (10 January 2009) ===
2009-02-20 11:35:17 +00:00
==== Core ====
2010-01-22 12:39:33 +00:00
* Implement #79 ability to change outgoing port range
* Implement #296 ability to change peer TOS byte
* Add per-torrent move on completed settings
* Implement #414 use async save_resume_data method
* Filter Manager with torrent filtering in get_torrents_status , for sidebar and plugins.
* Implement #368 add torrents by infohash/magnet uri (trackerless torrents)
* Remove remaining gtk functions in common
* Tracker icons.
* Add ETA for torrents with stop at seed ratio set
* Fix #47 the state and config files are no longer invalidated when there is no diskspace
* Fix #619 return "" instead of "Infinity" if seconds == 0 in ftime
* Add -P, --pidfile option to deluged
2008-09-23 06:15:40 +00:00
2009-02-20 11:35:17 +00:00
==== GtkUI ====
2010-01-22 12:39:33 +00:00
* Add peer progress to the peers tab
* 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
* Implement #28 Create Torrent Dialog
* Redesiged sidebar with filters for Active and Tracker (see Filter Manager)
* Implement #428 the ability to rename files and directories
* Implement #229 add date added column
* Implement #596 show speeds in title
* Fix #636 not setting the daemon's config directory when using --config= with the UI in classic mode.
* Fix #624 do not allow changing file priorities when using compact allocation
* Fix #602 re-did files/peers tab state saving/loading
* Fix gtk warnings
* Add protocol traffic statusbar item
* Rework the Remove Torrent Dialog to only have 2 options, remove data and remove from session.
* Add "Install Plugin" and "Rescan Plugins" buttons to the Plugins preferences
* Make active port test use internal graphic instead of launching browser
2008-09-25 19:20:15 +00:00
2009-02-20 11:35:17 +00:00
==== WebUI ====
2010-01-22 12:39:33 +00:00
* Lots of smaller tweaks.
* All details tabs have the same features as in gtk-ui 1.0.x
* Persistent sessions #486
* Plugin improvements for easy use of templates and images in eggs. #497
* Classic template takes over some style elements from white template.
* https (for users that know how to create certificates)
* Easier apache mod_proxy use.
* Redesigned sidebar
2008-11-05 22:42:10 +00:00
2009-02-20 11:35:17 +00:00
==== AjaxUI ====
2010-01-22 12:39:33 +00:00
* Hosted in a webui template.
2008-11-05 22:42:10 +00:00
2009-02-20 11:35:17 +00:00
==== ConsoleUI ====
2010-01-22 12:39:33 +00:00
* New ConsoleUI written by Idoa01
* Callable from command-line for scripts.
2008-10-15 19:54:14 +00:00
2009-02-20 11:35:17 +00:00
==== Plugins ====
2010-01-22 12:39:33 +00:00
* Stats plugin for graphs.
* Label plugin for grouping torrents and per torrent settings.
2008-11-08 07:26:52 +00:00
2009-02-20 11:35:17 +00:00
==== Misc ====
2010-01-22 12:39:33 +00:00
* Implement #478 display UI options in usage help
* Fix #547 add description to name field per HIG entry 2.1.1.1
* Fix #531 set default log level to ERROR and add 2 command-line options, "-L, --loglevel" and "-q, --quiet".