From 4c6e02562237dbcdd361b1c62e597f2ad54718b2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 6 Sep 2018 11:35:29 +0200 Subject: [PATCH] Final 4.0.0 Signed-off-by: Joas Schilling --- CHANGELOG.md | 27 +++++++++++++++++++++++++-- appinfo/info.xml | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b23cdb0e086..d11315cf362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,32 @@ # Changelog All notable changes to this project will be documented in this file. -## 3.99 – 2018-08-02 +## 4.0.0 – 2018-09-06 +### Added +- Video verification for password protected email shares + [#1123](https://github.com/nextcloud/spreed/pull/1123) + [#1049](https://github.com/nextcloud/spreed/pull/1049) +- Add a file picker to the chat to share files and folders into a chat room + [#1151](https://github.com/nextcloud/spreed/pull/1151) + [#1050](https://github.com/nextcloud/spreed/pull/1050) +- Log the activity of a conversation in the chat (user added/removed, call happened, …) + [#1067](https://github.com/nextcloud/spreed/pull/1067) +- Allow to favor conversations so they are pinned to the top of the list + [#1025](https://github.com/nextcloud/spreed/pull/1025) + ### Changed -- Pre-release for Nextcloud 14 beta +- Mentions in the chat now show the avatar of the user and highlight yourself more prominent + [#1142](https://github.com/nextcloud/spreed/pull/1142) +- Messages in one2one chats now always send a notification + [#1029](https://github.com/nextcloud/spreed/pull/1029) +- Conversations are now sorted by last activity rather then your last visit + [#1061](https://github.com/nextcloud/spreed/pull/1061) + +### Fixed +- Fix turn credentials generation + [#1176](https://github.com/nextcloud/spreed/pull/1176) +- Do not turn all `@…` strings into a mention + [#1118](https://github.com/nextcloud/spreed/pull/1118) ## 3.2.4 – 2018-07-12 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 84ff565404b..1657ff4fe0c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -17,7 +17,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m ]]> - 3.99.12 + 4.0.0 agpl Daniel Calviño Sánchez