summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-07-15 15:01:41 +0000
committerB. Stack <bgstack15@gmail.com>2021-07-15 15:01:41 +0000
commitbc6f56c106b894409640a7730838bd52ec0c8044 (patch)
tree774b9ac395e65f9346210dcf804aa58f1b3975d1 /Changelog.txt
parentMerge branch '11.11' into 'master' (diff)
parentadd upstream 11.12 (diff)
downloadFreeFileSync-bc6f56c106b894409640a7730838bd52ec0c8044.tar.gz
FreeFileSync-bc6f56c106b894409640a7730838bd52ec0c8044.tar.bz2
FreeFileSync-bc6f56c106b894409640a7730838bd52ec0c8044.zip
Merge branch '11.12' into 'master'
add upstream 11.12 See merge request opensource-tracking/FreeFileSync!35
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 9102f8a4..75a491f5 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,15 @@
+FreeFileSync 11.12
+------------------
+Native ARM64 build to support Apple silicon M1 (macOS)
+Non-intrusive mouse highlight on file grid
+Fixed /lib/i386-linux-gnu/libgcc_s.so.1: version `GCC_7.0.0' not found
+Parse file times with no limits on time span (e.g. year 0, year 3000)
+Show folder icon during drag and drop (Windows)
+Show user name for (S)FTP display paths
+Fixed FTP connection lost error with TLS 1.3
+Present file sizes in powers of 1000 bytes (Linux, macOS)
+
+
FreeFileSync 11.11 [2021-06-11]
-------------------------------
Fixed Shared Drive synchronization with Google Drive
bgstack15