diff --git a/docs/release-notes/13-4-0/README.md b/docs/release-notes/13-4-0/README.md index 49b5e28cc7a2..eab55b75978b 100644 --- a/docs/release-notes/13-4-0/README.md +++ b/docs/release-notes/13-4-0/README.md @@ -22,6 +22,7 @@ The release contains various new features and improvements: - [Advanced features for custom project lists](#advanced-features-for-custom-project-lists) - [Advanced features for the Meetings module](#advanced-features-for-the-meetings-module) - [Virus scanning functionality with ClamAV](#virus-scanning-functionality-with-clamav-enterprise-add-on) +- [Intermediate loading modal during the OAuth nudge](#intermediate-loading-modal-during-the-oauth-nudge) - [PDF Export: Lists in table cells are supported](#pdf-export-lists-in-table-cells-are-supported) - [WebAuthn/FIDO/U2F is added as a second factor](#webauthnfidou2f-is-added-as-a-second-factor) - [More languages added to the default available set](#more-languages-added-to-the-default-available-set) @@ -75,6 +76,14 @@ Another important step towards data security: With OpenProject 13.4, users' uplo ![OpenProject's admin settings for virus scanning with ClamAV](openproject_system_settings_virus_scanning.png) +### Intermediate loading modal during the OAuth nudge + +Admins are now shown an intermediate loading modal during the OAuth nudge follow when the redirect to the storage provider takes time. + +![Intermediate loading modal during the OAuth nudge](openproject-13-4-intermediate-modal-nudging.jpg) + +Accessibility functionality: Convey to screenreaders when OAuth login has started, while it's in progress, and when it's completed or failed. + ### PDF Export: Lists in table cells are supported OpenProject version 13.4 now supports PDF exports with lists in table cells that are displayed correctly. Export a work package that contains a table with lists in it into a PDF. Here is an example of how this looks from now on: @@ -146,4 +155,4 @@ An important part is also the translations, for which we thank the following con - [Marek Bajon](https://crowdin.com/profile/mbajon), who translated to Polish - [Vlastislav Dockal](https://crowdin.com/profile/vdockal), who translated to Czech -Would you like to help out with translations yourself? Then take a look at our [translation guide](https://www.openproject.org/docs/development/translate-openproject/) and find out exactly how you can contribute. It is very much appreciated! \ No newline at end of file +Would you like to help out with translations yourself? Then take a look at our [translation guide](https://www.openproject.org/docs/development/translate-openproject/) and find out exactly how you can contribute. It is very much appreciated! diff --git a/docs/release-notes/13-4-0/openproject-13-4-intermediate-modal-nudging.jpg b/docs/release-notes/13-4-0/openproject-13-4-intermediate-modal-nudging.jpg new file mode 100644 index 000000000000..8af812a1a3d4 Binary files /dev/null and b/docs/release-notes/13-4-0/openproject-13-4-intermediate-modal-nudging.jpg differ