xbmcbackup/changelog.txt

315 lines
6.2 KiB
Plaintext
Raw Permalink Normal View History

2017-12-29 20:27:17 +01:00
Version 1.1.3
added file chunk support for dropbox uploads
2018-01-23 15:25:58 +01:00
fixed settings duplicate ids, thanks aster-anto
added scheduler delay to assist with time sync (rpi mostly)
2017-12-29 20:27:17 +01:00
2017-12-27 16:57:47 +01:00
Version 1.1.2
added fixes to the Dropbox lib for python 2.6
2017-11-07 21:19:27 +01:00
Version 1.1.1
fixed error on authorizers (missing secret/key)
2017-11-08 15:34:41 +01:00
added ability to "catchup" on missed scheduled backup
updated google oauth and client versions
2017-12-04 00:40:11 +01:00
merged in dropbox v2 code
2017-11-07 21:19:27 +01:00
Version 1.1.0
added tinyurl for oauth urls
2017-01-31 16:13:55 +01:00
moved authorize to settings area for cloud storage
2017-01-31 22:02:39 +01:00
bug fixes
2017-01-23 18:45:34 +01:00
Version 1.0.9
fixed dropbox rest.py for Python 2.6 - thanks koying!
2017-01-05 17:39:02 +01:00
Version 1.0.8
bug fixes
updated dropbox api
2015-11-16 16:26:48 +01:00
Version 1.0.7
updated google client api version
2015-06-26 22:33:20 +02:00
Version 1.0.6
fix for custom directories not working recursively
added progress for zip extraction - hopefully helps with extract errors
2015-04-24 16:24:03 +02:00
Version 1.0.5
2015-05-09 02:26:52 +02:00
added google drive support
2015-04-24 16:24:03 +02:00
make compression setting compatible with python 2.6 and above
2015-05-09 02:40:28 +02:00
added settings dialog option - thanks ed_davidson
2015-05-09 02:47:22 +02:00
fix for growing backups - thanks brokeh
2015-04-24 16:24:03 +02:00
2015-03-26 16:44:36 +01:00
Version 1.0.4
exit if we can't delete the old archive, non recoverable
2015-02-13 16:33:23 +01:00
Version 1.0.3
added "delete auth" dialog to delete oauth files in settings
2015-01-06 22:28:50 +01:00
Version 1.0.2
updated xbmc.python version to 2.19.0 - should be helix only
2014-11-21 20:30:53 +01:00
Version 1.0.0
2014-11-21 17:38:44 +01:00
rebranded as "Backup"
removed XBMC references and replaced with Kodi
2014-11-21 20:30:53 +01:00
tweaked file walking for Helix
2014-11-21 17:38:44 +01:00
2014-11-10 19:34:30 +01:00
Version 0.5.9
2014-11-10 19:40:29 +01:00
fixed dropbox unicode error
2014-11-10 19:34:30 +01:00
create restored version of guisettings for easy local restoration
Version 0.5.8.7
allow limited updating of guisettings file through json
2014-10-31 15:51:44 +01:00
Version 0.5.8.6
show notification if some files failed
2014-10-31 15:51:44 +01:00
check if destination is writeable - thanks war59312
2014-10-23 16:42:35 +02:00
Version 0.5.8.5
added custom library nodes to config backup options - thanks Ned Scott
2014-10-08 20:02:39 +02:00
Version 0.5.8.4
2014-10-05 21:06:40 +02:00
backup compression should use zip64 as sizes may be over 2GB
2014-10-05 21:20:29 +02:00
need to expand out path -bugfix
2014-10-05 21:06:40 +02:00
2014-08-08 17:39:03 +02:00
Version 0.5.8
fixes path substitution errors
2014-08-01 21:09:37 +02:00
Version 0.5.7
added option to compress backups, uses local source for staging the zip before sending to remote
2014-07-29 15:45:13 +02:00
Version 0.5.6
fix dropbox delete recursion error - thanks durd
2014-07-29 16:11:37 +02:00
updated language files
2014-07-29 15:45:13 +02:00
2014-06-24 18:39:15 +02:00
Version 0.5.5
fix for dropbox errors during repeated file upload attempts
2014-05-06 20:44:00 +02:00
Version 0.5.4
check xbmc version when doing a restore
2014-04-05 17:10:38 +02:00
Version 0.5.3
updated python version
2014-03-31 19:05:44 +02:00
Version 0.5.2
added additional script and window parameters, thanks Samu-rai
2014-03-31 19:37:11 +02:00
critical error in backup rotation
updated progress bar display
2014-01-20 19:53:27 +01:00
Version 0.5.1
updated for new Gotham xbmc python updates
2014-01-20 18:40:00 +01:00
Version 0.5.0
New Version for Gotham
2014-02-09 21:02:04 +01:00
Version 0.4.6
modified backup folder names to include time, also modified display listing
2014-01-20 20:04:03 +01:00
Version 0.4.5
added version info to logs
added try/catch for unicode errors
Version 0.4.4
modified the check for invalid file types
2013-12-03 18:54:42 +01:00
Version 0.4.3
2013-12-05 21:26:35 +01:00
added error message if remote directory is blank
2013-12-03 18:54:42 +01: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 15:16:55 +02:00
Version 0.4.0
fixed settings display error - thanks zer04c
2013-08-25 17:58:23 +02:00
Version 0.3.9
2013-08-25 18:22:10 +02:00
added "just once" scheduler for one-off type backups
show notification on scheduler update
2013-09-09 21:07:27 +02:00
updated language files from Transifex
2013-08-25 17:58:23 +02:00
2013-05-09 21:35:45 +02: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 18:17:00 +02: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 18:42:55 +01:00
added a check for backup verification before rotation - no more deleting non backup related files
2013-04-01 17:59:55 +02:00
use monitor class for onSettingsChanged method
2013-01-29 18:32:47 +01: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 15:31:48 +01:00
Version 0.3.3
updated xbmc python version (2.1.0)
2012-12-29 02:03:24 +01:00
Version 0.3.2
2012-12-30 22:19:27 +01:00
added settings for user provided Dropbox key and secret
2012-12-29 02:03:24 +01:00
Version 0.3.1
added try/except for multiple character encodings
remove token.txt file if Dropbox Authorization is revoked
2012-12-30 22:19:27 +01:00
can shutdown xbmc after scheduled backup
Version 0.3.0
major vfs rewrite
2012-11-28 17:39:52 +01:00
Added Dropbox as storage target
2012-11-28 17:39:52 +01:00
updated gui/removed settings - thanks SFX Group for idea!
2012-11-16 16:23:38 +01:00
Version 0.2.3
first official frodo build
Version 0.2.2
2012-11-02 21:27:59 +01:00
fix for backup rotation sort
2012-11-16 16:23:38 +01:00
Version 0.2.1
2012-09-28 16:15:39 +02:00
added ability to rotate backups, keeping a set number of days
2012-11-16 16:23:38 +01:00
Version 0.2.0
2012-08-20 21:36:57 +02: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 16:23:38 +01:00
Version 0.1.7
2012-11-16 15:35:26 +01:00
minor bug fixes and translations updates
2012-11-16 16:23:38 +01:00
Version 0.1.6
2012-09-12 17:18:18 +02:00
merged scheduler branch with master, can now schedule backups on an interval
2012-11-16 16:23:38 +01:00
Version 0.1.5
pulled xbmcbackup class into separate library
2012-11-16 16:23:38 +01:00
Version 0.1.4
2012-09-04 16:18:32 +02:00
added more verbose error message for incorrect paths
2012-11-16 16:23:38 +01:00
Version 0.1.3
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-11-16 16:23:38 +01:00
Version 0.1.2
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-11-16 16:23:38 +01:00
Version 0.1.1
2012-08-20 21:32:14 +02:00
added check for key in vfs.py - Thanks Martijn!
2012-11-16 16:23:38 +01:00
Version 0.1.0
2012-08-20 21:32:14 +02:00
removed transparency from icon.png
2012-11-16 16:23:38 +01:00
Version 0.0.9
2012-08-20 21:32:14 +02: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 16:23:38 +01: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 17:29:10 +02:00
2012-11-16 16:23:38 +01:00
Version 0.0.7
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-11-16 16:23:38 +01:00
Version 0.0.6
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-11-16 16:23:38 +01:00
Version 0.0.5
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-11-16 16:23:38 +01:00
Version 0.0.4
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-11-16 16:23:38 +01:00
Version 0.0.3
2012-08-20 21:32:14 +02:00
Added progress bar and "silent" option for running on startup or as a script
2012-11-16 16:23:38 +01:00
Version 0.0.2
2012-08-20 21:32:14 +02:00
First version, should backup directories as needed
2012-08-01 21:51:33 +02:00