updated change log

This commit is contained in:
Rob Weber 2021-01-20 14:27:34 -06:00
parent e622a0455f
commit 941b593751
2 changed files with 9 additions and 0 deletions

View File

@ -91,6 +91,7 @@
</assets> </assets>
<news>Version 1.6.5 Beta 1 <news>Version 1.6.5 Beta 1
- updated to new settings format with levels - updated to new settings format with levels
- added ability to change path where temp zip file is built
</news> </news>
</extension> </extension>
</addon> </addon>

View File

@ -6,10 +6,18 @@ 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.4...robweber:matrix) ## [Unreleased](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.4...robweber:matrix)
### Added
- added Expert setting to change location of zip file temp location as it's being built or extracted
### Changed ### Changed
- updated ```settings.xml``` to match new [Kodi settings syntax](https://kodi.wiki/view/Add-on_settings_conversion), including visibility levels - updated ```settings.xml``` to match new [Kodi settings syntax](https://kodi.wiki/view/Add-on_settings_conversion), including visibility levels
### Fixed
- when restoring from a zip file the command to delete the extracted directory was incorrect
## [Version 1.6.4](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.3...robweber:matrix-1.6.4) - 2020-12-23 ## [Version 1.6.4](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.3...robweber:matrix-1.6.4) - 2020-12-23
### Added ### Added