xbmcbackup/changelog.txt

175 lines
3.5 KiB
Plaintext
Raw Permalink Normal View History

Version 0.4.4
modified the check for invalid file types
2013-12-03 11:54:42 -06:00
Version 0.4.3
2013-12-05 14:26:35 -06:00
added error message if remote directory is blank
2013-12-03 11:54:42 -06:00
added license tag
Version 0.4.2
Added support for userdata/profiles folder - thanks TUSSFC
Version 0.4.1
added encode() around notifications
2013-09-16 08:16:55 -05:00
Version 0.4.0
fixed settings display error - thanks zer04c
2013-08-25 10:58:23 -05:00
Version 0.3.9
2013-08-25 11:22:10 -05:00
added "just once" scheduler for one-off type backups
show notification on scheduler update
2013-09-09 14:07:27 -05:00
updated language files from Transifex
2013-08-25 10:58:23 -05:00
2013-05-09 14:35:45 -05:00
Version 0.3.8
added advancedsettings check on restore. prompts user to restore only this file and restart xbmc to continue. This fixes issues where path substitution was not working during restores - thanks ctrlbru
2013-04-01 11:17:00 -05:00
Version 0.3.7
added optional addon.xml tags
update language files from Transifex
Version 0.3.6
added up to 2 custom directories, can be toggled on/off
2013-03-04 11:42:55 -06:00
added a check for backup verification before rotation - no more deleting non backup related files
2013-04-01 10:59:55 -05:00
use monitor class for onSettingsChanged method
2013-01-29 11:32:47 -06:00
Version 0.3.5
test of custom directories - only 1 at the moment
Version 0.3.4
added ability to take parameters via RunScript() or JSONRPC.Addons.ExecuteAddon()
2012-12-31 08:31:48 -06:00
Version 0.3.3
updated xbmc python version (2.1.0)
2012-12-28 19:03:24 -06:00
Version 0.3.2
2012-12-30 15:19:27 -06:00
added settings for user provided Dropbox key and secret
2012-12-28 19:03:24 -06:00
Version 0.3.1
added try/except for multiple character encodings
remove token.txt file if Dropbox Authorization is revoked
2012-12-30 15:19:27 -06:00
can shutdown xbmc after scheduled backup
Version 0.3.0
major vfs rewrite
2012-11-28 10:39:52 -06:00
Added Dropbox as storage target
2012-11-28 10:39:52 -06:00
updated gui/removed settings - thanks SFX Group for idea!
2012-11-16 09:23:38 -06:00
Version 0.2.3
first official frodo build
Version 0.2.2
2012-11-02 15:27:59 -05:00
fix for backup rotation sort
2012-11-16 09:23:38 -06:00
Version 0.2.1
2012-09-28 09:15:39 -05:00
added ability to rotate backups, keeping a set number of days
2012-11-16 09:23:38 -06:00
Version 0.2.0
2012-08-20 14:36:57 -05:00
removed the vfs.py helper library
default.py file now uses xbmcvfs python library exclusively for listing directories and copy operations
2012-11-16 09:23:38 -06:00
Version 0.1.7
2012-11-16 08:35:26 -06:00
minor bug fixes and translations updates
2012-11-16 09:23:38 -06:00
Version 0.1.6
2012-09-12 10:18:18 -05:00
merged scheduler branch with master, can now schedule backups on an interval
2012-11-16 09:23:38 -06:00
Version 0.1.5
pulled xbmcbackup class into separate library
2012-11-16 09:23:38 -06:00
Version 0.1.4
2012-09-04 09:18:32 -05:00
added more verbose error message for incorrect paths
2012-11-16 09:23:38 -06:00
Version 0.1.3
2012-08-29 13:00:42 -05:00
backup folder format - thanks zeroram
2012-08-20 14:32:14 -05:00
added German translations - thanks dersphere
2012-08-20 14:32:14 -05:00
removed need for separate verbose logging setting
2012-08-20 14:32:14 -05:00
updated utf-8 encoding for all logging
2012-08-20 14:32:14 -05:00
backup now uses date as folder name, restore allows user to type date of last backup
2012-11-16 09:23:38 -06:00
Version 0.1.2
2012-08-20 14:32:14 -05:00
added French language translation - thanks mikebzh44
2012-08-20 14:32:14 -05:00
added some utf-8 encoding tags to filenames
2012-11-16 09:23:38 -06:00
Version 0.1.1
2012-08-20 14:32:14 -05:00
added check for key in vfs.py - Thanks Martijn!
2012-11-16 09:23:38 -06:00
Version 0.1.0
2012-08-20 14:32:14 -05:00
removed transparency from icon.png
2012-11-16 09:23:38 -06:00
Version 0.0.9
2012-08-20 14:32:14 -05:00
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-11-16 09:23:38 -06:00
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
2012-07-18 10:29:10 -05:00
2012-11-16 09:23:38 -06:00
Version 0.0.7
2012-07-18 10:29:10 -05:00
2012-08-20 14:32:14 -05:00
removed "restore.txt" file and now write file listing to memory list instead
2012-07-18 10:29:10 -05:00
2012-11-16 09:23:38 -06:00
Version 0.0.6
2012-07-24 12:57:44 -05:00
2012-08-20 14:32:14 -05:00
Added the vfs module created by paddycarey
File Selection is now followed for both backup and restore options
2012-07-24 12:57:44 -05:00
2012-11-16 09:23:38 -06:00
Version 0.0.5
2012-08-20 14:32:14 -05: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-11-16 09:23:38 -06:00
Version 0.0.4
2012-08-01 14:51:33 -05:00
2012-08-20 14:32:14 -05:00
Finished code for restore mode.
2012-08-01 14:51:33 -05:00
2012-11-16 09:23:38 -06:00
Version 0.0.3
2012-08-20 14:32:14 -05:00
Added progress bar and "silent" option for running on startup or as a script
2012-11-16 09:23:38 -06:00
Version 0.0.2
2012-08-20 14:32:14 -05:00
First version, should backup directories as needed
2012-08-01 14:51:33 -05:00