diff --git a/addon.xml b/addon.xml index 1797f25..7d58ac7 100644 --- a/addon.xml +++ b/addon.xml @@ -1,6 +1,6 @@  + name="Backup" version="1.6.2" provider-name="robweber"> @@ -89,14 +89,12 @@ resources/images/screenshot3.jpg resources/images/screenshot4.jpg - Version 1.6.1 + Version 1.6.2 + - replaced PNG screenshots with JPG +Version 1.6.1 - added file transfer size to progress bar - progress bar now based on transfer size, not total file count - fixed rotate backups error - thanks @AnonTester -Version 1.6.0 - - dependency on script.module.dateutil for relativedelta.py class - - added Python 3 compatibility - - added dropbox module dependency - v9.4.0 diff --git a/changelog.md b/changelog.md index 4b40269..ad856b4 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,12 @@ 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/) +## [Version 1.6.2](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.1...robweber:matrix-1.6.2) - 2019-04-09 + +### Changed + + - changed PNG screenshots to JPG (per [#165](https://github.com/robweber/xbmcbackup/issues/165)) + ## [Version 1.6.1](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.0...robweber:matrix-1.6.1) - 2019-12-30 ### Added