summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-21 12:13:36 -0500
committerB. Stack <bgstack15@gmail.com>2023-02-21 12:13:36 -0500
commit5a6ed4e8eadf3af3d141b246f124d67b62a1357c (patch)
tree4e49ae80efbe181c46110867fe7cf703efd3fcf5 /Changelog.txt
parentargon2 copyright notice updated (diff)
downloadFreeFileSync-5a6ed4e8eadf3af3d141b246f124d67b62a1357c.tar.gz
FreeFileSync-5a6ed4e8eadf3af3d141b246f124d67b62a1357c.tar.bz2
FreeFileSync-5a6ed4e8eadf3af3d141b246f124d67b62a1357c.zip
add upstream 12.112.1
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 601c33dd..9235d34a 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,4 +1,20 @@
-FreeFileSync 12.0 [2022-01-21]
+FreeFileSync 12.1 [2023-02-20]
+------------------------------
+First official build based on GTK3 (Linux)
+Allow cancel during folder path normalization (e.g. delay during HDD spin up)
+Fixed slow FTP comparison performance due to libcurl regression
+Open terminal with log messages on startup error (Linux)
+Preserve changed config during auto-update
+Save config during unexpected reboot (Linux)
+Preserve config upon SIGTERM (Linux, macOS)
+Fixed progress dialog z-order after switching windows (macOS)
+Removed packet size limit for SFTP directory reading
+Mouse hover effects for config and overview grid
+Always update existing shortcuts during installation (Windows, Linux)
+Fixed another "Some files will be synchronized as part of multiple base folders" false-negative
+
+
+FreeFileSync 12.0 [2023-01-21]
------------------------------
Don't save password and show prompt instead for (S)FTP
Fast path check failure on access errors
bgstack15