summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 16:57:45 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 16:57:45 +0200
commit2a3ebac62eb6dd88122c0f447ea90ce368373d3a (patch)
treefae5c18deaecfb6f39d4d66dd3de8ce730b2025b /Changelog.txt
parent1.17 (diff)
downloadFreeFileSync-2a3ebac62eb6dd88122c0f447ea90ce368373d3a.tar.gz
FreeFileSync-2a3ebac62eb6dd88122c0f447ea90ce368373d3a.tar.bz2
FreeFileSync-2a3ebac62eb6dd88122c0f447ea90ce368373d3a.zip
1.18
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 1df1f927..416071e3 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,6 +1,31 @@
FreeFileSync
------------
+Changelog v1.18
+---------------
+Linux build officially released: all major problems solved!
+New statistic: remaining time
+New statistic: bytes per second
+Automatically check for program updates every week
+Finally got rid of scrollbar in middle grid for Linux build
+Fixed issue with file icon display
+Fixed overlapping grid cells
+Alternate logfile directory configurable via GUI
+Added drag & drop support for batch job assembly
+Simplyfied filter usage: - <dirname> matches "<dirname>\*" as well as "<dirname>\"
+ - only distinct filter entries are considered
+Platform dependent linebreaks in configuration *.xml files
+"Significant difference check" runs at folder pair level
+Sorting runs at folder pair level
+New check for sufficient free disk space (considering recycle bin usage)
+New optional grid column: directory
+New sort by directory name
+Reduced memory consumption by 10%
+A lot of smaller improvements
+Added Brazilian Portuguese translation
+Updated translation files
+
+
Changelog v1.17
---------------
Full support for Windows/Linux symbolic links:
bgstack15