Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/Chat/Changelog/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ public function getChangelogs(): array {
$this->l->t('## New in Talk %s', ['23']) . "\n"
. $this->l->t('- Moderators can now pin messages so they are kept at the top') . "\n"
. $this->l->t('- Schedule a message to send it at a later time') . "\n",
$this->l->t('## New in Talk %s', ['24']) . "\n"
. $this->l->t('- Conversation tags, grouping and sorting to organize the conversation list') . "\n"
. $this->l->t('- Voice-rooms to connect spontaneously') . "\n"
. $this->l->t('- Presets for quick conversation configuration during creation') . "\n"
. $this->l->t('- Direct calls from profile menus for calls within other apps') . "\n",
];
}
}
Loading