From d3b0df5788b3d2bb3ff7c83b0eff11c2bef94bea Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Mon, 20 Jun 2011 00:18:13 +0100 Subject: [PATCH] Update Changelog --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 214127ffd..3bd042c36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,12 +2,19 @@ ==== Core ==== * Properly show the 'Checking Resume Data' state instead of just 7 * Fix #1788: Added ability to use XDG_DOWNLOAD_DIR as default download folder + * Fix path error with torrent files prefixed with 'file://' from Firefox + * Fix #1869: Set the disk io read/write to bypass OS cache in Windows + * Fix #1504: Win32 run deluged as not logged in user via runas or service ==== GtkUI ==== * Show the checking icon for torrents in the 'Checking Resume Data' state * #1195: Fix right-click selecting issue when switching between folders and files * Add F2 key shortcut for renaming filenames in the Files Tab * Increase max piece size to 16 MiB in create torrent dialog + * Fix #1475: Save and restore Preferences dialog size from config + * Add search as you type to the torrent view + * Fix #1456: No ETA showing with multiple files + * Fix #1560: FilesTab Progress value sorting by int instead of float === AutoAdd === * #1861: Fix AutoAdd Warning (column number is a boolean)