Skip to content

Commit 2bf2010

Browse files
committed
Changes.
1 parent 2439e27 commit 2bf2010

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
# Changelog
22

33
[9.3.0](https://github.com/iterate-ch/cyberduck/compare/release-9-2-4...release-9-3-0)
4+
* [Feature] Rewrite protocol implementation (Azure) ([#15967](https://trac.cyberduck.io/ticket/15967))
45
* [Feature] Connect with Multi-Bucket Application Keys that grant access to a specific group of buckets within an
5-
account, including the option to limit access based on a single file prefix (B2) (#17139)
6-
* [Feature] Connect with connection profile obtaining temporary credentials from AWS Security Token Service (STS) by assuming role with optional Multi-Factor Authentication (MFA) input (S3) (#17437)
7-
* [Feature] Connect with connection profile obtaining temporary credentials from AWS Security Token Service (STS) by getting session token with optional Multi-Factor Authentication (MFA) input (S3) (#17506)
8-
9-
[9.2.4](https://github.com/iterate-ch/cyberduck/compare/release-9-2-3...release-9-2-4)
10-
* [Bugfix] Unable to close connection window with "Cancel" (macOS) (#17366)
11-
* [Bugfix] Choose "Cancel" in upload prompt continues transfer (macOS) (#17358)
12-
* [Bugfix] Change button styles for bottom bar of window (macOS) (#17407)
6+
account, including the option to limit access based on a single file prefix (
7+
B2) ([#17139](https://trac.cyberduck.io/ticket/17139))
8+
* [Feature] Connect with connection profile obtaining temporary credentials from AWS Security Token Service (STS) by
9+
assuming role with optional Multi-Factor Authentication (MFA) input (
10+
S3) ([#17437](https://trac.cyberduck.io/ticket/17437))
11+
* [Feature] Connect with connection profile obtaining temporary credentials from AWS Security Token Service (STS) by
12+
getting session token with optional Multi-Factor Authentication (MFA) input (
13+
S3) ([#17506](https://trac.cyberduck.io/ticket/17506))
14+
15+
[9.2.4](https://github.com/iterate-ch/cyberduck/compare/release-9-2-3...release-9-2-4)
16+
* [Bugfix] Unable to close connection window with "Cancel" (macOS) ([#17366](https://trac.cyberduck.io/ticket/17366))
17+
* [Bugfix] Choose "Cancel" in upload prompt continues transfer (
18+
macOS) ([#17358](https://trac.cyberduck.io/ticket/17358))
19+
* [Bugfix] Change button styles for bottom bar of window (macOS) ([#17407](https://trac.cyberduck.io/ticket/17407))
1320
* [Bugfix] Resumable uploads fail with Basic authentication (ownCloud)
1421
* [Bugfix] Include "Add to My Files" shortcuts (OneDrive)
15-
* [Bugfix] Exclude non-accessible "Personal Vault" (OneDrive) (#17318)
16-
* [Bugfix] Cache connection profiles loaded in Preferences → Profiles (#17432)
22+
* [Bugfix] Exclude non-accessible "Personal Vault" (OneDrive) ([#17318](https://trac.cyberduck.io/ticket/17318))
23+
* [Bugfix] Cache connection profiles loaded in Preferences → Profiles ([#17432](https://trac.cyberduck.io/ticket/17432))
1724

1825
[9.2.3](https://github.com/iterate-ch/cyberduck/compare/release-9-2-2...release-9-2-3)
1926
* [Bugfix] Failure opening application (Windows)

www/update/changelog.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
<a target="_blank" href="https://trac.cyberduck.io/milestone/9.3.0"><strong>Version 9.3.0</strong></a>
8989
</p>
9090
<ul data-sparkle-version="9.3.0">
91+
<li><span class=" label label-success">Feature</span> Rewrite protocol implementation (Azure) (<a
92+
target="_blank"
93+
href="https://trac.cyberduck.io/ticket/15967">#15967</a>)
9194
<li><span class=" label label-success">Feature</span> Connect with Multi-Bucket Application Keys that grant access
9295
to a specific group of buckets within an account, including the option to limit access based on a single file
9396
prefix (B2) (<a

0 commit comments

Comments
 (0)