From b64084d248ed1344751ff4908ea9cefff0460d92 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Fri, 8 Jul 2022 09:03:31 +0100 Subject: [PATCH] [Docs] Update changelog and install details --- CHANGELOG.md | 5 +++++ docs/source/intro/01-install.md | 15 ++------------- 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 ## 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. ## 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