summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-08-03 08:51:28 -0400
committerB. Stack <bgstack15@gmail.com>2022-08-03 08:51:28 -0400
commit94e0c9205e6049c6b3295145af7fd39156e77543 (patch)
treec36c0f0c5fab7aa60432e9e1d32ba5fdfabeb55e /Changelog.txt
parentMerge branch '11.22' into 'master' (diff)
downloadFreeFileSync-94e0c9205e6049c6b3295145af7fd39156e77543.tar.gz
FreeFileSync-94e0c9205e6049c6b3295145af7fd39156e77543.tar.bz2
FreeFileSync-94e0c9205e6049c6b3295145af7fd39156e77543.zip
add upstream 11.23
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 76f768aa..5a53352c 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,16 @@
+FreeFileSync 11.23 [2022-07-23]
+-------------------------------
+Format local file times with no limits on time span
+Deferred child item failure when traversing MTP folder
+Fixed occasional wrong thumbnail orientation for MTP
+Support additional image formats for MTP preview (e.g. CR2)
+Fixed folder pair window being squashed after text size increase
+Fixed wrong folder pair order when loading config (Linux)
+Fixed some images being stretched on high-DPI monitors
+Fixed config panel tab text being mirrored in RTL layout
+Fixed parsing file times one second before Unix epoch (Gdrive, FTP)
+
+
FreeFileSync 11.22 [2022-06-23]
-------------------------------
Allow to change default log folder in global settings
bgstack15