summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-14 22:33:49 -0400
committerB Stack <bgstack15@gmail.com>2019-06-14 22:33:49 -0400
commit583d22efb5901296d1e3dcbc091be5dee9d8a14f (patch)
treecc720d69d3ca68b64ed0aa79438177b6953469a1 /Changelog.txt
parentMerge branch '10.12' into 'master' (diff)
downloadFreeFileSync-583d22efb5901296d1e3dcbc091be5dee9d8a14f.tar.gz
FreeFileSync-583d22efb5901296d1e3dcbc091be5dee9d8a14f.tar.bz2
FreeFileSync-583d22efb5901296d1e3dcbc091be5dee9d8a14f.zip
10.13
Diffstat (limited to 'Changelog.txt')
-rwxr-xr-xChangelog.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 62f5a49d..cb213cae 100755
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,22 @@
+FreeFileSync 10.13 [2019-06-13]
+-------------------------------
+Allow to rename configurations via context menu
+Work around hang on SMB network with broken FileFullDirectoryInformation
+Work around SMB share returning empty item name
+Detect and preempt keyman64.dll crash on exit
+Manage notification sounds via global options dialog
+Support 32-bit Debian Jessie and later releases
+Work around silent failure to case-only rename on FAT drives (Windows 10)
+Simplified installation folder structure
+Update main grid scrollbars when resizing columns on other side
+Preserve input focus when clicking on grid column label
+Buffer result of process path normalization
+Mirror middle grid icons for RTL layout (Linux)
+Force LTR layout until wxWidgets supports RTL (macOS)
+Fixed pair scrolling mismatch when grid height is exceeded by one row
+Fixed startup failure due to missing /etc/machine-id (Linux)
+
+
FreeFileSync 10.12 [2019-05-12]
-------------------------------
Show sync start time and date in progress dialog title
bgstack15