summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-06-05 23:32:37 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-06-06 17:12:58 +0100
commitd4185505d1845c59881518b8699868a867fdbe75 (patch)
tree6fa1bdec02b6f8225da24e12acf77e36321e18c2 /CHANGELOG.md
parent04e58659febdcd9f371f49d33999af3654f13e11 (diff)
downloaddeluge-d4185505d1845c59881518b8699868a867fdbe75.tar.gz
deluge-d4185505d1845c59881518b8699868a867fdbe75.tar.bz2
deluge-d4185505d1845c59881518b8699868a867fdbe75.zip
[Docs] Cleanup changelog and docs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab69d46cd..333a4b15b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
-# Deluge Changelog
+# Changelog
-## Deluge 2.0.0 - (In Development)
+## 2.0.0 (In Development)
+
+### Codebase
+
+- Ported to Python 3
+
+### Core
- Improved Logging
- Removed the AutoAdd feature on the core. It's now handled with the AutoAdd
@@ -8,14 +14,7 @@
now, it even supports multiple users perfectly.
- Authentication/Permission exceptions are now sent to clients and recreated
there to allow acting upon them.
-- Enforced the use of the "deluge.plugins" namespace to reduce package
- names clashing beetween regular packages and deluge plugins.
-- Fix potential for host_id collision when creating hostlist entries.
-- Add Option To Specify Outgoing Connection Interface.
- Updated SSL/TLS Protocol parameters for better security.
-
-### Core
-
- Make the distinction between adding to the session new unmanaged torrents
and torrents loaded from state. This will break backwards compatability.
- Pass a copy of an event instead of passing the event arguments to the
@@ -29,9 +28,12 @@
which sould then ask the username/password to the user.
- Implemented sequential downloads.
- Provide information about a torrent's pieces states
+- Add Option To Specify Outgoing Connection Interface.
+- Fix potential for host_id collision when creating hostlist entries.
### GtkUI
+- Ported to GTK3 (3rd-party plugins will need updated).
- Allow changing ownership of torrents.
- Host entries in the Connection Manager UI are now editable.
- Implemented sequential downloads UI handling.