Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 9b712b233..95eed3fc4 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,14 @@
+2020-08-07 - 2.0.5.109_canary_2020-08-07
+==========
+* Fixed hiding compression errors, thanks @jpschewe
+* Fixed Tardigrade backend issues, thanks @TopperDEL
+* Fixed a case where the recovery tool would fail to recover files witth dashes in the name, thanks @dferreyra
+* Improved handling of "problematic" filenames on Windows and increased test coverage, thanks @dferreyra
+* Improved test coverage for invalid paths and removed unused code, thanks @warwickmm
+* Improved code to remove remote files to better support remote folders that are not exclusively used by Duplicati, thanks @warwickmm
+* Updated to use and require .Net 4.7.1, thanks @warwickmm
+* Updated USN support to work with the newer Windows features for moving instead of deleting files, thanks @dgehri
+
2020-07-09 - 2.0.5.108_canary_2020-07-09
==========
* Removed unsupported compiler directives, thanks @kenkendk