Update Changelog
This commit is contained in:
parent
9fd527f465
commit
cb2212d2f3
19
ChangeLog
19
ChangeLog
|
@ -33,7 +33,7 @@
|
||||||
* #378: Allow showing a pieces bar instead of a regular progress bar in a
|
* #378: Allow showing a pieces bar instead of a regular progress bar in a
|
||||||
torrent's status tab.
|
torrent's status tab.
|
||||||
|
|
||||||
=== Blocklist Plugin ===
|
==== Blocklist Plugin ====
|
||||||
* #1382: Implemented whitelist support to both core and GTK UI.
|
* #1382: Implemented whitelist support to both core and GTK UI.
|
||||||
* Implemented ip filter cleaning before each update. Restarting the deluge
|
* Implemented ip filter cleaning before each update. Restarting the deluge
|
||||||
daemon is no longer needed.
|
daemon is no longer needed.
|
||||||
|
@ -41,19 +41,32 @@
|
||||||
would keep updating one call after the other. If the value changed, the
|
would keep updating one call after the other. If the value changed, the
|
||||||
timer is now stopped and restarted using the new value.
|
timer is now stopped and restarted using the new value.
|
||||||
|
|
||||||
=== Deluge 1.3.5 (In Development) ===
|
=== Deluge 1.3.5 (09 April 2012) ===
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Modified fix for #1957, keyerror with non-acsii columns
|
* Modified fix for #1957, keyerror with non-acsii columns
|
||||||
* Fix translation of items in Sidebar and Torrent Menu
|
* Fix translation of items in Sidebar and Torrent Menu
|
||||||
* #2052: Fix translation of Progress bar text
|
* #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
|
||||||
|
|
||||||
==== WebUI ====
|
==== WebUI ====
|
||||||
* #2050: Fix 'Up Speed' column not sorting
|
* #2050: Fix 'Up Speed' column not sorting
|
||||||
|
* Hide unused Infohash button in WebUI
|
||||||
|
|
||||||
==== Label ====
|
==== Label ====
|
||||||
* Disable items for 'All' in sidebar menu
|
* Disable unusable items for 'All' in sidebar menu
|
||||||
* Fix items for translation
|
* Fix items for translation
|
||||||
|
|
||||||
|
==== Console ====
|
||||||
|
* Fix prefixed space for tab completing commands
|
||||||
|
* Fix missing trailing space for command options with tab complete
|
||||||
|
|
||||||
|
==== Blocklist ====
|
||||||
|
* Use (documented) formatdate over format_date_time
|
||||||
|
|
||||||
=== Deluge 1.3.4 (03 March 2012) ===
|
=== Deluge 1.3.4 (03 March 2012) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* #1921: Free disk space reporting incorrectly in FreeBSD
|
* #1921: Free disk space reporting incorrectly in FreeBSD
|
||||||
|
|
Loading…
Reference in New Issue