summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorDaniel Wilhelm <shieldwed@outlook.com>2018-05-09 00:07:03 +0200
committerDaniel Wilhelm <shieldwed@outlook.com>2018-05-09 00:07:03 +0200
commit1aab211abb68b40cefb5024d0be373589c9c8f99 (patch)
tree2da4ead196df622081ac45b29678e92ed30476a3 /Changelog.txt
parent9.5 (diff)
downloadFreeFileSync-1aab211abb68b40cefb5024d0be373589c9c8f99.tar.gz
FreeFileSync-1aab211abb68b40cefb5024d0be373589c9c8f99.tar.bz2
FreeFileSync-1aab211abb68b40cefb5024d0be373589c9c8f99.zip
9.6
Diffstat (limited to 'Changelog.txt')
-rwxr-xr-xChangelog.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 30904ccb..acf06a4d 100755
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,19 @@
+FreeFileSync 9.6
+----------------
+New installation command line option /disable_updates
+Fixed crash when closing main dialog during sync
+Fixed RealTimeSync crash after recursive mutex locking
+Improved file copy performance on macOS
+Clean up obsolete files during installation
+Don't use threads for running async command line (Linux)
+Avoid main dialog flash after minimized sync
+Disable file list export until after comparison
+Directly close progress dialog during sync
+Redirect escape key from main dialog to progress dialog
+Fixed startup delay during consistency checks
+Updated translation files
+
+
FreeFileSync 9.5 [2017-11-05]
-----------------------------
Allow to change error handling option on progress dialogs
bgstack15