summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-04-02 09:18:58 -0400
committerB. Stack <bgstack15@gmail.com>2024-04-02 09:18:58 -0400
commitd287d1d35a5bf96487d7abdeee8c42a851d5d292 (patch)
treeaa74abf9f7bf245cbff1add74dd2697da45e0611 /Changelog.txt
parentadd upstream 13.4 (diff)
downloadFreeFileSync-13.5.tar.gz
FreeFileSync-13.5.tar.bz2
FreeFileSync-13.5.zip
add upstream 13.513.5
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index a03ca67d..0d8da3a9 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,12 @@
+FreeFileSync 13.5 [2024-04-01]
+------------------------------
+Wrap file grid folder paths instead of truncate
+Fixed sync operation arrows for RTL layout
+Fixed FTP hang during connection (libcurl regression)
+Consider user-defined file time tolerance for DB comparisons
+Don't log folder pair paths if nothing to sync
+
+
FreeFileSync 13.4 [2024-02-16]
------------------------------
Ignore leading/trailing space when matching file names
bgstack15