Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
ratanakvlun committed Aug 9, 2019
1 parent e66e1ed commit 2a2d7fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,9 @@ allows direct modification to libtorrent settings and has preset support.

This plugin adds a preference page to both GtkUI and WebUI.

The current major version is 2.x. It targets Deluge 2.x and Python 3.
If you have an older version of Deluge, please use v0.3.1.

WARNING: Modify settings at your own risk!

For information about each setting, see the libtorrent [manual](http://www.rasterbar.com/products/libtorrent/manual.html#session-customization).
Expand Down
3 changes: 3 additions & 0 deletions changelog
@@ -1,3 +1,6 @@
Version 2.0.0
- Update to support Deluge 2.x and Python 3

Version 0.3.1
- Fix hang when using Deluge from Debian 9 repo
- Improve compatibility of presets
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
__plugin_name__ = "ltConfig"
__author__ = "Ratanak Lun"
__author_email__ = "ratanakvlun@gmail.com"
__version__ = "0.3.1"
__version__ = "2.0.0"
__url__ = "http://github.com/ratanakvlun"
__license__ = "GPLv3"
__description__ = "Modify libtorrent settings"
Expand Down

0 comments on commit 2a2d7fa

Please sign in to comment.