Skip to content

Commit

Permalink
feat(changelog): Add feature highlights
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jan 23, 2025
1 parent 493712f commit 3785ed9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Chat/Changelog/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)'),
];
}
}

0 comments on commit 3785ed9

Please sign in to comment.