From 4492ab593e3416a0f72b89fd64ca8a4ca7544220 Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Wed, 27 Nov 2019 13:14:42 -0600 Subject: [PATCH] update news --- addon.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/addon.xml b/addon.xml index e879414..c2dd334 100644 --- a/addon.xml +++ b/addon.xml @@ -93,10 +93,9 @@ resources/images/screenshot3.png resources/images/screenshot4.png - Version 1.5.2 -- Added script.module.dropbox import as a dependency for Dropbox filesystem -- Fixed issue getting xbmcbackup.val file from non-zipped remote directories. Was being copied as though it was a local file so it was failing. -- Use linux path separator (/) all the time, Kodi will interpret this correctly on windows. Was causing issues with remote file systems since os.path.sep + Version 1.6.0 + - dependency on script.module.dateutil for relativedelta.py class + - added Python 3 compatibility