From 3785ed9c153660e592e2d6e83d4ceb9b215b1131 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 23 Jan 2025 16:01:40 +0100 Subject: [PATCH] feat(changelog): Add feature highlights Signed-off-by: Joas Schilling --- lib/Chat/Changelog/Manager.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php index fb8ac14eea1..80fd0cec790 100644 --- a/lib/Chat/Changelog/Manager.php +++ b/lib/Chat/Changelog/Manager.php @@ -140,6 +140,10 @@ public function getChangelogs(): array { . $this->l->t('- Summarize call recordings and unread messages in chats with the Nextcloud Assistant') . "\n" . $this->l->t('- Improved meetings with recognizing guests invited via their email address, import of participant lists, drafts for polls and downloading call participant lists') . "\n" . $this->l->t('- Archive conversations to stay focused'), + $this->l->t('## New in Talk %s', ['21']) . "\n" + . $this->l->t('- Schedule a meeting into your calendar from within a conversation') . "\n" + . $this->l->t('- Search for messages of the current conversation directly in the right sidebar') . "\n" + . $this->l->t('- See more conversations on a first glance with the new compact list (enable in the Talk settings)'), ]; } }