mirror of
https://github.com/robweber/xbmcbackup.git
synced 2026-01-05 07:14:44 +01:00
Compare commits
3 Commits
matrix-1.7
...
krypton_cu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
858bd6170a | ||
|
|
1fb013f335 | ||
|
|
9ae5545f6c |
@@ -1,5 +1,5 @@
|
||||
# Backup Addon
|
||||
 [](https://travis-ci.org/robweber/xbmcbackup) [](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt)
|
||||
 [](https://travis-ci.org/robweber/xbmcbackup) [](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt)
|
||||
|
||||
## About
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="script.xbmcbackup"
|
||||
name="Backup" version="1.5.2" provider-name="robweber">
|
||||
name="Backup" version="1.5.3~beta1" provider-name="robweber">
|
||||
<requires>
|
||||
<!-- jarvis -->
|
||||
<import addon="xbmc.python" version="2.25.0"/>
|
||||
|
||||
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
### Added
|
||||
|
||||
- added new badges for Kodi Version, TravisCI and license information from shields.io
|
||||
- added custom zipfile.py version to replace built in zip module
|
||||
|
||||
## [Version 1.5.2](https://github.com/robweber/xbmcbackup/compare/krypton-1.5.1...robweber:krypton-1.5.2) - 2019-09-30
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import xbmc
|
||||
import xbmcvfs
|
||||
import xbmcgui
|
||||
import zipfile
|
||||
from . import zipfile
|
||||
import os.path
|
||||
import sys
|
||||
import dropbox
|
||||
|
||||
1263
resources/lib/zipfile.py
Normal file
1263
resources/lib/zipfile.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user