summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-06-26 11:59:57 -0400
committerB. Stack <bgstack15@gmail.com>2022-06-26 11:59:57 -0400
commit03efe856012a55165542a3ac5c9055c25723f5e8 (patch)
treef820b53379f3d14e103e2663e8b0ecd38d1b2105 /Changelog.txt
parentMerge branch 'b11.21' into 'master' (diff)
downloadFreeFileSync-03efe856012a55165542a3ac5c9055c25723f5e8.tar.gz
FreeFileSync-03efe856012a55165542a3ac5c9055c25723f5e8.tar.bz2
FreeFileSync-03efe856012a55165542a3ac5c9055c25723f5e8.zip
add upstream 11.22
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 6e5a278b..76f768aa 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,14 @@
+FreeFileSync 11.22 [2022-06-23]
+-------------------------------
+Allow to change default log folder in global settings
+Fixed sort order when items existing on one side only
+Consider HOME environment variable for home path (Linux)
+Fixed config selection using shift and arrow keys
+Start comparison, then sync by only pressing Enter after startup
+Fall back to default path when failing to save log file
+Improved relative config path handling in portable mode
+
+
FreeFileSync 11.21 [2022-05-17]
-------------------------------
Support volume GUID as path: \\?\Volume{01234567-89ab-cdef-0123-456789abcdef} (Windows)
bgstack15