summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-03-22 14:59:56 +0100
committerJoas Schilling <coding@schilljs.com>2024-03-22 15:02:06 +0100
commit8fed466d42e4a658c1972153507c4e3beb77088f (patch)
treeaf2d090edda7bc57e152c581f09dd461fcb96248 /lib
parent35beec65c8e61dd25caa0a5dfad87763221ddcb5 (diff)
feat(changelog): Add "Talk updates" entries for Talk 19
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Chat/Changelog/Manager.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php
index f9a659b21..c08698d13 100644
--- a/lib/Chat/Changelog/Manager.php
+++ b/lib/Chat/Changelog/Manager.php
@@ -141,6 +141,10 @@ class Manager {
. $this->l->t('- Use the **Note to self** conversation to take notes and share information between your devices') . "\n"
. $this->l->t('- Captions allow to send a message with a file at the same time') . "\n"
. $this->l->t('- Video of the speaker is now visible while sharing the screen and call reactions are animated'),
+ $this->l->t('## New in Talk %s', ['19']) . "\n"
+ . $this->l->t('- Messages can now be edited by logged-in authors and moderators for 6 hours') . "\n"
+ . $this->l->t('- Unsent message drafts are now saved in your browser ') . "\n"
+ . $this->l->t('- *Preview:* Text chatting can now be done in a federated way with other Talk servers'),
];
}
}