mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
Update ChangeLog.
This commit is contained in:
parent
91801e1632
commit
f56be66556
1 changed files with 10 additions and 2 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,5 +1,8 @@
|
||||||
=== Deluge 1.3.0 (In Development) ===
|
=== Deluge 1.3.0 (In Development) ===
|
||||||
* Improved Logging
|
* Improved Logging
|
||||||
|
* Removed the AutoAdd feature on the core. It's now handled with the AutoAdd
|
||||||
|
plugin, which is also shipped with Deluge, and it does a better job and
|
||||||
|
now, it even supports multiple users perfectly.
|
||||||
|
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Implement #1063 option to delete torrent file copy on torrent removal - patch from Ghent
|
* Implement #1063 option to delete torrent file copy on torrent removal - patch from Ghent
|
||||||
|
@ -9,9 +12,14 @@
|
||||||
* #1112: Fix renaming files in add torrent dialog
|
* #1112: Fix renaming files in add torrent dialog
|
||||||
* #1247: Fix deluge-gtk from hanging on shutdown
|
* #1247: Fix deluge-gtk from hanging on shutdown
|
||||||
* #995: Rewrote tracker_icons
|
* #995: Rewrote tracker_icons
|
||||||
* Make the distinction between adding to the session new unmanaged torrents and torrents loaded from state. This will break backwards compatability.
|
* Make the distinction between adding to the session new unmanaged torrents
|
||||||
* Pass a copy of an event instead of passing the event arguments to the event handlers. This will break backwards compatability.
|
and torrents loaded from state. This will break backwards compatability.
|
||||||
|
* Pass a copy of an event instead of passing the event arguments to the
|
||||||
|
event handlers. This will break backwards compatability.
|
||||||
* Allow changing ownership of torrents.
|
* Allow changing ownership of torrents.
|
||||||
|
* File modifications on the auth file are now detected and when they happen,
|
||||||
|
the file is reloaded. Upon finding an old auth file with an old format, an
|
||||||
|
upgrade to the new format is made, file saved, and reloaded.
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Fix uncaught exception when closing deluge in classic mode
|
* Fix uncaught exception when closing deluge in classic mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue