summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-12-15 08:58:32 -0500
committerB Stack <bgstack15@gmail.com>2018-12-15 08:58:32 -0500
commitd2c4bc7276ea099ee8fc53ddb918c0f3458b4bb5 (patch)
tree597a84bf090173bfc5f406e9009263875218707d /Changelog.txt
parentMerge branch '10.6' into 'master' (diff)
downloadFreeFileSync-d2c4bc7276ea099ee8fc53ddb918c0f3458b4bb5.tar.gz
FreeFileSync-d2c4bc7276ea099ee8fc53ddb918c0f3458b4bb5.tar.bz2
FreeFileSync-d2c4bc7276ea099ee8fc53ddb918c0f3458b4bb5.zip
10.7
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 185970a9..bf64b73b 100755
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,19 @@
+FreeFileSync 10.7 [2018-12-12]
+------------------------------
+Correctly resolve ambiguous paths in (S)FTP folder picker
+Fixed path alias check to not rely on volume serial number
+Check already existing move target by ID instead of path (Linux, macOS)
+Use native image conversion routines in installer
+Added base folder info for unresolved conflicts message
+Avoid silent failure when setting epoch modTime (Windows)
+Fixed RealTimeSync failing to start FreeFileSync batch (macOS)
+Support command arguments and exit code with launcher (macOS)
+Consider UTF encoding when trimming long temp name during file copy
+Exclude failed item paths containing backslash in names (Linux)
+Fixed RealTimeSync GUI distortion after drag & drop (Linux)
+Fixed parsing locale with unexpected format (Linux)
+
+
FreeFileSync 10.6 [2018-11-12]
------------------------------
Detect and skip traversing folder path aliases
bgstack15