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>2022-04-13 17:45:52 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-13 17:45:52 +0300
commit38a825b405d9bf93b6d267b24257e5c4781b45e9 (patch)
treefb3dff241beee8dc682ca3ab86bbf57c450e738c /CHANGELOG.md
parenta0b760543daf96b9f232a96145a0351cbb888f6f (diff)
Add changelog and bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1305be75c..03ac377d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 14.0.0-beta.1 – 2022-04-08
+## 14.0.0-rc.1 – 2022-04-13
### Added
- Reactions for chat messages
+- Media tab in the sidebar to show all the shared items
- Implement `OCP\Talk\IBroker` to allow apps to create conversations
- Sharing a browser tab in Chrome-based browsers can now also share the audio of that tab
[#6810](https://github.com/nextcloud/spreed/pull/6810)