1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
freefilesync (10.13-1+devuan) manual; urgency=low
* 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)
-- B Stack <bgstack15@gmail.com> Sat, 15 Jun 2019 10:40:49 -0400
freefilesync (10.12-1+devuan) manual; urgency=low
* Show sync start time and date in progress dialog title
* Added duration of comparison to log
* Show all total times in full HH:MM:SS format
* Added sync start time to log file header
* Add Windows Defender exclusions to fix CURLE_OPERATION_TIMEDOUT
* New RealTimeSync option to hide console window
* Support launching through symlink (Windows)
* Dropped support for Windows XP, Server 2003, and Vista
* Reduced installation size by 25%
-- B Stack <bgstack15@gmail.com> Sun, 13 May 2019 21:51:30 -0500
freefilesync (10.11-1+devuan) manual; urgency=low
* Last FreeFileSync version supporting Windows XP and Vista
* Fixed crash on multi-monitor set up
* Fixed dialogs not showing after opening UAC prompt
* Support launching through symlink (Linux)
* Added example desktop starter files (Linux)
* Fixed misleading error when determining file permissions support
* Updated wxWidgets, libcurl, libssh2, VS, GCC, Xcode
-- B Stack <bgstack15@gmail.com> Fri, 12 Apr 2019 13:30:42 -0500
freefilesync (10.10-1devuan) manual; urgency=low
* 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-1devuan) manual; urgency=low
* Added FTP, SFTP, Google Drive support for Linux
* FreeFileSync Donation Edition available for Linux
* Compress file stream during Google Drive upload
* Navigate beyond access-denied parents in SFTP folder picker
* Fixed unexpected stream size error during FTP upload
* Support native recursive deletion for Google Drive
* Support native recursive deletion for MTP
* Deterministically save Google Drive state during exit
* Work around missing TMPDIR variable (Linux)
* Support SFTP servers returning large package sizes during folder reading
* Start with home path when using SFTP folder picker
* Aggregate device authentication prompts during comparison
* Clean up temp file after unexpected stream size error
* Work around FTP servers not supporting HELP command
* Support parsing path by volume name when volume is missing
* Parse and streamline Google Drive error messages
* Load next item after deleting from config history
* Avoid redundant Google Drive syncs after file/folder creation
* Avoid duplicate MTP item creation by multiple threads
-- B Stack <bgstack15@gmail.com> Thu, 14 Feb 2019 10:46:09 -0500
freefilesync (10.8-1devuan) manual; urgency=low
* Initial release.
-- B Stack <bgstack15@gmail.com> Tue, 29 Jan 2019 09:20:41 -0500
|