summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 32166cd..75dd001 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,25 @@
+freefilesync (11.5-1+devuan) obs; urgency=medium
+
+ * Upstream updates
+ - New configuration context menu option to delete from disk
+ - Start auto retry delay at time of error instead of reporting
+ - Added error details to status message before retry
+ - Improved color scheme to better integrate with system colors
+ - Keep partial SFTP results after network failure
+ - Fixed incorrect panel font (macOS Big Sur)
+ - Fixed SFTP retry not working after network drop
+ - Fixed crash on exit with floating panels (macOS Big Sur)
+ - Fixed auto-close option not being remembered
+ - Fixed installer high-DPI scaling issues
+ - Fixed mouse hover issues with grid column header
+ - Fixed menu bar icons not showing (Linux)
+ - Removed redundant GUI layout recalculations
+ - Keep correct panel sizes after log panel maximize
+ - Support modern folder picker in installer
+ - Don't raise progress dialog after sync when resuming from systray
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 04 Jan 2021 08:40:35 -0500
+
freefilesync (11.4-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15