summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt
index e4199c8d..234a8729 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,7 +1,26 @@
+FreeFileSync 11.9 [2021-04-01]
+------------------------------
+Save different layouts depending on screen resolution
+Fixed large file icon scaling quality (Windows)
+Fixed broken default filter excluding DocumentRevisions (macOS)
+Don't immediately exit terminal when installer error is showing (Linux)
+Explicitly set file permissions when installing missing directories (Linux)
+Support installation using noexec temp directory (Linux)
+Don't fail installation if root is the only user (Linux)
+Added automatic socket close on execv (Linux, macOS)
+Fixed Google Drive login hanging after authentication (Linux)
+Correctly generate and parse Windows epoch time (Windows, macOS)
+
+
+FreeFileSync 11.8 [2021-03-03]
+------------------------------
+Fixed unexpected file size error when copying to (S)FTP, and Google Drive
+
+
FreeFileSync 11.7 [2021-03-01]
------------------------------
Detect moved files on FTP (if server supports MLSD)
-Allow installation only for current or all user(s) (Linux)
+Allow installation only for current or all users (Linux)
Added application uninstaller: uninstall.sh (Linux)
Use login user config path when running as root (macOS, Linux)
Fixed detection of moved files with unstable device IDs (macOS, Linux)
bgstack15