Skip to content

Commit faa80be

Browse files
committed
Updated to version 3.2.0
1 parent 1fb3784 commit faa80be

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

4+
## 3.2.0 - 2021-11-28
5+
### Added
6+
- Added backup error log
7+
8+
### Fixed
9+
- Fixed incorrect folder splits
10+
411
## 3.1.3 - 2021-05-21
512
### Added
613
- Backup analysis is now killable

backdrop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ def check_for_updates(info: dict):
18141814
exit()
18151815

18161816
# Set meta info
1817-
APP_VERSION = '3.1.4-alpha.1'
1817+
APP_VERSION = '3.2.0'
18181818

18191819
# Set constants
18201820
DRIVE_TYPE_LOCAL = 3

0 commit comments

Comments
 (0)