summaryrefslogtreecommitdiff
path: root/BUILD/Changelog.txt
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:08:42 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:08:42 +0200
commitc32707148292d104c66276b43796d6057c8c7a5d (patch)
treebb83513f4aff24153e21a4ec92e34e4c27651b1f /BUILD/Changelog.txt
parent3.9 (diff)
downloadFreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.tar.gz
FreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.tar.bz2
FreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.zip
3.10
Diffstat (limited to 'BUILD/Changelog.txt')
-rw-r--r--BUILD/Changelog.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/BUILD/Changelog.txt b/BUILD/Changelog.txt
index 693d96fc..97e98126 100644
--- a/BUILD/Changelog.txt
+++ b/BUILD/Changelog.txt
@@ -2,6 +2,28 @@
|FreeFileSync|
--------------
+Changelog v3.10
+---------------
+Automatically solve daylight saving time and time zone shift issues on FAT/FAT32 (finally)
+Instantly resolve abandoned directory locks associated with local computer
+Show expanded directory name as tooltip and label text (resolves macros and relative paths)
+Do not copy relative file attributes for base target directories that are created implicitly
+Move dialogs by clicking (almost) anywhere
+RealtimeSync: ignore request for device removal on Samba shares
+Added UTF-8 BOM for CSV export
+Correctly handle window position on multi-screen desktop
+Disabled warning "database not yet existing"
+RealtimeSync: replaced delay by minimum idle time
+Maximum number of folder pairs configurable via GlobalSettings.xml (XML node <FolderPairsMax>)
+Added tooltips to display long filenames on main grid
+Keep application responsive when deleting large directories
+Vista/Windows 7: harmonize modification times shown on main grid with Windows Explorer
+Changed background color to avoid unreadable texts in combination with certain color themes
+Toggle middle grid comparison result/sync preview with right mouse button click
+Further GUI enhancements/polishment/standard conformance
+Updated translation files
+
+
Changelog v3.9
--------------
Advanced locking strategy to allow multiple processes synchronize the same directories (e.g. via network share)
@@ -31,7 +53,7 @@ Run folder existence checks in separate thread (faster network share access)
Write <Automatic> mode database file even if both sides are already in sync
Don't raise status dialog to the top after synchronisation
Embedded version information into executable (Windows)
-Migrated Compiler to Visual C++ 2010 (Windows)
+Migrated compiler to Visual C++ 2010 (Windows)
Avoid losing manual changes when excluding via context menu
Adjusted auto-updater web-address
Updated translation files
bgstack15