mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
version bump for Frodo
This commit is contained in:
parent
738033897f
commit
c1784c0485
@ -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.2.2" provider-name="robweber">
|
name="XBMC Backup" version="0.2.3" provider-name="robweber">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.0"/>
|
<import addon="xbmc.python" version="2.0"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
@ -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
|
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
|
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
|
removed the vfs.py helper library
|
||||||
|
|
||||||
default.py file now uses xbmcvfs python library exclusively for listing directories and copy operations
|
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
|
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
|
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
|
pulled xbmcbackup class into separate library
|
||||||
|
|
||||||
[b]Version 0.1.4[/b]
|
Version 0.1.4
|
||||||
|
|
||||||
added more verbose error message for incorrect paths
|
added more verbose error message for incorrect paths
|
||||||
|
|
||||||
[b]Version 0.1.3[/b]
|
Version 0.1.3
|
||||||
|
|
||||||
backup folder format - thanks zeroram
|
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
|
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 French language translation - thanks mikebzh44
|
||||||
|
|
||||||
added some utf-8 encoding tags to filenames
|
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!
|
added check for key in vfs.py - Thanks Martijn!
|
||||||
|
|
||||||
[b]Version 0.1.0[/b]
|
Version 0.1.0
|
||||||
|
|
||||||
removed transparency from icon.png
|
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
|
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
|
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
|
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
|
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
|
Added the vfs module created by paddycarey
|
||||||
File Selection is now followed for both backup and restore options
|
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)
|
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
|
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.
|
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
|
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
|
First version, should backup directories as needed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user