From 60d05e7e4e36fd01922c8b0d5d1b6ba351a6a25c Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Wed, 3 Dec 2025 14:15:16 +0600 Subject: [PATCH 1/2] chore: add changelog file to list out changes done by murena team --- CHANGELOG-MURENA.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG-MURENA.md diff --git a/CHANGELOG-MURENA.md b/CHANGELOG-MURENA.md new file mode 100644 index 000000000..bcbf3950b --- /dev/null +++ b/CHANGELOG-MURENA.md @@ -0,0 +1,11 @@ +## Till [v5.3.5+murena-20251016](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/releases/v5.3.5+murena-20251016) + +- Add `join button`` on event's location item. [`1`]() +- Add murena weblate translation support. [`5`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/5) +- Fix theme related bugs +- Prevent user information leak on calendar invitation suggestion. [`7`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/7) +- Add `maybe` option on calendar invitation request. [`2`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/2) +- Fix performance issue on calendar invite. [`19`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/19), [`26`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/26), [`46`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/46), [`63`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/63), [`66`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/66) +- Add user name on the email calendar invitation From field. [`25`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/25) +- Improve calendar app enable time. [`34`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/34) +- Fix wrong attendee name is showing on accepting calendar invitation email. [`64`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/64) -- GitLab From 7045ca0b6cef5aab00830f497c2a9aded43d7f8e Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Wed, 3 Dec 2025 14:21:55 +0600 Subject: [PATCH 2/2] fix: remove extra ` sign --- CHANGELOG-MURENA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-MURENA.md b/CHANGELOG-MURENA.md index bcbf3950b..6bf2bad82 100644 --- a/CHANGELOG-MURENA.md +++ b/CHANGELOG-MURENA.md @@ -1,6 +1,6 @@ ## Till [v5.3.5+murena-20251016](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/releases/v5.3.5+murena-20251016) -- Add `join button`` on event's location item. [`1`]() +- Add `join button` on event's location item. [`1`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/1) - Add murena weblate translation support. [`5`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/5) - Fix theme related bugs - Prevent user information leak on calendar invitation suggestion. [`7`](https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/calendar/-/merge_requests/7) -- GitLab