Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjv committed Aug 30, 2024
1 parent 5e608db commit 822fade
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ownCloud admins and users.
* Bugfix - Support logging redirect: [#11581](https://github.com/owncloud/client/pull/11581)
* Bugfix - Don't store null certificates in the account: [#11621](https://github.com/owncloud/client/issues/11621)
* Bugfix - Fix crash for folders that could not be initialized: [#11664](https://github.com/owncloud/client/pull/11664)
* Bugfix - Make open account in browser accessible for keyboard navigation: [#11772](https://github.com/owncloud/client/issues/11772)
* Bugfix - Don't log misleading error if dynamic registration failed: [#11839](https://github.com/owncloud/client/pull/11839)
* Change - Revert local folder name back to pre 3.0 behavior: [#6390](https://github.com/owncloud/enterprise/issues/6390)
* Change - Make messages translatable that occur early in start-up: [#11142](https://github.com/owncloud/client/issues/11142)
Expand Down Expand Up @@ -152,6 +153,18 @@ ownCloud admins and users.

https://github.com/owncloud/client/pull/11664

* Bugfix - Make open account in browser accessible for keyboard navigation: [#11772](https://github.com/owncloud/client/issues/11772)

On the account settings page, the status label contained the URL of the server.
This URL was not accessible with keyboard navigation or when a screen-reader was
used. Now there is an "Open in Web Browser" action in the pop-up menu of the
"Manage Account" button (which is next to the status label), and the URL has
been removed from the status label.

https://github.com/owncloud/client/issues/11772
https://github.com/owncloud/client/issues/11800
https://github.com/owncloud/client/pull/11810

* Bugfix - Don't log misleading error if dynamic registration failed: [#11839](https://github.com/owncloud/client/pull/11839)

https://github.com/owncloud/client/pull/11839
Expand Down

0 comments on commit 822fade

Please sign in to comment.