summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorDaniel Wilhelm <shieldwed@outlook.com>2018-05-09 00:04:33 +0200
committerDaniel Wilhelm <shieldwed@outlook.com>2018-05-09 00:04:33 +0200
commit017e56b81ba735c39c43701f737ac7dde55da7b4 (patch)
treeea7aaaee13a06a702701e2f74f5d390e10ae303e /Changelog.txt
parent9.4 (diff)
downloadFreeFileSync-017e56b81ba735c39c43701f737ac7dde55da7b4.tar.gz
FreeFileSync-017e56b81ba735c39c43701f737ac7dde55da7b4.tar.bz2
FreeFileSync-017e56b81ba735c39c43701f737ac7dde55da7b4.zip
9.5
Diffstat (limited to 'Changelog.txt')
-rwxr-xr-xChangelog.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 897f7a5d..30904ccb 100755
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,20 @@
+FreeFileSync 9.5 [2017-11-05]
+-----------------------------
+Allow to change error handling option on progress dialogs
+Set up shutdown behavior during sync (summary, exit, sleep, shutdown)
+Conditional execution of the post sync command line
+Directly use native shutdown/sleep API (Windows and macOS)
+Run post sync command even when fail on first error was set
+Merged batch and GUI error handling options
+Write post sync command to log file
+Update GUI-specific options when saving as batch job
+Progress graph area matches processed data ratio
+Delete files permanently with Shift+Del
+Apply correct quotation for CSV-exported folder list
+Replace Unicode arrow chars with ASCII for variant description
+Updated libcurl, OpenSSL to latest builds
+
+
FreeFileSync 9.4 [2017-10-05]
-----------------------------
Fixed copying files with locked byte ranges using VSS
bgstack15