summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index ec93a2e6..5e1a98b2 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,6 +1,19 @@
FreeFileSync
------------
+Changelog v1.10
+--------------
+Transformed configuration file format to XML
+Exchanged batch files with shell links for full Unicode support (Windows-only)
+Improved Filter usage: ignore leading/trailing whitespace, upper/lower-case (Windows-only) chars
+Removed screen-flicker when clicking on compare:
+Added elapsed time to compare status
+Calculate height of middle grid independently from OS window layout
+Multiple GUI improvements
+Added Japanese translation
+Updated translation files
+
+
Changelog v1.9
--------------
Fixed wxWidgets multithreading issue that could cause synchronization to hang occasionally
bgstack15