xbmcbackup/changelog.txt

93 lines
2.1 KiB
Plaintext
Raw Normal View History

2012-11-02 21:27:59 +01:00
[b]Version 0.2.2[/b]
fix for backup rotation sort
2012-09-28 16:15:39 +02:00
[b]Version 0.2.1[/b]
added ability to rotate backups, keeping a set number of days
2012-08-20 21:36:57 +02:00
[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
2012-11-16 15:35:26 +01:00
[b]Version 0.1.7[/b]
minor bug fixes and translations updates
2012-09-12 17:18:18 +02:00
[b]Version 0.1.6[/b]
merged scheduler branch with master, can now schedule backups on an interval
[b]Version 0.1.5[/b]
pulled xbmcbackup class into separate library
2012-09-04 16:18:32 +02:00
[b]Version 0.1.4[/b]
added more verbose error message for incorrect paths
2012-08-20 21:32:14 +02:00
[b]Version 0.1.3[/b]
2012-08-29 20:00:42 +02:00
backup folder format - thanks zeroram
2012-08-20 21:32:14 +02:00
added German translations - thanks dersphere
2012-08-20 21:32:14 +02:00
removed need for separate verbose logging setting
2012-08-20 21:32:14 +02:00
updated utf-8 encoding for all logging
2012-08-20 21:32:14 +02:00
backup now uses date as folder name, restore allows user to type date of last backup
2012-08-20 21:32:14 +02:00
[b]Version 0.1.2[/b]
2012-08-20 21:32:14 +02:00
added French language translation - thanks mikebzh44
2012-08-20 21:32:14 +02:00
added some utf-8 encoding tags to filenames
2012-08-20 21:32:14 +02:00
[b]Version 0.1.1[/b]
2012-08-20 21:32:14 +02:00
added check for key in vfs.py - Thanks Martijn!
2012-08-20 21:32:14 +02:00
[b]Version 0.1.0[/b]
2012-08-20 21:32:14 +02:00
removed transparency from icon.png
[b]Version 0.0.9 [/b]
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]
modified vfs.py script to exclude handling zip files as directories, added keymap and peripheral data folders in the "config" section
2012-07-18 17:29:10 +02:00
2012-08-20 21:32:14 +02:00
[b]Version 0.0.7[/b]
2012-07-18 17:29:10 +02:00
2012-08-20 21:32:14 +02:00
removed "restore.txt" file and now write file listing to memory list instead
2012-07-18 17:29:10 +02:00
2012-08-20 21:32:14 +02:00
[b]Version 0.0.6[/b]
2012-07-24 19:57:44 +02:00
2012-08-20 21:32:14 +02:00
Added the vfs module created by paddycarey
File Selection is now followed for both backup and restore options
2012-07-24 19:57:44 +02:00
2012-08-20 21:32:14 +02:00
[b]Version 0.0.5[/b]
2012-08-20 21:32:14 +02:00
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
2012-08-20 21:32:14 +02:00
[b]Version 0.0.4[/b]
2012-08-01 21:51:33 +02:00
2012-08-20 21:32:14 +02:00
Finished code for restore mode.
2012-08-01 21:51:33 +02:00
2012-08-20 21:32:14 +02:00
[b]Version 0.0.3[/b]
Added progress bar and "silent" option for running on startup or as a script
[b]Version 0.0.2[/b]
First version, should backup directories as needed
2012-08-01 21:51:33 +02:00