mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
updated addon.xml and changelog.txt
This commit is contained in:
parent
e4f25f174f
commit
38b2c0b535
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="script.xbmcbackup"
|
<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>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.0"/>
|
<import addon="xbmc.python" version="2.0"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
@ -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
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user