summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-05-10 11:21:56 -0400
committerB. Stack <bgstack15@gmail.com>2024-05-10 11:21:56 -0400
commit7a5f22cfe87f938ef58f92b48ac379dc1c4c81c7 (patch)
tree3ed84995318afbd82d5d98a2ba044f9ba58b57c6 /Changelog.txt
parentadd upstream 13.5 (diff)
downloadFreeFileSync-13.6.tar.gz
FreeFileSync-13.6.tar.bz2
FreeFileSync-13.6.zip
add upstream 13.613.6
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 0d8da3a9..1c5643f2 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,13 @@
+FreeFileSync 13.6 [2024-05-10]
+------------------------------
+Compact parent path display for medium/large row sizes
+Fixed crash when mouse inputs are queued due to system lag
+Don't steal focus from other app when sync progress dialog is shown
+Fix crackling sound at the beginning of WAV playback (Linux)
+Prevent middle grid tooltip from covering sync direction
+Disable Nagle algorithm for SFTP connections
+
+
FreeFileSync 13.5 [2024-04-01]
------------------------------
Wrap file grid folder paths instead of truncate
bgstack15