From 96209dd2048cbe7170d509f68ba9d0e5fbff7963 Mon Sep 17 00:00:00 2001 From: Ratanak Lun Date: Mon, 27 Jan 2014 12:44:28 -0500 Subject: [PATCH] Update to 0.2.19.3 --- changelog | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 0727ce4..15de254 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,8 @@ +Version 0.2.19.3 +- Fix status bar not updating when label removed +- Improve performance when removing label with many sublabels +- Check for same path before attemping to move completed torrents + Version 0.2.19.2 - Fix context menu using the wrong label when using "Parent" - Allow "Parent" to be used by multiple selected torrents with the same label diff --git a/setup.py b/setup.py index ed3cb0a..587cfdf 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ __plugin_name__ = "LabelPlus" __author__ = "Ratanak Lun" __author_email__ = "ratanakvlun@gmail.com" -__version__ = "0.2.19.2" +__version__ = "0.2.19.3" __url__ = "http://github.com/ratanakvlun" __license__ = "GPLv3" __description__ = "Assign labels to torrents"