Skip to content

Commit

Permalink
Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Nov 22, 2024
1 parent a3cb1b3 commit 30d0949
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 6 deletions.
14 changes: 12 additions & 2 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
Cyberduck
https://cyberduck.io/

9.0.4
- [Bugfix] Multipart uploads fail to buckets with '.' character in name (#16401)
9.1.0
- [Bugfix] Multipart uploads fail to buckets with '.' character in name (S3) (#16401)
- [Bugfix] Usability improvements entering connection details (#15200)
- [Bugfix] Set "Show Hidden Files"shortcut to "⌘ ⇧ ." as in Finder (macOS) (#16459)
- [Bugfix] Do not require GroupMember.Read.All permission (Microsoft OneDrive, SharePoint) (#16564)
- [Bugfix] Do not require storage.buckets.list permission to access bucket (Google Storage) (#16565)
- [Bugfix] Test credentials using sts:GetCallerIdentity (AWS S3) (#16565)
- [Bugfix] Cannot exclude files in transfer prompt for existing files (macOS) (#16503)
- [Bugfix] Files not removed in vault when deleting folder (Cryptomator) (Box, Dropbox, Google Drive, OneDrive, WebDAV, SMB) (#14101)
- [Bugfix] Access files with double-byte character in key (S3) (#13407)
- [Bugfix] Failure uploading nested folders to vault (Cryptomator) (Azure, Backblaze B2, Google Storage, OpenStack Swift) (#15489)
- [Bugfix] Error copying files between vaults (Cryptomator) (#15422)

9.0.3
- [Bugfix] Registration key prompt in browser window regardless of registration (Windows) (#16326)
Expand Down
47 changes: 43 additions & 4 deletions www/update/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,50 @@
</p>

<p>
<a target="_blank" href="https://trac.cyberduck.io/milestone/9.0.4"><strong>Version 9.0.4</strong></a>
<a target="_blank" href="https://trac.cyberduck.io/milestone/9.1.0"><strong>Version 9.1.0</strong></a>
</p>
<ul data-sparkle-version="9.0.4">
<li><span class="label label-warning">Bugfix</span> Multipart uploads fail to buckets with '.' character in name (<a
target="_blank" href="https://trac.cyberduck.io/ticket/16401">#16401</a>)
<ul data-sparkle-version="9.1.0">
<li><span class="label label-warning">Bugfix</span> Multipart uploads fail to buckets with '.' character in name
(S3) (<a
target="_blank" href="https://trac.cyberduck.io/ticket/16401">#16401</a>)
</li>
<li><span class="label label-warning">Bugfix</span> Usability improvements entering connection details (<a
target="_blank" href="https://trac.cyberduck.io/ticket/15200">#15200</a>)
</li>
<li><span class="label label-warning">Bugfix</span> Set "Show Hidden Files"shortcut to "⌘ ⇧ ." as in Finder (macOS)
(<a
target="_blank" href="https://trac.cyberduck.io/ticket/16459">#16459</a>)
</li>
<li><span class="label label-warning">Bugfix</span> Do not require GroupMember.Read.All permission (Microsoft
OneDrive, SharePoint) (<a
target="_blank" href="https://trac.cyberduck.io/ticket/16564">#16564</a>)
</li>
<li><span class="label label-warning">Bugfix</span> Do not require storage.buckets.list permission to access bucket
(Google Storage) (<a
target="_blank" href="https://trac.cyberduck.io/ticket/16565">#16565</a>)
</li>
<li><span class="label label-warning">Bugfix</span> Test credentials using sts:GetCallerIdentity (AWS S3) (<a
target="_blank" href="https://trac.cyberduck.io/ticket/16565">#16565</a>)
</li>
<li><span class="label label-warning">Bugfix</span> Cannot exclude files in transfer prompt for existing files
(macOS) (<a
target="_blank" href="https://trac.cyberduck.io/ticket/16503">#16503</a>)
</li>
<li><span class="label label-warning">Bugfix</span> Files not removed in vault when deleting folder (Cryptomator)
(Box, Dropbox, Google Drive, OneDrive,
WebDAV, SMB) (<a
target="_blank" href="https://trac.cyberduck.io/ticket/14101">#14101</a>)
</li>
<li><span class="label label-warning">Bugfix</span> Access files with double-byte character in key (S3) (<a
target="_blank" href="https://trac.cyberduck.io/ticket/13407">#13407</a>)
</li>
<li><span class="label label-warning">Bugfix</span> Failure uploading nested folders to vault (Cryptomator) (Azure,
Backblaze B2, Google Storage, OpenStack
Swift) (<a
target="_blank" href="https://trac.cyberduck.io/ticket/15489">#15489</a>)
</li>
<li><span class="label label-warning">Bugfix</span> Error copying files between vaults (Cryptomator) (<a
target="_blank" href="https://trac.cyberduck.io/ticket/15422">#15422</a>)
</li>
</ul>

Expand Down

0 comments on commit 30d0949

Please sign in to comment.