Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-09-06 12:35:29 +0300
committerJoas Schilling <coding@schilljs.com>2018-09-06 12:35:29 +0300
commit4c6e02562237dbcdd361b1c62e597f2ad54718b2 (patch)
tree4e10ab140e11ba0dd4ca8370e447128a77b79186
parentefcee84d4f263431dee4428729293a355c88a8fb (diff)
Final 4.0.0v4.0.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md27
-rw-r--r--appinfo/info.xml2
2 files changed, 26 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b23cdb0e0..d11315cf3 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 84ff56540..1657ff4fe 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
]]></description>
- <version>3.99.12</version>
+ <version>4.0.0</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>