summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog23
1 files changed, 23 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 75dd001..8083b90 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,26 @@
+freefilesync (11.6-1+devuan) obs; urgency=medium
+
+ * Upstream updates
+ - New FreeFileSync installer (Linux)
+ - New auto-updater for the Donation Edition (macOS, Linux)
+ - Support reading FTP file symlinks
+ - Added context menu option "Edit with FreeFileSync" (Linux, KDE)
+ - Support starting via symlink (macOS)
+ - Command line support with "freefilesync" symlink in /usr/local/bin (macOS)
+ - Fixed starting via symlink found by PATH (Linux)
+ - Preserve keyboard focus when starting sync via F9
+ - Don't show relative parent path if folder does not exist
+ - Added high-resolution application icons (Linux, macOS)
+ - Work around "500 'HELP' command unrecognized" FTP error
+ - Fixed menu bar icon not being removed immediately (macOS Big Sur)
+ - Don't allow folder names ending with dot character (Windows)
+ - Mitigate ERROR_ALREADY_ASSIGNED: Local Device Name Already in Use [Wnetaddconnection2]
+ - Fixed startup failure when app folder contains back quote char (macOS)
+ - Fixed network card not found error on virtual machine (KVM Linux)
+ - Fixed RTL layout direction in popup dialogs
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 02 Feb 2021 13:30:10 -0500
+
freefilesync (11.5-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15