summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2022-07-08 09:03:31 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2022-07-08 09:04:57 +0100
commitb64084d248ed1344751ff4908ea9cefff0460d92 (patch)
tree5b9e22a479e5c12e2f9eb6277d8b74291de14989
parente120536d8766d07c0ec27accc08a01224e8de1e3 (diff)
downloaddeluge-b64084d248ed1344751ff4908ea9cefff0460d92.tar.gz
deluge-b64084d248ed1344751ff4908ea9cefff0460d92.tar.bz2
deluge-b64084d248ed1344751ff4908ea9cefff0460d92.zip
[Docs] Update changelog and install details
-rw-r--r--CHANGELOG.md5
-rw-r--r--docs/source/intro/01-install.md15
2 files changed, 7 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 736197c12..11de6f025 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
## unreleased
+### Core
+
+- Fix missing trackers added via magnet
+- Fix handling magnets with tracker tiers
+
## 2.1.0 (2022-06-28)
### Breaking changes
diff --git a/docs/source/intro/01-install.md b/docs/source/intro/01-install.md
index 0d49d82ba..15e99456b 100644
--- a/docs/source/intro/01-install.md
+++ b/docs/source/intro/01-install.md
@@ -48,9 +48,9 @@ One-click [**Install**](https://dl.flathub.org/repo/appstream/org.deluge_torrent
## <i class="fa fa-windows"></i> Windows
-Unfortunately no official installer package currently available.
+Download [installer](https://ftp.osuosl.org/pub/deluge/windows/?C=M;O=D)
-See [Alternative Installs](#alternative-installs)
+Availble for Windows 7, 8 & 10 for both 32-bit and 64-bit OSes.
## <i class="fa fa-apple"></i> macOS
@@ -96,15 +96,6 @@ The [development PPA] contains daily builds from the `develop` branch.
sudo add-apt-repository -u ppa:deluge-team/develop
sudo apt install deluge
-### Windows Community
-
-Due to move to GTK3 and Python 3 and problems with pyinstaller there are only community
-created installers available.
-
-Check sticky topics in [Windows Forum] for latest updates.
-
-For reference [issue #3201] is tracking progress on an official installer.
-
### macOS Community
#### Unofficial `.app` packages
@@ -138,7 +129,5 @@ sudo port install deluge
[development ppa]: https://launchpad.net/~deluge-team/+archive/ubuntu/develop/
[stable ppa]: https://launchpad.net/~deluge-team/+archive/ubuntu/stable/
[homebrew]: https://brew.sh/
-[issue #3201]: https://dev.deluge-torrent.org/ticket/3201
-[windows forum]: https://forum.deluge-torrent.org/viewforum.php?f=12
[macos forum]: https://forum.deluge-torrent.org/viewforum.php?f=13
[depends]: ../depends.md