diff --git a/addon.xml b/addon.xml index 05665a9..e1075a0 100644 --- a/addon.xml +++ b/addon.xml @@ -95,12 +95,9 @@ resources/images/screenshot3.jpg resources/images/screenshot4.jpg - Version 1.5.3 -- fixed issue with backup rotation when basepath not formatted correctly - thanks @AnonTester -Version 1.5.2 -- Added script.module.dropbox import as a dependency for Dropbox filesystem -- Fixed issue getting xbmcbackup.val file from non-zipped remote directories. Was being copied as though it was a local file so it was failing. -- Use linux path separator (/) all the time, Kodi will interpret this correctly on windows. Was causing issues with remote file systems since os.path.sep + Version 1.5.4 +- converted PNG to JPG +- updated Travis-CI links diff --git a/changelog.md b/changelog.md index 1e58f17..aa27c31 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Changed - changed PNG screenshots to JPG (per #165) + - updated Travis CI links. travis-ci.org is deprectated to travis-ci.com ## [Version 1.5.3](https://github.com/robweber/xbmcbackup/compare/krypton-1.5.2...robweber:krypton-1.5.3) - 2019-12-30