From bcb571cc261069fa7d71c29607c3b2d60e3ce1df Mon Sep 17 00:00:00 2001 From: Aitorbp Date: Thu, 13 Jun 2024 10:00:07 +0100 Subject: [PATCH] chore: add calens --- changelog/unreleased/4420 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/4420 diff --git a/changelog/unreleased/4420 b/changelog/unreleased/4420 new file mode 100644 index 00000000000..93e01533ef5 --- /dev/null +++ b/changelog/unreleased/4420 @@ -0,0 +1,6 @@ +Enhancement: Support for URL shortcut files + +A new option has been added in the FAB to create a shortcut file with a .url extension. When the file is clicked, the URL will open in the browser. + +https://github.com/owncloud/android/issues/4413 +https://github.com/owncloud/android/pull/4420