From 941b5937515e00b3b7c873ce7a1f036afc565e6a Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Wed, 20 Jan 2021 14:27:34 -0600 Subject: [PATCH] updated change log --- addon.xml | 1 + changelog.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/addon.xml b/addon.xml index ad96059..bd4d525 100644 --- a/addon.xml +++ b/addon.xml @@ -91,6 +91,7 @@ Version 1.6.5 Beta 1 - updated to new settings format with levels + - added ability to change path where temp zip file is built diff --git a/changelog.md b/changelog.md index 5590e35..8030873 100644 --- a/changelog.md +++ b/changelog.md @@ -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) +### Added + +- added Expert setting to change location of zip file temp location as it's being built or extracted + ### Changed - 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 ### Added