summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-11-15 11:22:00 +0000
committerB Stack <bgstack15@gmail.com>2018-11-15 11:22:00 +0000
commit77c5c2503d459288720a8894349ac74e5eeec7c6 (patch)
tree30bf08d782d58174a0ca212b2e4b172fabd9c42c /Changelog.txt
parentMerge branch '10.5' into 'master' (diff)
parent10.6 (diff)
downloadFreeFileSync-77c5c2503d459288720a8894349ac74e5eeec7c6.tar.gz
FreeFileSync-77c5c2503d459288720a8894349ac74e5eeec7c6.tar.bz2
FreeFileSync-77c5c2503d459288720a8894349ac74e5eeec7c6.zip
Merge branch '10.6' into 'master'10.6
10.6 See merge request opensource-tracking/FreeFileSync!3
Diffstat (limited to 'Changelog.txt')
-rwxr-xr-xChangelog.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 004aca9d..185970a9 100755
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,9 +1,31 @@
+FreeFileSync 10.6 [2018-11-12]
+------------------------------
+Detect and skip traversing folder path aliases
+Report conflict when names differ only in Unicode normalization
+Unified 32 and 64 bit into single package (Linux)
+Notarized application package (macOS)
+Save configuration files in user-specific paths (Linux)
+Use XDG-style config file paths (Linux)
+Fixed (fake) intermittent hangs during comparison (Linux, macOS)
+Detect SMB mount points as separate devices (Linux)
+Consider /mnt subfolders as device root paths (Linux)
+Create missing default log folder upon first run
+Don't consider final status for error/warning count
+Discard invalid SFTP session after max channel determination
+Fixed main dialog position not being remembered (Linux)
+Fixed imprecise FTP times due to MLST parsing issue
+Fixed application menu not being localized (macOS)
+Fixed temp file name hitting file system length limitations
+Fixed fatal errors not being written to console (Debian Linux)
+Updated translation files
+
+
FreeFileSync 10.5 [2018-10-11]
------------------------------
New file matching algorithm considering Unicode normalization
User-configurable timeout for FTP and SFTP connections
-Obsoleted old CHM manual in favor of PDF
Ignore case sensitivity during filter matching (Linux)
+Obsoleted old CHM manual in favor of PDF
Unicode-normalized and faster case-insensitive grid search
New button to save current view filter settings as default
Both slash and backslash can be used in filter expressions
bgstack15