mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 12:25:48 +01:00
beta version
This commit is contained in:
parent
8f4a7b5895
commit
4b90647b78
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="script.xbmcbackup"
|
||||
name="Backup" version="1.6.9~beta1" provider-name="robweber">
|
||||
name="Backup" version="1.7.0~beta1" provider-name="robweber">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="3.0.0"/>
|
||||
<import addon="script.module.dateutil" version="2.8.0" />
|
||||
@ -24,10 +24,8 @@
|
||||
<screenshot>resources/images/screenshot3.jpg</screenshot>
|
||||
<screenshot>resources/images/screenshot4.jpg</screenshot>
|
||||
</assets>
|
||||
<news>Version 1.6.8
|
||||
Updated language files with Weblate integration
|
||||
Bring in saved sources from File Manager to file browser
|
||||
Fixed Dropbox authorization flow
|
||||
<news>Version 1.7.0
|
||||
Can add suffix to backup folder names
|
||||
Minor UI fixes
|
||||
</news>
|
||||
<summary lang="ar_SA">إنسخ إحتياطياً قاعده بيانات إكس بى إم سى وملفات اﻹعدادات فى حاله وقوع إنهيار مع إمكانيه اﻹسترجاع</summary>
|
||||
|
11
changelog.md
11
changelog.md
@ -6,9 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
- You can now append a suffix to the end of each backup name (folder or zip file). This is only available in the Advanced or Expert settings.
|
||||
- validation file now saves a list of all installed addons and versions
|
||||
|
||||
### Changed
|
||||
|
||||
- added new line between file size and file name, was unreadable on some systems due to string resizing
|
||||
- modified GitHub issue template slightly
|
||||
|
||||
### Fixed
|
||||
|
||||
- fixed minor UI issues
|
||||
- division error when transferSize = 0
|
||||
|
||||
## [Version 1.6.8](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.7...robweber:matrix-1.6.8)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user