summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-03-12 16:09:20 -0400
committerB Stack <bgstack15@gmail.com>2019-03-12 16:09:20 -0400
commit27177c9cbc47d4114ccee56015fb0407e7e258cc (patch)
treedc226d83311470a23cdf0c02064feb525fcc5096 /Changelog.txt
parentMerge branch '10.9' into 'master' (diff)
downloadFreeFileSync-27177c9cbc47d4114ccee56015fb0407e7e258cc.tar.gz
FreeFileSync-27177c9cbc47d4114ccee56015fb0407e7e258cc.tar.bz2
FreeFileSync-27177c9cbc47d4114ccee56015fb0407e7e258cc.zip
10.10
Diffstat (limited to 'Changelog.txt')
-rwxr-xr-xChangelog.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index dc7b5ab5..58d91e3b 100755
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,26 @@
+FreeFileSync 10.10 [2019-03-10]
+-------------------------------
+New option: synchronize selection
+Dynamically disable unsuitable context menu options
+Support MTP devices without move command
+Fall back to copy/delete when implicitly moving to different device (e.g. symlink)
+Fixed incorrect statistics after parallel move
+Fixed menu button not triggering context menu
+Fixed crash on focus change while message popup is dismissed
+Fixed crash when trying to shrink empty image
+Fixed invisible dialogs when monitor is turned off in multi-monitor setup
+Work around GetFileInformationByHandle error code 58 on WD My Cloud EX
+Changing deletion handling now correctly triggers updated config
+Support root-relative FTP file paths (e.g. FreeNAS)
+Move and rename MTP items as a transaction
+Exclude AppleDouble files (._) via default filter on macOS
+Support home path for FTP folder picker
+Use server default permissions when creating SFTP folder
+Use native OpenSSL AES-CTR rather than libssh2 fallback
+Added context information for cloud connection errors
+Updated translation files
+
+
FreeFileSync 10.9 [2019-02-10]
------------------------------
Added FTP, SFTP, Google Drive support for Linux
bgstack15