version bump

This commit is contained in:
Rob Weber 2021-03-15 13:39:07 -05:00
parent 79cddb422c
commit b7587c6170
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmcbackup"
name="Backup" version="1.6.5" provider-name="robweber">
name="Backup" version="1.6.6" provider-name="robweber">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.8.0" />
@ -89,10 +89,8 @@
<screenshot>resources/images/screenshot3.jpg</screenshot>
<screenshot>resources/images/screenshot4.jpg</screenshot>
</assets>
<news>Version 1.6.5
- updated to new settings format with levels
- added ability to change path where temp zip file is built
- fixed issues with xbmcgui Dialogs
<news>Version 1.6.6
- fixed issue with backup rotations not working properly
</news>
</extension>
</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/)
## [Unreleased](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.5...robweber:matrix)
## [Version 1.6.6](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.5...robweber:matrix-1.6.6)
### Fixed