From 39a7278a316a84846138f14d9c4b6b34bd220ed8 Mon Sep 17 00:00:00 2001 From: robweber Date: Mon, 20 Aug 2012 14:32:14 -0500 Subject: [PATCH] flipped changelog version order --- changelog.txt | 106 ++++++++++++++++++++++++++------------------------ 1 file changed, 56 insertions(+), 50 deletions(-) diff --git a/changelog.txt b/changelog.txt index 79c42fe..5e77a2e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,53 +1,3 @@ -[b]Version 0.0.2[/b] - -First version, should backup directories as needed - -[b]Version 0.0.3[/b] - -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. - -[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 - -[b]Version 0.0.6[/b] - -Added the vfs module created by paddycarey -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 - -[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 - -[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.1.0[/b] - -removed transparency from icon.png - -[b]Version 0.1.1[/b] - -added check for key in vfs.py - Thanks Martijn! - -[b]Version 0.1.2[/b] - -added French language translation - thanks mikebzh44 - -added some utf-8 encoding tags to filenames - [b]Version 0.1.3[/b] added German translations - thanks dersphere @@ -58,3 +8,59 @@ 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] + +added French language translation - thanks mikebzh44 + +added some utf-8 encoding tags to filenames + +[b]Version 0.1.1[/b] + +added check for key in vfs.py - Thanks Martijn! + +[b]Version 0.1.0[/b] + +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 + +[b]Version 0.0.7[/b] + +removed "restore.txt" file and now write file listing to memory list instead + +[b]Version 0.0.6[/b] + +Added the vfs module created by paddycarey +File Selection is now followed for both backup and restore options + +[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 + +[b]Version 0.0.4[/b] + +Finished code for restore mode. + +[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 + + + + + + +