deluge:2.0.x

Last commit made on 2021-12-15
Get this branch:
git clone -b 2.0.x https://git.launchpad.net/deluge

Branch merges

Branch information

Name:
2.0.x
Repository:
lp:deluge

Recent commits

612e006... by Calum Lind <email address hidden>

Release 2.0.5

2eee745... by Calum Lind <email address hidden>

Update Changelog

58cc278... by Calum Lind <email address hidden>

[i18n] Fix set_language error with empty lang string

The Web server config for language was set to an empty string which
resulted in an warning logged by i18n set_language.

* Changed set_language to ignore empty language string and do nothing.
We don't want to override the user's system language unless actually
specified by the user.
* Improved the translation warning message.

a03e649... by Calum Lind <email address hidden>

[Build] Fix WebUI js minifying error

Some users encoutered a bug where WebUI in browser show a white screen,
which indicates a problem with loading javascript files. The problem was
due to closure minifying failure leaving a zero-length deluge-all.js
file which broke the usual fallback mechanism to debug files.

* Fixed usage of ES6 const declaration breaking closure minifying.
* Cleanup minified files upon errors so no zero length files left
* Replaced broken and unmaintained slimit with rjsmin.
* Fixed unable to set dev or debug query args due to request args
requiring bytes.

073bbbc... by Calum Lind <email address hidden>

[Packaging] Start replacing deprecated distutils

Working towards removing distutils

> direct usage of distutils is now actively discouraged,
with setuptools being the preferred replacement.

Ref: https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html

bca0aa3... by Calum Lind <email address hidden>

[CI] Replace pypi deluge-libtorrent with libtorrent

* Remove certifi since included in requirements.txt
* Remove old travis config

cb588d0... by Calum Lind <email address hidden>

[Docs] Update release checklist page

2b20e96... by Calum Lind <email address hidden>

back to development

65f7cf0... by Calum Lind <email address hidden>

Release 2.0.4

5ac8f4c... by Calum Lind <email address hidden>

Update changelog