summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-03 20:50:36 +0000
committerB Stack <bgstack15@gmail.com>2019-09-03 20:50:36 +0000
commit89b5c8eb6012b7b4560958ad3c1aa5b187dafc94 (patch)
treeafc54ec004ab863262f5621fbf282c42fdff29cc /Changelog.txt
parentMerge branch '10.14' into 'master' (diff)
parentadd upstream 10.15 (diff)
downloadFreeFileSync-89b5c8eb6012b7b4560958ad3c1aa5b187dafc94.tar.gz
FreeFileSync-89b5c8eb6012b7b4560958ad3c1aa5b187dafc94.tar.bz2
FreeFileSync-89b5c8eb6012b7b4560958ad3c1aa5b187dafc94.zip
Merge branch '10.15' into 'master'10.15
add upstream 10.15 See merge request opensource-tracking/FreeFileSync!12
Diffstat (limited to 'Changelog.txt')
-rwxr-xr-xChangelog.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 31c831b9..74415e95 100755
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,18 @@
+FreeFileSync 10.15 [2019-08-15]
+-------------------------------
+Redesigned progress indicator stats
+Fixed crash when progress dialog is closed right before showing error
+Consider fail-safe file copy when creating sync.ffs_db files
+Prepare support for GTK3 GUI framework (Linux)
+Support sound output via SDL (Linux)
+Shrink standard system icons if needed (Linux)
+Add Windows Defender exclusions asynchronously
+Fixed main dialog out-of-screen position on startup (macOS)
+Activated CDN for all web accesses
+Redirect error dialog to stderr during sound playback (Linux)
+Updated translation files
+
+
FreeFileSync 10.14 [2019-07-14]
-------------------------------
Warn if versioning folder paths differ only in case
@@ -34,7 +49,7 @@ Show sync start time and date in progress dialog title
Added duration of comparison to log
Show all total times in full HH:MM:SS format
Added sync start time to log file header
-Add Windows Defender exclusions to fix CURLE_OPERATION_TIMEDOUT
+Add Windows Defender exclusions to fix CURLE_PARTIAL_FILE
New RealTimeSync option to hide console window
Support launching through symlink (Windows)
Dropped support for Windows XP, Server 2003, and Vista
bgstack15