summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-05-10 08:05:45 -0400
committerB. Stack <bgstack15@gmail.com>2021-05-10 08:05:45 -0400
commit0d0f8635218a2893fcd00385019089253474f634 (patch)
tree9261c60b81eb28e068f0f2f44fd8e60214462b2a /Changelog.txt
parentMerge branch '11.9' into 'master' (diff)
downloadFreeFileSync-0d0f8635218a2893fcd00385019089253474f634.tar.gz
FreeFileSync-0d0f8635218a2893fcd00385019089253474f634.tar.bz2
FreeFileSync-0d0f8635218a2893fcd00385019089253474f634.zip
add upstream 11.10
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