summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 8a92145..cd16dc2 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,23 @@
+freefilesync (12.1-100+stackrpms) obs; urgency=low
+
+ * Upstream updates
+ * First official build based on GTK3 (Linux)
+ * Allow cancel during folder path normalization (e.g. delay during HDD
+ spin up)
+ * Fixed slow FTP comparison performance due to libcurl regression
+ * Open terminal with log messages on startup error (Linux)
+ * Preserve changed config during auto-update
+ * Save config during unexpected reboot (Linux)
+ * Preserve config upon SIGTERM (Linux, macOS)
+ * Fixed progress dialog z-order after switching windows (macOS)
+ * Removed packet size limit for SFTP directory reading
+ * Mouse hover effects for config and overview grid
+ * Always update existing shortcuts during installation (Windows, Linux)
+ * Fixed another "Some files will be synchronized as part of multiple
+ base folders" false-negative
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 21 Feb 2023 12:22:27 -0500
+
freefilesync (12.0-100+stackrpms) obs; urgency=low
* Upstream updates
bgstack15