From a2f970f533564fa6212ef29ef99ebc4f041fb83b Mon Sep 17 00:00:00 2001 From: David Kocher Date: Tue, 12 May 2026 14:33:15 +0200 Subject: [PATCH] Changes. --- CHANGELOG.md | 5 +++-- www/update/changelog.html | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c4cedc61..de040cef7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog [9.5.0](https://github.com/iterate-ch/cyberduck/compare/release-9-4-1...release-9-5-0) * [Feature] AWS IAM Identity Center Support (S3) ([#13377](https://trac.cyberduck.io/ticket/13377)) -* [Feature] Connect with credentials from - `credential_process` configuration directive in ~/.aws (S3) ([#11664](https://trac.cyberduck.io/ticket/11664)) +* [Feature] Connect with credentials from `credential_process` configuration directive in ~/.aws (S3) ([#11664](https://trac.cyberduck.io/ticket/11664)) * [Feature] Add preference to include previous versions of files in browser (S3) ([#18020](https://trac.cyberduck.io/ticket/18020)) * [Feature] Retrieve credentials from instance metadata using IMDSv2 (S3) ([#16104](https://trac.cyberduck.io/ticket/16104)) +* [Feature] Disable versioned listing by default (S3) ([#18031](https://trac.cyberduck.io/ticket/18031)) +* [Feature] Add option in Preferences to enable versioned listing (S3) ([#18031](https://trac.cyberduck.io/ticket/18031)) * [Bugfix] Error downloading file from unlocked vault (Cryptomator) ([#17935](https://trac.cyberduck.io/ticket/17935)) * [Bugfix] No trailing delimiter for path style requests with bucket name only ([#17901](https://trac.cyberduck.io/ticket/17901)) * [Bugfix] Repeating file transfer in vault fails after restart (Cryptomator) ([#17974](https://trac.cyberduck.io/ticket/17974)) diff --git a/www/update/changelog.html b/www/update/changelog.html index 2e1fd4c6f0..87a7173a3d 100755 --- a/www/update/changelog.html +++ b/www/update/changelog.html @@ -101,6 +101,12 @@
  • Feature Retrieve credentials from instance metadata using IMDSv2 (S3) (#16104)
  • +
  • Feature Disable versioned listing by default (S3) (#18031) +
  • +
  • Feature Add option in Preferences to enable versioned listing (S3) (#18031) +
  • Bugfix Error downloading file from unlocked vault (Cryptomator) (#17935)