2012-04-20 01:30:46 +02:00
|
|
|
[b]Version 0.0.2[/b]
|
|
|
|
|
|
|
|
First version, should backup directories as needed
|
2012-04-20 20:32:25 +02:00
|
|
|
|
|
|
|
[b]Version 0.0.3[/b]
|
|
|
|
|
2012-04-22 22:58:39 +02:00
|
|
|
Added progress bar and "silent" option for running on startup or as a script
|
|
|
|
|
|
|
|
[b]Version 0.0.4[/b]
|
|
|
|
|
|
|
|
Finished code for restore mode.
|
2012-04-25 04:01:12 +02:00
|
|
|
|
|
|
|
[b]Version 0.0.5[/b]
|
|
|
|
|
|
|
|
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-04-28 21:29:59 +02:00
|
|
|
|
2012-05-22 04:12:37 +02:00
|
|
|
[b]Version 0.0.6[/b]
|
2012-04-28 21:29:59 +02:00
|
|
|
|
|
|
|
Added the vfs module created by paddycarey
|
2012-05-22 04:12:37 +02:00
|
|
|
File Selection is now followed for both backup and restore options
|
|
|
|
|
|
|
|
[b]Version 0.0.7[/b]
|
|
|
|
|
|
|
|
removed "restore.txt" file and now write file listing to memory list instead
|
2012-05-25 22:57:48 +02:00
|
|
|
|
|
|
|
[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
|
|
|
|
|
|
|
[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
|
2012-07-24 19:57:44 +02:00
|
|
|
|
|
|
|
[b]Version 0.1.0[/b]
|
|
|
|
|
|
|
|
removed transparency from icon.png
|
2012-07-26 19:48:14 +02:00
|
|
|
|
|
|
|
[b]Version 0.1.1[/b]
|
|
|
|
|
2012-08-01 21:51:33 +02:00
|
|
|
added check for key in vfs.py - Thanks Martijn!
|
|
|
|
|
|
|
|
[b]Version 0.1.2[/b]
|
|
|
|
|
|
|
|
added French language translation - thanks mikebzh44
|
|
|
|
|
2012-08-17 21:18:08 +02:00
|
|
|
added some utf-8 encoding tags to filenames
|
|
|
|
|
|
|
|
[b]Version 0.1.3[/b]
|
|
|
|
|
|
|
|
added German translations - thanks dersphere
|
|
|
|
|
|
|
|
removed need for separate verbose logging setting
|
|
|
|
|
|
|
|
updated utf-8 encoding for all logging
|
|
|
|
|