mirror of
				https://github.com/robweber/xbmcbackup.git
				synced 2025-11-04 03:02:16 +01:00 
			
		
		
		
	logged eden branch
This commit is contained in:
		@@ -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.1.7" provider-name="robweber">
 | 
					    name="XBMC Backup" version="0.1.8" provider-name="robweber">
 | 
				
			||||||
  <requires>
 | 
					  <requires>
 | 
				
			||||||
    <import addon="xbmc.python" version="2.0"/>
 | 
					    <import addon="xbmc.python" version="2.0"/>
 | 
				
			||||||
  </requires>
 | 
					  </requires>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,20 +1,24 @@
 | 
				
			|||||||
[b]Version 0.1.7[/b]
 | 
					Version 0.1.8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					moved eden to new branch, frodo is now master
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -26,53 +30,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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user