diff --git a/addon.xml b/addon.xml index 262c748..00beb3a 100644 --- a/addon.xml +++ b/addon.xml @@ -1,6 +1,6 @@  + name="Backup" version="1.5.3" provider-name="robweber"> @@ -95,7 +95,9 @@ resources/images/screenshot3.png resources/images/screenshot4.png - Version 1.5.2 + 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 diff --git a/changelog.md b/changelog.md index 431a091..f733493 100644 --- a/changelog.md +++ b/changelog.md @@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## [Unreleased](https://github.com/robweber/xbmcbackup/compare/krypton-1.5.2...HEAD) +## [Version 1.5.3](https://github.com/robweber/xbmcbackup/compare/krypton-1.5.2...robweber:krypton-1.5.3) - 2019-12-30 ### Added -- added new badges for Kodi Version, TravisCI and license information from shields.io + - added new badges for Kodi Version, TravisCI and license information from shields.io + +### Changed + + - backported a fix from Matrix that fixes backup rotation paths when slashes are missing from the base path (thanks @AnonTester) ## [Version 1.5.2](https://github.com/robweber/xbmcbackup/compare/krypton-1.5.1...robweber:krypton-1.5.2) - 2019-09-30