diff --git a/addon.xml b/addon.xml index d9be9a6..38feab2 100644 --- a/addon.xml +++ b/addon.xml @@ -92,9 +92,11 @@ 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 9c72e5d..9c4c721 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ 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/matrix-1.6.0...HEAD) +## [Version 1.6.1](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.0...robweber:matrix-1.6.1) - 2019-12-30 ### Added