update version and changelog.md

This commit is contained in:
Rob Weber 2021-06-10 11:35:31 -05:00
parent 2d5eaa9c23
commit dd62ff0493
2 changed files with 9 additions and 5 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.7" provider-name="robweber">
name="Backup" version="1.6.8~beta1" provider-name="robweber">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.8.0" />
@ -90,10 +90,8 @@
<screenshot>resources/images/screenshot3.jpg</screenshot>
<screenshot>resources/images/screenshot4.jpg</screenshot>
</assets>
<news>Version 1.6.7
- fixed issue with RunScript not launching Advanced Editor in some cases
- added qr code for Dropbox setup
- fixed error on advanced settings restore
<news>Version 1.6.8
Fix lang file "mgstr" value
</news>
</extension>
</addon>

View File

@ -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/)
## [Unrelease](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.7...robweber:matrix)
### Fixed
- default en_gb file must use empty `msgstr` value
## [Version 1.6.7](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.5...robweber:matrix-1.6.7) - 2021-04-16
### Added