From 38b2c0b535501e7e04b202f43466fd8ab86f54f4 Mon Sep 17 00:00:00 2001 From: robweber Date: Mon, 20 Aug 2012 14:29:28 -0500 Subject: [PATCH] updated addon.xml and changelog.txt --- addon.xml | 2 +- changelog.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/addon.xml b/addon.xml index 752b4d6..6c6fff3 100644 --- a/addon.xml +++ b/addon.xml @@ -1,6 +1,6 @@  + name="XBMC Backup" version="0.2.0" provider-name="robweber"> diff --git a/changelog.txt b/changelog.txt index 79c42fe..6ce0d84 100644 --- a/changelog.txt +++ b/changelog.txt @@ -58,3 +58,9 @@ updated utf-8 encoding for all logging backup now uses date as folder name, restore allows user to type date of last backup +[b]Version 0.2.0[/b] + +removed the vfs.py helper library + +default.py file now uses xbmcvfs python library exclusively for listing directories and copy operations +