version bump for Frodo

This commit is contained in:
Rob Weber 2012-11-16 09:23:38 -06:00
parent 738033897f
commit c1784c0485
2 changed files with 24 additions and 20 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.2.2" provider-name="robweber">
name="XBMC Backup" version="0.2.3" provider-name="robweber">
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>

View File

@ -1,34 +1,38 @@
[b]Version 0.2.2[/b]
Version 0.2.3
first official frodo build
Version 0.2.2
fix for backup rotation sort
[b]Version 0.2.1[/b]
Version 0.2.1
added ability to rotate backups, keeping a set number of days
[b]Version 0.2.0[/b]
Version 0.2.0
removed the vfs.py helper library
default.py file now uses xbmcvfs python library exclusively for listing directories and copy operations
[b]Version 0.1.7[/b]
Version 0.1.7
minor bug fixes and translations updates
[b]Version 0.1.6[/b]
Version 0.1.6
merged scheduler branch with master, can now schedule backups on an interval
[b]Version 0.1.5[/b]
Version 0.1.5
pulled xbmcbackup class into separate library
[b]Version 0.1.4[/b]
Version 0.1.4
added more verbose error message for incorrect paths
[b]Version 0.1.3[/b]
Version 0.1.3
backup folder format - thanks zeroram
@ -40,53 +44,53 @@ 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.1.2[/b]
Version 0.1.2
added French language translation - thanks mikebzh44
added some utf-8 encoding tags to filenames
[b]Version 0.1.1[/b]
Version 0.1.1
added check for key in vfs.py - Thanks Martijn!
[b]Version 0.1.0[/b]
Version 0.1.0
removed transparency from icon.png
[b]Version 0.0.9 [/b]
Version 0.0.9
modified vfs.py again to filter out xsp files (smart playlists). Created running list for these types of compressed files
added enable/disable logging toggle in settings
[b]Version 0.0.8[/b]
Version 0.0.8
modified vfs.py script to exclude handling zip files as directories, added keymap and peripheral data folders in the "config" section
[b]Version 0.0.7[/b]
Version 0.0.7
removed "restore.txt" file and now write file listing to memory list instead
[b]Version 0.0.6[/b]
Version 0.0.6
Added the vfs module created by paddycarey
File Selection is now followed for both backup and restore options
[b]Version 0.0.5[/b]
Version 0.0.5
Added option to manually type a path rather than browse for one (only one used)
Show progress bar right away so you know this is doing something
[b]Version 0.0.4[/b]
Version 0.0.4
Finished code for restore mode.
[b]Version 0.0.3[/b]
Version 0.0.3
Added progress bar and "silent" option for running on startup or as a script
[b]Version 0.0.2[/b]
Version 0.0.2
First version, should backup directories as needed