From 9dd0d1e3126daeed8072e54ebb51b0dc16b6f238 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 7 Feb 2020 16:21:41 +0100 Subject: [PATCH] Add changelog for 8.0.2 Signed-off-by: Joas Schilling --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79417b8ce..98ddc0ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ # Changelog All notable changes to this project will be documented in this file. +## 8.0.2 – 2020-02-07 +### Added +- Allow admins to select a default notification level for group conversations + [#2903](https://github.com/nextcloud/spreed/pull/2903) +- Add a red video icon to the conversation list when a call is in progress + [#2910](https://github.com/nextcloud/spreed/pull/2910) + +### Changed +- Make unread message counter and last message preview more responsive + [#2865](https://github.com/nextcloud/spreed/pull/2865) + [#2904](https://github.com/nextcloud/spreed/pull/2904) +- Further improve the dialog to create group conversations + [#2878](https://github.com/nextcloud/spreed/pull/2878) + +### Fixed +- Improve loading performance of chats + [#2901](https://github.com/nextcloud/spreed/pull/2901) +- Continue scrolling a conversation when new messages arrive while the tab is inactive + [#2901](https://github.com/nextcloud/spreed/pull/2901) +- Do not send last message again when hitting enter on an empty input field + [#2868](https://github.com/nextcloud/spreed/pull/2868) +- Fix flows to correctly send notifications on mentions + [#2867](https://github.com/nextcloud/spreed/pull/2867) +- Reduce server load when using autocomplete on chat mentions + [#2871](https://github.com/nextcloud/spreed/pull/2871) + ## 8.0.1 – 2020-01-27 ### Added - Add details to "New in Talk 8" list