summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2012-12-22 02:24:25 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2012-12-22 02:31:43 +0000
commit7647f848e48696e73e50e04ca22fa752a770004b (patch)
tree857d2ff556312023a6e352019966766ab722c6b7 /ChangeLog
parenteec820774be5169f8544a8004c4ad08d17ae029f (diff)
downloaddeluge-7647f848e48696e73e50e04ca22fa752a770004b.tar.gz
deluge-7647f848e48696e73e50e04ca22fa752a770004b.tar.bz2
deluge-7647f848e48696e73e50e04ca22fa752a770004b.zip
Update Changelog, webui gettext, gitignore & compress js
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cc00f123a..5b08a05d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,14 +45,17 @@
=== Deluge 1.3.6 (In Development) ===
==== Core ====
* Catch & log KeyError when removing a torrent from the queued torrents set
- * Fix moving/renaming torrents with non-ascii characters in libtorrent 0.16
+ * Fix moving/renaming torrents issues when using libtorrent 0.16
* Make sure queue order is preserved when restarting
* #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
* #2109: Fix the Proxy settings not being cleared by setting None
* #2110: Fix accepting magnet uris with xt param anywhere within them
- * #2204: Fix daemon shutdown hang
+ * #2204: Fix daemon shutdown hang with large numbers of torrents
+
+==== Client ====
+ * Fix keyerrors after removing torrents from UIs
==== GtkUI ====
* Add move completed option to add torrent dialog
@@ -68,6 +71,10 @@
* 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
+ * #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
==== Console ====
* LP#1004793: Enable use of connect command in non-interactive mode
@@ -83,6 +90,11 @@
* #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
+ * #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
==== Windows OS ====
* Hide the cmd windows when running deluged.exe or deluge-web.exe