Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(chat): Add changelog conversation entries for Talk 18 #10945

Merged
merged 1 commit into from
Nov 23, 2023
Merged
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
4 changes: 4 additions & 0 deletions lib/Chat/Changelog/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ public function getChangelogs(): array {
. $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'),
];
}
}
Loading