added newline on progress bar when writing files

This commit is contained in:
Rob Weber
2022-03-18 15:11:28 -05:00
parent 376f25f230
commit c951dce5bd
3 changed files with 9 additions and 3 deletions

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/)
## Unreleased
### Changed
- added new line between file size and file name, was unreadable on some systems due to string resizing
## [Version 1.6.8](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.7...robweber:matrix-1.6.8)
### Changed