From 79890a3682891c2394412acb7873e1d8a0d8dd80 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 15 May 2020 09:49:50 +0200 Subject: [PATCH] Add talk update messages for Talk 9 Signed-off-by: Joas Schilling --- CHANGELOG.md | 2 +- lib/Chat/Changelog/Manager.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fafe07067f..0b7f47cdf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. [#1056](https://github.com/nextcloud/spreed/pull/1056) - Allow to use multiple High-performance backends in parallel for different conversations [#3292](https://github.com/nextcloud/spreed/pull/3292) -- Allow which video is shown big in the promoted view +- Allow selecting which video is shown big in the promoted view [#3497](https://github.com/nextcloud/spreed/pull/3497) - Open files with the viewer apps registered in Nextcloud [#2778](https://github.com/nextcloud/spreed/pull/2778) diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php index 04b45fbcf7..0d8661b41e 100644 --- a/lib/Chat/Changelog/Manager.php +++ b/lib/Chat/Changelog/Manager.php @@ -98,6 +98,10 @@ class Manager { $this->l->t('- You can now directly reply to messages giving the other users more context what your message is about'), $this->l->t('- Searching for conversations and participants will now also filter your existing conversations, making it much easier to find previous conversations'), $this->l->t('- You can now add custom user groups to conversations when the circles app is installed'), + $this->l->t('New in Talk 9'), + $this->l->t('- Check out the new grid and call view'), + $this->l->t('- You can now upload and drag\'n\'drop files directly from your device into the chat'), + $this->l->t('- Shared files are now opened directly inside the chat view with the viewer apps'), ]; } }