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:
-rw-r--r--CHANGELOG.md17
-rw-r--r--appinfo/info.xml2
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac91b1d60..28af54598 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 8.0.0 – 2020-01-17
+### Added
+- Recreation of the frontend in Vue.JS
+- Allow to reply directly to messages
+- Filter the conversations and participants list when searching
+- Ask for confirmation when a user navigates away while being in a call
+- Support for circles when creating a new conversation and adding participants
+- Add a first version of Flow support
+
+### Changed
+- Allow to write multiple chat messages in a row
+- Improve the way how conversations are created
+- Make single emojis bigger to improve readability
+
+### Fixed
+- A lot of fixes, see [Github](https://github.com/nextcloud/spreed/milestone/27?closed=1) for a complete list
+
## 7.0.2 – 2019-11-12
### Changed
- Improve the settings for Talk and extend the explanations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d74f3a7ab..f44c1d4bb 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>8.0.0-alpha.6</version>
+ <version>8.0.0</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>