mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
updated changelog.md
This commit is contained in:
parent
8119a09449
commit
4098cd18cb
@ -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.6.4~beta1" provider-name="robweber">
|
name="Backup" version="1.6.4~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" />
|
||||||
|
@ -17,6 +17,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||||||
- updated script.module.future version to current
|
- updated script.module.future version to current
|
||||||
- swapped xbmc.translatePath for xbmcvfs.translatePath, deprecated
|
- swapped xbmc.translatePath for xbmcvfs.translatePath, deprecated
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- fixed calls to ```xbmcgui.Dialog().ok()```, method definition changed to only allow one message arg with Kodi 19
|
||||||
|
- fixed import of dropbox Oauth package in authorizer flow
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- removed old xml GuiSettings parsing for settings restore
|
- removed old xml GuiSettings parsing for settings restore
|
||||||
|
Loading…
Reference in New Issue
Block a user