summaryrefslogtreecommitdiff
path: root/BUILD/Changelog.txt
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:22:36 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:22:36 +0200
commitecb1524f8da7901338b263384fed3c612f117b4c (patch)
treee7e06423fe27ea5ab45f27fc4b39ae597ba72490 /BUILD/Changelog.txt
parent5.10 (diff)
downloadFreeFileSync-ecb1524f8da7901338b263384fed3c612f117b4c.tar.gz
FreeFileSync-ecb1524f8da7901338b263384fed3c612f117b4c.tar.bz2
FreeFileSync-ecb1524f8da7901338b263384fed3c612f117b4c.zip
5.11
Diffstat (limited to 'BUILD/Changelog.txt')
-rw-r--r--BUILD/Changelog.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/BUILD/Changelog.txt b/BUILD/Changelog.txt
index 21a0bbe1..7c82a459 100644
--- a/BUILD/Changelog.txt
+++ b/BUILD/Changelog.txt
@@ -2,6 +2,26 @@
|FreeFileSync|
--------------
+Changelog v5.11
+---------------
+New file versioning scheme: move to folder replacing existing files
+Fixed high CPU consumption after longer syncs
+Improved .ffs_batch configuration file handling
+Allow to quick save .ffs_batch files on main dialog and program exit
+Convert batch-exclusive settings when opening a .ffs_batch file on main dialog
+Redesigned configuration dialog layout
+Enhanced all file I/O error messages to show locking processes (Windows Vista and later)
+Separator in CSV file now locale dependent
+Avoid "Windows Error Code 2" for truly empty directories
+Macro %month% resolves to decimal number
+New macro %timestamp%
+Revised sync progress graph
+Fixed progress graph graphics glitch for RTL layout
+Allow XML element values to contain non-escaped quotation marks
+Updated help file
+Updated translation files
+
+
Changelog v5.10
---------------
Show synchronization log as a grid in results dialog
bgstack15