summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-08-18 11:26:25 +0000
committerB. Stack <bgstack15@gmail.com>2021-08-18 11:26:25 +0000
commit3569c0964edd9bb68fe8d360180e087c373bf6cc (patch)
treeec5580fe98230ce8eb25a5ed6e53b3ec5dfd03f9 /Changelog.txt
parentMerge branch '11.12-fix' into 'master' (diff)
parentadd upstream 11.13 (diff)
downloadFreeFileSync-3569c0964edd9bb68fe8d360180e087c373bf6cc.tar.gz
FreeFileSync-3569c0964edd9bb68fe8d360180e087c373bf6cc.tar.bz2
FreeFileSync-3569c0964edd9bb68fe8d360180e087c373bf6cc.zip
Merge branch 'b11.13' into 'master'11.13
add upstream 11.13 See merge request opensource-tracking/FreeFileSync!37
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 75a491f5..5b48fa6c 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,5 +1,16 @@
-FreeFileSync 11.12
-------------------
+FreeFileSync 11.13 [2021-08-07]
+-------------------------------
+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)
+
+
+FreeFileSync 11.12 [2021-07-15]
+-------------------------------
Native ARM64 build to support Apple silicon M1 (macOS)
Non-intrusive mouse highlight on file grid
Fixed /lib/i386-linux-gnu/libgcc_s.so.1: version `GCC_7.0.0' not found
bgstack15