summaryrefslogtreecommitdiffstats
path: root/lib/Chat
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-11-20 12:18:31 +0100
committerJoas Schilling <coding@schilljs.com>2023-11-20 12:18:31 +0100
commita57c1913e781b727e9e321f2e010b7d2f494fb97 (patch)
tree2b204a43eacb3102fd396eaf3e93abef866bd61b /lib/Chat
parentbc85925a9bdde5e7c30bb5211b48fe43c9503988 (diff)
feat(chat): Add changelog conversation entries for Talk 18
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Chat')
-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 a497acb1d..f9a659b21 100644
--- a/lib/Chat/Changelog/Manager.php
+++ b/lib/Chat/Changelog/Manager.php
@@ -137,6 +137,10 @@ class Manager {
. $this->l->t('- **Markdown** can now be used in _chat_ messages') . "\n"
. $this->l->t('- Webhooks are now available to implement bots. See the documentation for more information https://nextcloud-talk.readthedocs.io/en/latest/bot-list/') . "\n"
. $this->l->t('- Set a reminder on a chat message to be notified later again'),
+ $this->l->t('## New in Talk %s', ['18']) . "\n"
+ . $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'),
];
}
}