summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog38
1 files changed, 38 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index 6479e02..da87756 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,41 @@
+freefilesync (13.0-100+stackrpms) obs; urgency=low
+
+ * Rename (multiple) files manually (F2 key)
+ * Configure individual directions for DB-based sync
+ * Detect moved files with "Update" sync variant (requires sync.ffs_db
+ files)
+ * Update variant: Do not restore files that were deleted on target
+ * Distinguish file renames from file moves and simplify grid display
+ * Fixed ERROR_NOT_SUPPORTED when copying files with NTFS extended
+ attributes
+ * Fixed error during process initialization while connecting with quick
+ launch
+ * Avoid redundant file reopen when setting file times during copy
+ * Set working directory to match FFS configuration file when
+ double-clicking (Linux)
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 13 Sep 2023 19:39:50 -0400
+
+freefilesync (12.5-100+stackrpms) obs; urgency=low
+
+ * Upstream updates
+ * Merge logs of individual steps (comparison, manual operation, sync)
+ * Show total percentage in progress dialog header
+ * Log and report errors during cleanup or exception handling
+ * Skip folder traversal if existence check fails for other side of the
+ pair
+ * Automatically adapt batch options to prevent hanging a
+ non-interactive process (Windows)
+ * Support path lists for external applications: %item_paths%,
+ %local_paths%, %item_names%, %parent_paths%
+ * Create directory lock files with hidden attribute
+ * Don't clear other side when right-clicking file selection
+ * Fixed passive FTP when using different IP than control connection
+ * Work around FTP servers silently renaming unsupported characters of
+ temporary file
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 24 Jul 2023 15:12:39 -0400
+
freefilesync (12.4-100+stackrpms) obs; urgency=low
* Upstream updates
bgstack15