summaryrefslogtreecommitdiff
path: root/freefilesync/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-08-23 14:11:56 +0000
committerB. Stack <bgstack15@gmail.com>2021-08-23 14:11:56 +0000
commit5640934913057637b0461c5ecf7c9d44a75609a0 (patch)
tree4eac4527e9a708668b93c0473cdc4cef8c79d48d /freefilesync/debian/changelog
parentMerge branch 'newmoon-bump' into 'master' (diff)
parentFreefilesync 11.13 (diff)
downloadstackrpms-5640934913057637b0461c5ecf7c9d44a75609a0.tar.gz
stackrpms-5640934913057637b0461c5ecf7c9d44a75609a0.tar.bz2
stackrpms-5640934913057637b0461c5ecf7c9d44a75609a0.zip
Merge branch 'freefilesync-bump' into 'master'
Freefilesync 11.13 See merge request bgstack15/stackrpms!256
Diffstat (limited to 'freefilesync/debian/changelog')
-rw-r--r--freefilesync/debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/freefilesync/debian/changelog b/freefilesync/debian/changelog
index cbb681c..377f3c7 100644
--- a/freefilesync/debian/changelog
+++ b/freefilesync/debian/changelog
@@ -1,3 +1,16 @@
+freefilesync (11.13-1+devuan) obs; urgency=medium
+
+ * Upstream updates
+ - Manage default filter settings via GUI
+ - Support arbitrary location for local app installation (macOS)
+ - Fixed ERROR_FILE_NOT_FOUND masking real file access error (Windows)
+ - Copy full file paths to clipboard (CTRL + C)
+ - Preserve clipboard contents until after program exit
+ - Always enable external command if independent of file items
+ - Support installation without Rosetta2 on ARM64 (macOS)
+
+ -- B. Stack <bgstack15@gmail.com> Tu, 17 Aug 2021 19:25:55 -0400
+
freefilesync (11.12-1+devuan) obs; urgency=medium
* Upstream updates
bgstack15