diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/releases/2.0.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/releases/2.0.md b/docs/source/releases/2.0.md index 72d8c8efc..890394af5 100644 --- a/docs/source/releases/2.0.md +++ b/docs/source/releases/2.0.md @@ -17,9 +17,19 @@ Some of the highlights since the last major release. - Language switching support. - Improved documentation hosted on ReadTheDocs. - AutoAdd plugin replaces built-in functionality. +- WebUI now daemonizes by default so service scripts will require `-d` option. ## Packaging +### PyPi + +As well as the usual source tarball available for [download] we now have published +Deluge on the PyPi software repository. + +- https://pypi.org/project/deluge/ + +### Windows and MacOS + Unfortunately there are no packages yet for [Windows] or MacOS but they are being worked on. For now alternative [install] methods are available for testing. @@ -43,3 +53,4 @@ Plugin authors update their plugins. [install]: https://deluge.readthedocs.io/en/latest/intro/01-install.html [config]: https://dev.deluge-torrent.org/wiki/Faq#WheredoesDelugestoreitssettingsconfig [translations]: ../contributing/translations.md +[download]: http://download.deluge-torrent.org/source/2.0/ |