diff --git a/changelog/unreleased/7247 b/changelog/unreleased/7247 index 16da681644..6b6c1a84df 100644 --- a/changelog/unreleased/7247 +++ b/changelog/unreleased/7247 @@ -1,3 +1,5 @@ -Bugfix: In the sharing dialog, "password required" capabilities lead to incorrect behavior +Bugfix: Fixed bug in public link with password required + +In the sharing dialog, "password required" capabilities lead to incorrect behavior https://github.com/owncloud/client/issues/7247 diff --git a/changelog/unreleased/7313 b/changelog/unreleased/7313 index 7a9185aef5..358a76799d 100644 --- a/changelog/unreleased/7313 +++ b/changelog/unreleased/7313 @@ -1,3 +1,5 @@ -Bugfix: In the sharing dialog, allow editing public link expiration date when it is enforced +Bugfix: Fixed editing public link expiration date + +In the sharing dialog, allow editing public link expiration date when it is enforced https://github.com/owncloud/client/issues/7313 diff --git a/changelog/unreleased/7700 b/changelog/unreleased/7700 index 57965b5a4f..f7f50a5b47 100644 --- a/changelog/unreleased/7700 +++ b/changelog/unreleased/7700 @@ -1,4 +1,6 @@ -Bugfix: Saving the cookies on Windows might fail if the containing folder does not exist +Bugfix: Fixed bug saving the cookies + +Saving the cookies on Windows might fail if the containing folder does not exist https://github.com/owncloud/client/issues/7700 diff --git a/changelog/unreleased/7709 b/changelog/unreleased/7709 index 08b8bd946d..8e3e26b1fa 100644 --- a/changelog/unreleased/7709 +++ b/changelog/unreleased/7709 @@ -1,4 +1,6 @@ -Bugfix: Fix crash if setup wizard is closed while the virtual file system dialog is open +Bugfix: Fixed crash in the setup wizard + +Fixe crash if setup wizard is closed while the virtual file system dialog is open https://github.com/owncloud/client/issues/7709 diff --git a/changelog/unreleased/7710 b/changelog/unreleased/7710 index dd331710e9..2ce50750b5 100644 --- a/changelog/unreleased/7710 +++ b/changelog/unreleased/7710 @@ -1,5 +1,6 @@ -Bugfix: Don't show virtual file system warning again when the radio button is triggered a second time +Bugfix: Fixed bug in the Virtual File warning dialog +Don't show virtual file system warning again when the radio button is triggered a second time. Declining the dialog had no effect as the radio button was already checked https://github.com/owncloud/client/issues/7710