This commit is contained in:
David Kocher
2026-05-26 15:04:24 +02:00
parent 97bc828737
commit 0e519f8693
2 changed files with 29 additions and 24 deletions
+2
View File
@@ -1,4 +1,5 @@
# Changelog
[9.5.0](https://github.com/iterate-ch/cyberduck/compare/release-9-4-1...release-9-5-0)
* [Feature] Support for Liquid Glass (macOS) ([#17459](https://trac.cyberduck.io/ticket/17459))
* [Feature] AWS IAM Identity Center Support (S3) ([#13377](https://trac.cyberduck.io/ticket/13377))
@@ -18,6 +19,7 @@
* [Feature] Only show navigation bar in list and outline view of "Browser" window (macOS)
* [Feature] Display progress indicator in browser view (macOS)
* [Feature] Display progress indicator in bookmark view (macOS)
* [Feature] Index of connection profiles allows instant display in Preferences → Profiles
* [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))
+3
View File
@@ -131,6 +131,9 @@
</li>
<li><span class="label label-success">Feature</span> Display progress indicator in browser view (macOS)</li>
<li><span class="label label-success">Feature</span> Display progress indicator in bookmark view (macOS)</li>
<li><span class="label label-success">Feature</span> Index of connection profiles allows instant display in
Preferences → Profiles
</li>
<li><span class="label label-warning">Bugfix</span> Error downloading file from unlocked vault (Cryptomator)
(<a target="_blank" href="https://trac.cyberduck.io/ticket/17935">#17935</a>)
</li>