updated to release version v1.6.1

This commit is contained in:
Rob Weber 2019-12-30 10:21:01 -06:00
parent 90b4aeeebe
commit edc4a7b20f
2 changed files with 3 additions and 1 deletions

View File

@ -92,9 +92,11 @@
<news>Version 1.6.1 <news>Version 1.6.1
- added file transfer size to progress bar - added file transfer size to progress bar
- progress bar now based on transfer size, not total file count - progress bar now based on transfer size, not total file count
- fixed rotate backups error - thanks @AnonTester
Version 1.6.0 Version 1.6.0
- dependency on script.module.dateutil for relativedelta.py class - dependency on script.module.dateutil for relativedelta.py class
- added Python 3 compatibility - added Python 3 compatibility
- added dropbox module dependency - v9.4.0
</news> </news>
</extension> </extension>
</addon> </addon>

View File

@ -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/) 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 ### Added