Skip to content

Commit 6ff490d

Browse files
committed
Update to 3.1.3
1 parent b3751f7 commit 6ff490d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## 3.1.3-rc.2 - TBD
4+
## 3.1.3 - 2021-05-21
55
### Added
66
- Backup analysis is now killable
77

backdrop.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
exit()
4343

4444
# Set meta info
45-
APP_VERSION = '3.1.3-rc.2'
45+
APP_VERSION = '3.1.3'
4646

4747
# Set constants
4848
DRIVE_TYPE_LOCAL = 3
@@ -332,6 +332,7 @@ def display_backup_progress(copied, total, gui_options):
332332
else:
333333
print(f"{bcolor.OKCYAN}Verifying => {percent_copied:.2f}% => {human_filesize(copied)} of {human_filesize(total)}{bcolor.ENDC}", end='\r', flush=True)
334334

335+
# FIXME: Make all failed file copies add the relevant progress chunk to the progress bar
335336
if copied >= total:
336337
backup_totals['running'] += backup_totals['buffer']
337338

0 commit comments

Comments
 (0)