summaryrefslogtreecommitdiff
path: root/BUILD/Changelog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/Changelog.txt')
-rw-r--r--BUILD/Changelog.txt35
1 files changed, 30 insertions, 5 deletions
diff --git a/BUILD/Changelog.txt b/BUILD/Changelog.txt
index 58bfe35b..3ea37562 100644
--- a/BUILD/Changelog.txt
+++ b/BUILD/Changelog.txt
@@ -1,6 +1,31 @@
-===========
-|Changelog|
-===========
+FreeFileSync 5.17
+-----------------
+Consider target file when updating followed file symlinks
+Support moving files to recycle bin contained in followed directory symlinks
+Move instead of copy updated files into versioning directory
+Reduced memory peak when loading large database files after comparison
+Check recycle bin existence only once per base folder and only if deletions occur (Windows)
+Revised and enhanced error messages
+Show moved files in same category as updated files
+More pessimistic calculation of required disk space reducing false positives
+Implemented platform-specific standard button ordering (Linux, OS X)
+Set configuration panel primary orientation to vertical
+Added new checks and error message strings for translation file parser
+Revised middle grid inactive color and duplicate equality symbol
+Skip XML comments while parsing config files
+Redesigned confirmation popup dialogs
+Standard button spacing conforms to operating system conventions
+Shrinked memory consumption of file hierarchy data structures
+Don't show file deletion dialog if selection is empty
+Fixed incorrect progress statistics if a file or directory is deleted externally after comparison
+Focus grid cursor row after switching sides with keyboard direction keys
+Improved localization process: find translation deltas more easily, better error reporting
+Reset initiated grid selection when changing grid cursor
+Improved sync progress dialog layout
+Suppress dubious wxWidgets error message "locale 'es_AR' can not be set". (OS X)
+Don't show busy cursor on synchronization results dialog
+Log error message upon retry as type info only
+
FreeFileSync 5.16
-----------------
@@ -19,7 +44,7 @@ Prevent wxWidgets corrupting stack when wxLocale is allocated statically (Linux)
Use GetUserDefaultLangID to determine installer default language
Avoid progress speed and remaining time jitter
Check existence only once for duplicate base directories
-Detect invalid file symlinks pointing to directories
+Detect invalid file symlinks pointing to directories (Windows)
Disable unsuitable buttons in pop up dialogs when checkbox is set
Copy folder attributes if source is a junction already on Windows XP instead of Vista
Mark failed UTF conversions with replacement character
@@ -506,7 +531,7 @@ Render (all) invalid file dates correctly on GUI
Correct layout selection for RTL and LTR languages
Correct GUI status texts while waiting for directory lock
Properly set default directory when loading configuration
-New XML framework: zenXML
+New XML framework: zen::Xml
Added Hebrew language
Added Danish language
Updated translation files
bgstack15