mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 12:25:48 +01:00
updated changelog.md
This commit is contained in:
parent
c7685c5508
commit
76a6aa3bca
@ -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.7.0~beta1" provider-name="robweber">
|
name="Backup" version="1.7.0~beta2" provider-name="robweber">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="3.0.0"/>
|
<import addon="xbmc.python" version="3.0.0"/>
|
||||||
<import addon="script.module.dateutil" version="2.8.0" />
|
<import addon="script.module.dateutil" version="2.8.0" />
|
||||||
@ -28,6 +28,7 @@
|
|||||||
Can add suffix to backup folder names
|
Can add suffix to backup folder names
|
||||||
translations sync
|
translations sync
|
||||||
Minor UI fixes
|
Minor UI fixes
|
||||||
|
Fixed Dropbox tokens expiring by using refresh tokens
|
||||||
</news>
|
</news>
|
||||||
<summary lang="ar_SA">إنسخ إحتياطياً قاعده بيانات إكس بى إم سى وملفات اﻹعدادات فى حاله وقوع إنهيار مع إمكانيه اﻹسترجاع</summary>
|
<summary lang="ar_SA">إنسخ إحتياطياً قاعده بيانات إكس بى إم سى وملفات اﻹعدادات فى حاله وقوع إنهيار مع إمكانيه اﻹسترجاع</summary>
|
||||||
<summary lang="bg_BG">Добавката може да създава резервни копия и възстановява базата данни и настройките на Kodi, в случай на срив или повреда на файловете.</summary>
|
<summary lang="bg_BG">Добавката може да създава резервни копия и възстановява базата данни и настройките на Kodi, в случай на срив или повреда на файловете.</summary>
|
||||||
|
@ -16,11 +16,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||||||
- added new line between file size and file name, was unreadable on some systems due to string resizing
|
- added new line between file size and file name, was unreadable on some systems due to string resizing
|
||||||
- modified GitHub issue template slightly
|
- modified GitHub issue template slightly
|
||||||
- translations sync
|
- translations sync
|
||||||
|
- token files are stored in a `.json` instead of a `.txt` file
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- fixed minor UI issues
|
- fixed minor UI issues
|
||||||
- division error when transferSize = 0
|
- division error when transferSize = 0
|
||||||
|
- fixed Dropbox tokens expiring by using [refresh tokens](https://dropbox-sdk-python.readthedocs.io/en/latest/api/oauth.html)
|
||||||
|
|
||||||
## [Version 1.6.8](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.7...robweber:matrix-1.6.8)
|
## [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