summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-05-10 12:09:24 +0000
committerB. Stack <bgstack15@gmail.com>2021-05-10 12:09:24 +0000
commit692fd264ae30b5b844f748626262e79bc3d5a7e2 (patch)
tree9261c60b81eb28e068f0f2f44fd8e60214462b2a /Changelog.txt
parentMerge branch '11.9' into 'master' (diff)
parentadd upstream 11.10 (diff)
downloadFreeFileSync-692fd264ae30b5b844f748626262e79bc3d5a7e2.tar.gz
FreeFileSync-692fd264ae30b5b844f748626262e79bc3d5a7e2.tar.bz2
FreeFileSync-692fd264ae30b5b844f748626262e79bc3d5a7e2.zip
Merge branch '11.10' into 'master'11.10
add upstream 11.10 See merge request opensource-tracking/FreeFileSync!33
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 234a8729..6a5be5a8 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,18 @@
+FreeFileSync 11.10 [2021-05-09]
+-------------------------------
+Fixed comparison results cleared after mouse-scrolling the first folder pair
+Stricter base folder existence checks before synchronization
+Disable all file pairs when base folder status cannot be determined
+Fixed sync statistics if base folder existence test failed
+Work around glitch in grid scrollbar size calculation
+Fixed folder drag and drop failing after locale conflict (macOS)
+Fixed incorrect mime permissions after installation (Linux)
+Stricter server response validation during update check
+Fixed incomplete item path in log if source item is missing
+Fixed installation error when running ConEmu
+Support starting FreeFileSync as root login user (Linux)
+
+
FreeFileSync 11.9 [2021-04-01]
------------------------------
Save different layouts depending on screen resolution
bgstack15