From 8d9b6f44362bffc84e7026f94ddd8e2d2eee95c5 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Wed, 15 May 2024 12:46:34 +0200 Subject: [PATCH] Changes. --- Changelog.txt | 1 + www/update/changelog.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Changelog.txt b/Changelog.txt index b7a9115d8e2..affda8f9dcc 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -3,6 +3,7 @@ https://cyberduck.io/ 8.9.0 - [Feature] Resumable file uploads (ownCloud) (#15619) +- [Feature] Support authentication using SSH certificates (SFTP) (#15183) - [Bugfix] Failure sharing file (ownCloud) (#15855, #15839) - [Bugfix] Disable signing and encryption by default (SMB) (#15817) - [Bugfix] NTLM authentication failures (WebDAV, SharePoint) (#15127) diff --git a/www/update/changelog.html b/www/update/changelog.html index b18c3fb7993..c28131f64a2 100755 --- a/www/update/changelog.html +++ b/www/update/changelog.html @@ -90,6 +90,9 @@
  • Feature Resumable file uploads (ownCloud) (#15619)
  • +
  • FeatureSupport authentication using SSH certificates (SFTP) (#15183) +
  • Bugfix Failure sharing file (ownCloud) (#15855, #15839)