summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-04 16:21:19 +0000
committerB. Stack <bgstack15@gmail.com>2022-01-04 16:21:19 +0000
commit2c8ae2c99308b4f0bf2bb08161829efee43e31ca (patch)
treeb8252ff8a09d9143ed2dc299d082f9d86535c1a2 /Changelog.txt
parentMerge branch 'b11.15' into 'master' (diff)
parentadd upstream 11.16 (diff)
downloadFreeFileSync-2c8ae2c99308b4f0bf2bb08161829efee43e31ca.tar.gz
FreeFileSync-2c8ae2c99308b4f0bf2bb08161829efee43e31ca.tar.bz2
FreeFileSync-2c8ae2c99308b4f0bf2bb08161829efee43e31ca.zip
Merge branch 'b11.16' into 'master'11.16
add upstream 11.16 See merge request opensource-tracking/FreeFileSync!40
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 0e2924dc..563677e4 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,9 +1,24 @@
+FreeFileSync 11.16 [2022-01-02]
+-------------------------------
+Allow to select and remove invalid config file
+Migrated all HTTPS requests to use libcurl (Linux, macOS)
+Set keyboard focus on config panel after startup
+Added computer name to log file trailer
+Context menu instead of confirmation dialog for swap sides
+Fixed config selection lost after auto-cleaning obsolete rows
+Install app files with owner set to root (Linux)
+Don't override keyboard shortcut "CTRL + W" (macOS)
+Migrated key conversion routines deprecated in OpenSSL 3.0
+Boxed app icon to fit OS theme (macOS)
+Fixed manual retry after automatic update check error
+Fixed missing ampersands in middle grid tooltip
+
+
FreeFileSync 11.15 [2021-12-03]
-------------------------------
Play sound reminder when waiting for user confirmation
Enhanced crash diagnostics with known triggers
Defer reporting third-party incompatibilities until after crashing
-Support running FreeFileSync from Dokany-based encrypted volumes
Fixed Server 2019 not being detected for log file
Use native representation for modified config (macOS)
Improved WinMerge detection for external app integration
bgstack15