From edc4a7b20f3f7ee63010eda715f4c05183dc548c Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Mon, 30 Dec 2019 10:21:01 -0600 Subject: [PATCH] updated to release version v1.6.1 --- addon.xml | 2 ++ changelog.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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