From 5e28c59b4462cc9daf42f277624248289fa5991c Mon Sep 17 00:00:00 2001 From: Ratanak Lun Date: Tue, 20 Jun 2017 22:42:07 -0400 Subject: [PATCH] 0.3.1 --- changelog | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 53594e5..1dbc0a8 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,8 @@ +Version 0.3.1 +- Fix hang when using Deluge from Debian 9 repo +- Improve compatibility of presets +- Restart network services when settings changed + Version 0.3.0 - Add support for dict settings (lt >= 0.16.x) - Add libtorrent defaults preset diff --git a/setup.py b/setup.py index b7e57e8..872396e 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ __plugin_name__ = "ltConfig" __author__ = "Ratanak Lun" __author_email__ = "ratanakvlun@gmail.com" -__version__ = "0.3.0" +__version__ = "0.3.1" __url__ = "http://github.com/ratanakvlun" __license__ = "GPLv3" __description__ = "Modify libtorrent settings"