updated addon.xml and changelog.txt

This commit is contained in:
robweber 2012-08-20 14:29:28 -05:00
parent e4f25f174f
commit 38b2c0b535
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmcbackup"
name="XBMC Backup" version="0.1.3" provider-name="robweber">
name="XBMC Backup" version="0.2.0" provider-name="robweber">
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>

View File

@ -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