summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-06-20 07:46:53 -0400
committerB. Stack <bgstack15@gmail.com>2023-06-20 07:46:53 -0400
commitf76994f1fb3e25c4563c9d8afce6bbc86701d1d2 (patch)
treeb39389163603195a0169af57712eb0765e5c11f4 /Changelog.txt
parentadd upstream 12.3 (diff)
downloadFreeFileSync-12.4.tar.gz
FreeFileSync-12.4.tar.bz2
FreeFileSync-12.4.zip
add upstream 12.412.4
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 3a22c554..9da83eaf 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,15 @@
+FreeFileSync 12.4 [2023-06-20]
+------------------------------
+Show dynamic error and warning count in progress dialogs
+Show process elevation status in title bar (Administrator, root)
+Fixed libcurl bug CURLE_URL_MALFORMAT for numerical host name
+Don't discard config panel last log after no changes found
+Set taskbar relaunch command to launcher executable (Windows)
+Fixed Btrfs compression not being applied during copy (Linux)
+Run on file systems with buggy GetFinalPathNameByHandle() implementation, e.g. Dokany-based
+Save selected view mode (F11) in batch config file
+
+
FreeFileSync 12.3 [2023-05-17]
------------------------------
Add custom notes to sync configurations
bgstack15