You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/Chat/Changelog/Manager.php
+5
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,11 @@ public function getChangelogs(): array {
135
135
. $this->l->t('- Moderators can now ban accounts and guests to prevent them from rejoining a conversation') . "\n"
136
136
. $this->l->t('- Upcoming calls from linked calendar events and out-of-office replacements are now shown in conversations') . "\n"
137
137
. $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'),
0 commit comments