From 4b90647b787de474176422b1b0da1f4b4fb06426 Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Wed, 5 Apr 2023 11:46:30 -0500 Subject: [PATCH] beta version --- addon.xml | 8 +++----- changelog.md | 11 +++++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/addon.xml b/addon.xml index c512d2b..3005592 100644 --- a/addon.xml +++ b/addon.xml @@ -1,6 +1,6 @@  + name="Backup" version="1.7.0~beta1" provider-name="robweber"> @@ -24,10 +24,8 @@ resources/images/screenshot3.jpg resources/images/screenshot4.jpg - Version 1.6.8 -Updated language files with Weblate integration -Bring in saved sources from File Manager to file browser -Fixed Dropbox authorization flow + Version 1.7.0 +Can add suffix to backup folder names Minor UI fixes إنسخ إحتياطياً قاعده بيانات إكس بى إم سى وملفات اﻹعدادات فى حاله وقوع إنهيار مع إمكانيه اﻹسترجاع diff --git a/changelog.md b/changelog.md index 3ca657d..9c70c05 100644 --- a/changelog.md +++ b/changelog.md @@ -6,9 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +### Added + +- You can now append a suffix to the end of each backup name (folder or zip file). This is only available in the Advanced or Expert settings. +- validation file now saves a list of all installed addons and versions + ### Changed - added new line between file size and file name, was unreadable on some systems due to string resizing +- modified GitHub issue template slightly + +### Fixed + +- fixed minor UI issues +- division error when transferSize = 0 ## [Version 1.6.8](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.7...robweber:matrix-1.6.8)