summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-05-19 09:24:58 -0400
committerB. Stack <bgstack15@gmail.com>2023-05-19 09:24:58 -0400
commit90bc692185a27f18acb6b029dfaf038e555ef8ff (patch)
treefdb56193bab28d36a4c6723bf847f3aa2ce36a9b /Changelog.txt
parentadd upstream 12.2 (diff)
downloadFreeFileSync-90bc692185a27f18acb6b029dfaf038e555ef8ff.tar.gz
FreeFileSync-90bc692185a27f18acb6b029dfaf038e555ef8ff.tar.bz2
FreeFileSync-90bc692185a27f18acb6b029dfaf038e555ef8ff.zip
add upstream 12.312.3
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 8621e5ac..3a22c554 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,17 @@
+FreeFileSync 12.3 [2023-05-17]
+------------------------------
+Add custom notes to sync configurations
+Highlight comparison and sync buttons
+Show sync stats in config panel tool tip
+Update config panel sync info even if cancelled
+Support FTP listing format missing owner/group
+Fixed "Class not registered" error during installation
+Propagate process priority of launcher executable
+Fixed config panel metadata being reset after renaming
+Fixed config panel keyboard cursor after deletion/rename
+Improved small icon resolution for high-DPI monitors
+
+
FreeFileSync 12.2 [2023-04-02]
------------------------------
Fixed temporary access error when creating multiple folders in parallel
bgstack15