summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-09-07 18:49:36 +0000
committerB. Stack <bgstack15@gmail.com>2022-09-07 18:49:36 +0000
commit62bcefb8b809a32c6d26ab04ca686578bba5567a (patch)
treefbc1dea58a6b28f1af4a9e9b2bc8e3e1d23b2103 /Changelog.txt
parentMerge branch 'b11.23' into 'master' (diff)
parentadd upstream 11.24 (diff)
downloadFreeFileSync-62bcefb8b809a32c6d26ab04ca686578bba5567a.tar.gz
FreeFileSync-62bcefb8b809a32c6d26ab04ca686578bba5567a.tar.bz2
FreeFileSync-62bcefb8b809a32c6d26ab04ca686578bba5567a.zip
Merge branch 'b11.24' into 'master'11.24
add upstream 11.24 See merge request opensource-tracking/FreeFileSync!47
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 5a53352c..ee265eee 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,20 @@
+FreeFileSync 11.25
+------------------
+
+
+FreeFileSync 11.24 [2022-08-28]
+-------------------------------
+Enhanced filter syntax to match files only (append ':')
+Fixed "Some files will be synchronized as part of multiple base folders": no more false-positives
+Detect full path filter items and convert to relative path
+Auto-detect FTP server character encoding (UTF8 or ANSI)
+Cancel grid selection via Escape key or second mouse button
+Apply conflict preview limit accross all folder pairs
+Require config type and file extension to match
+Fixed view filter panel vertical layout
+Strict validation of UTF encoding
+
+
FreeFileSync 11.23 [2022-07-23]
-------------------------------
Format local file times with no limits on time span
bgstack15