mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
version bump
This commit is contained in:
parent
5d9d8a1820
commit
12b25f7cea
@ -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="Backup" version="1.5.0" provider-name="robweber">
|
name="Backup" version="1.5.1" provider-name="robweber">
|
||||||
<requires>
|
<requires>
|
||||||
<!-- jarvis -->
|
<!-- jarvis -->
|
||||||
<import addon="xbmc.python" version="2.25.0"/>
|
<import addon="xbmc.python" version="2.25.0"/>
|
||||||
@ -95,10 +95,8 @@
|
|||||||
<screenshot>resources/images/screenshot3.png</screenshot>
|
<screenshot>resources/images/screenshot3.png</screenshot>
|
||||||
<screenshot>resources/images/screenshot4.png</screenshot>
|
<screenshot>resources/images/screenshot4.png</screenshot>
|
||||||
</assets>
|
</assets>
|
||||||
<news>Version 1.1.4
|
<news>Version 1.5.1
|
||||||
- added file chunk support for dropbox uploads
|
- fix guisettings restores not working - thanks Bluerayx
|
||||||
- fixed settings duplicate ids, thanks aster-anto
|
|
||||||
- added scheduler delay to assist with time sync (rpi mostly)
|
|
||||||
</news>
|
</news>
|
||||||
</extension>
|
</extension>
|
||||||
</addon>
|
</addon>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Version 1.5.1
|
||||||
|
|
||||||
|
fix guisettings restores not working - thanks Bluerayx
|
||||||
|
|
||||||
Version 1.5.0
|
Version 1.5.0
|
||||||
|
|
||||||
Overhaul of file selection and restore procedures. Breaking Change with previous versions PR117
|
Overhaul of file selection and restore procedures. Breaking Change with previous versions PR117
|
||||||
|
Loading…
Reference in New Issue
Block a user