beta version

This commit is contained in:
Rob Weber
2023-04-05 11:46:30 -05:00
parent 8f4a7b5895
commit 4b90647b78
2 changed files with 14 additions and 5 deletions

View File

@@ -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)