update changelog and version bump

This commit is contained in:
robweber 2012-09-28 09:15:39 -05:00
parent 28e3d08f0c
commit 6b5b465121
3 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@ I've had to recover my database, thumbnails, and source configuration enough tim
Usage:
In the addon settings you can define a remote path for the destination of your xbmc files. Each backup will create a folder named in a month, day, year format so you can create multiple backups.
In the addon settings you can define a remote path for the destination of your xbmc files. Each backup will create a folder named in a month, day, year format so you can create multiple backups. You can keep a set number of backups by setting the integer value of the Backups to Keep setting greater than 0.
On the Backup Selection page you can select which items from your user profile folder will be sent to the backup location. By default all are turned on except the Addon Data directory.

View File

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

View File

@ -1,3 +1,7 @@
[b]Version 0.2.1[/b]
added ability to rotate backups, keeping a set number of days
[b]Version 0.2.0[/b]
removed the vfs.py helper library