Update Changelog, deluge.pot & gitignore
This commit is contained in:
parent
28fc325db9
commit
1a9be0e9a4
|
@ -7,3 +7,4 @@ dist
|
||||||
*.pyc
|
*.pyc
|
||||||
*.tar.*
|
*.tar.*
|
||||||
_trial_temp
|
_trial_temp
|
||||||
|
deluge/i18n/*
|
||||||
|
|
|
@ -8,6 +8,9 @@
|
||||||
* #890: If added torrent already exists, append extra trackers to it
|
* #890: If added torrent already exists, append extra trackers to it
|
||||||
* #1338: Fix Seeds and Peers totals not updating
|
* #1338: Fix Seeds and Peers totals not updating
|
||||||
* #1239: Fix translated Tracker Error text not counted in sidebar Error status
|
* #1239: Fix translated Tracker Error text not counted in sidebar Error status
|
||||||
|
* Fix httpdownloader error with existing filename
|
||||||
|
* #1505: Add libtorrent info to version output
|
||||||
|
* #1637 Fix UnicodeDecodeError from 'deluge-* --help' with non-english languages
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Show the checking icon for torrents in the 'Checking Resume Data' state
|
* Show the checking icon for torrents in the 'Checking Resume Data' state
|
||||||
|
@ -19,6 +22,8 @@
|
||||||
* #1456: Fix no ETA showing with multiple files
|
* #1456: Fix no ETA showing with multiple files
|
||||||
* #1560: Fix FilesTab Progress value sorting by int instead of float
|
* #1560: Fix FilesTab Progress value sorting by int instead of float
|
||||||
* #1263: Fix not remembering column widths
|
* #1263: Fix not remembering column widths
|
||||||
|
* #948: New Release Dialog now shows the server version
|
||||||
|
* Fix peers in PeersTab showing non-zero download rate when seeding
|
||||||
|
|
||||||
=== AutoAdd ===
|
=== AutoAdd ===
|
||||||
* #1861: Fix AutoAdd Warning (column number is a boolean)
|
* #1861: Fix AutoAdd Warning (column number is a boolean)
|
||||||
|
@ -31,6 +36,7 @@
|
||||||
|
|
||||||
==== ConsoleUI ====
|
==== ConsoleUI ====
|
||||||
* #1258: Add support for urls and magnet uris in add command
|
* #1258: Add support for urls and magnet uris in add command
|
||||||
|
* #1801: Fix unhandled defered error and missing error message upon failed connect
|
||||||
|
|
||||||
=== Deluge 1.3.2 (24 May 2011) ===
|
=== Deluge 1.3.2 (24 May 2011) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue