summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-02-06 16:41:53 -0500
committerB. Stack <bgstack15@gmail.com>2022-02-06 16:41:53 -0500
commitf6b6d222dc1a79c95f6756c707c5fcc3a785c030 (patch)
tree374c62790fde0ce5514ef56750d0ff023d61b528 /Changelog.txt
parentadd upstream 11.16 (diff)
downloadFreeFileSync-f6b6d222dc1a79c95f6756c707c5fcc3a785c030.tar.gz
FreeFileSync-f6b6d222dc1a79c95f6756c707c5fcc3a785c030.tar.bz2
FreeFileSync-f6b6d222dc1a79c95f6756c707c5fcc3a785c030.zip
add upstream 11.17
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 563677e4..d65315c6 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,14 @@
+FreeFileSync 11.17 [2022-02-04]
+-------------------------------
+Show per-file progress in percent when copying large files
+Log app initialization errors
+Fixed uncaught exception after installation
+Defer testing for third-party buggy DLLs until after crashing
+Consider ReFS 128-bit file ID failure states (Windows)
+Refer to volume by name: support names including brackets
+Support local installation with non-standard home (Linux)
+
+
FreeFileSync 11.16 [2022-01-02]
-------------------------------
Allow to select and remove invalid config file
bgstack15