diff options
Diffstat (limited to 'BUILD/Changelog.txt')
-rw-r--r-- | BUILD/Changelog.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/BUILD/Changelog.txt b/BUILD/Changelog.txt index ca5e6c62..36999147 100644 --- a/BUILD/Changelog.txt +++ b/BUILD/Changelog.txt @@ -2,6 +2,28 @@ |FreeFileSync| -------------- +Changelog v3.19 +--------------- +Exclude directories from synchronization which cannot be accessed during comparison +Warning if Recycle Bin is not available instead of deleting silently +Adapted log message if missing recycler leads to permanent deletion (Windows) +Revert to per file recycle bin handling if creating temp recycler folder fails +Avoid orphaned deletion temp directories on network drives +Quick-select comparison and synchronization options via double-click +New right-click dropdown menu on comparison and synchronization settings button +New database design: copying the database file does not lead to complications anymore +Full support for "retry" while comparing +Don't copy empty folders when filtering by timespan +Allow loading/merging multiple configurations files via file open dialog +Allow loading/merging multiple configurations in last used config list +Fixed system shutdown interruption during batch mode +Allow saving log files in both silent and non-silent batch jobs +Reduced main dialog flicker when switching configurations +Database and lock files created by FreeFileSync do not trigger RealtimeSync anymore +Restrict maximum number of visible folder pairs to 6 (configurable via GlobalSettings.xml) +New macros: %day%, %hour%, %min%, %sec% + + Changelog v3.18 --------------- Launcher running synchronously and returning application error code |