summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-02-16 21:06:07 -0500
committerB. Stack <bgstack15@gmail.com>2024-02-16 21:06:07 -0500
commit0429cc7c5784925f198c7a96c5b847a01aa2d4e6 (patch)
tree9abc3add3a8fcf8cb79c83c4a7956133d06ae22b /Changelog.txt
parentadd upstream 13.3 (diff)
downloadFreeFileSync-0429cc7c5784925f198c7a96c5b847a01aa2d4e6.tar.gz
FreeFileSync-0429cc7c5784925f198c7a96c5b847a01aa2d4e6.tar.bz2
FreeFileSync-0429cc7c5784925f198c7a96c5b847a01aa2d4e6.zip
add upstream 13.413.4
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 834c4a6a..a03ca67d 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,12 @@
+FreeFileSync 13.4 [2024-02-16]
+------------------------------
+Ignore leading/trailing space when matching file names
+Work around wxWidgets system logger clearing error code
+Fixed registration info not found after App Translocation (macOS)
+Avoid modal dialog hang on KDE when compiling with GTK3
+Change app location without losing Donation Edition status (macOS)
+
+
FreeFileSync 13.3 [2024-01-07]
------------------------------
Completed CASA security assessment for Google Drive
@@ -5,6 +14,7 @@ Use system temp folder for auto-updating
Ignore errors when setting directory attributes is unsupported
Save GUI sync log file even when cancelled
Fixed Business Edition install over existing installation
+Updated code signing certificates (Windows)
FreeFileSync 13.2 [2023-11-23]
bgstack15