Skip to content

Commit b337d34

Browse files
Merge pull request #13898 from nextcloud/feat/noid/promote-new-features
feat(release): Promote Desktop, AI Summaries, Meetings and Archiving
2 parents 67d129b + f9b61b1 commit b337d34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Chat/Changelog/Manager.php

+5
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ public function getChangelogs(): array {
135135
. $this->l->t('- Moderators can now ban accounts and guests to prevent them from rejoining a conversation') . "\n"
136136
. $this->l->t('- Upcoming calls from linked calendar events and out-of-office replacements are now shown in conversations') . "\n"
137137
. $this->l->t('- Calls can now be done in a federated way with other Talk servers (requires the High-performance backend)'),
138+
$this->l->t('## New in Talk %s', ['20.1']) . "\n"
139+
. $this->l->t('- Introducing the Nextcloud Talk desktop client for Windows, macOS and Linux: %s', ['https://nextcloud.com/talk-desktop-install']) . "\n"
140+
. $this->l->t('- Summarize call recordings and unread messages in chats with the Nextcloud Assistant') . "\n"
141+
. $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"
142+
. $this->l->t('- Archive conversations to stay focused'),
138143
];
139144
}
140145
}

0 commit comments

Comments
 (0)