We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb3784 commit faa80beCopy full SHA for faa80be
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## 3.2.0 - 2021-11-28
5
+### Added
6
+- Added backup error log
7
+
8
+### Fixed
9
+- Fixed incorrect folder splits
10
11
## 3.1.3 - 2021-05-21
12
### Added
13
- Backup analysis is now killable
backdrop.py
@@ -1814,7 +1814,7 @@ def check_for_updates(info: dict):
1814
exit()
1815
1816
# Set meta info
1817
- APP_VERSION = '3.1.4-alpha.1'
+ APP_VERSION = '3.2.0'
1818
1819
# Set constants
1820
DRIVE_TYPE_LOCAL = 3
0 commit comments