summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-04 18:30:12 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-04 18:40:13 +0200
commit6a1a4ac9acfedaff39f6bd280dcfd666a67f8d17 (patch)
tree31ff726ba78a3a5aa800614755cd3a639a3c09f0 /lib
parent741f7c5689908742fdd757e68d293b09d1b34a53 (diff)
chore(release): Add changelog for 17.0.0-beta.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Chat/Changelog/Manager.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php
index 7a0728cfb..cdb54dffc 100644
--- a/lib/Chat/Changelog/Manager.php
+++ b/lib/Chat/Changelog/Manager.php
@@ -131,6 +131,14 @@ class Manager {
$this->l->t('- Link various items using the new smart-picker by typing a "/"'),
$this->l->t('- Moderators can now create breakout rooms (requires the external signaling server)'),
$this->l->t('- Calls can now be recorded (requires the external signaling server)'),
+ $this->l->t('New in Talk %s', ['17']) . "\n"
+ . $this->l->t('- Conversations can now have an avatar or emoji as icon') . "\n"
+ . $this->l->t('- Virtual backgrounds are now available in addition to the blurred background in video calls') . "\n"
+ . $this->l->t('- Reactions are now available during calls') . "\n"
+ . $this->l->t('- Typing indicators show which users are currently typing a message') . "\n"
+ . $this->l->t('- Groups can now be mentioned in chats') . "\n"
+ . $this->l->t('- Call recordings are automatically transcript if a transcription provider app is registered') . "\n"
+ . $this->l->t('- Chat message can be translated if a translation provider app is registered'),
];
}
}