summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 16:53:46 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 16:53:46 +0200
commit7721cdf1737fb5a99ce60f59acf230b3432576af (patch)
tree8127dbedafc2c18e5b3cc7ef1e55969481be6c41 /Changelog.txt
parent1.10 (diff)
downloadFreeFileSync-7721cdf1737fb5a99ce60f59acf230b3432576af.tar.gz
FreeFileSync-7721cdf1737fb5a99ce60f59acf230b3432576af.tar.bz2
FreeFileSync-7721cdf1737fb5a99ce60f59acf230b3432576af.zip
1.11
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt16
1 files changed, 13 insertions, 3 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 5e1a98b2..abad5df7 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,14 +1,24 @@
FreeFileSync
------------
+Changelog v1.11
+---------------
+Support for multiple folder pairs
+Optimized performance of multiple pairs to scan each folder just once
+Enhanced batch file format
+New context menu option to add files, file types or directories to exclude filter
+Reworked file filter dialog
+Updated translation files
+
+
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
+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
+Calculate height of middle grid independently of OS window layout
Multiple GUI improvements
Added Japanese translation
Updated translation files
bgstack15