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-08 11:20:33 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-08 11:20:33 +0300
commitd2adb2972cfbf3b06314b1ba70d433d03f68428b (patch)
tree945fcd103af94c96af06585da845e4086d9de69f /CHANGELOG.md
parentaf41283094914273065f69465854adade34670dc (diff)
Add changelog for 14.0.0-beta.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 844926d1f..1305be75c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 14.0.0-beta.1 – 2022-04-08
+### Added
+- Reactions for chat messages
+- 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)
+
+### Still in progress
+- Media tab showing all shared items of the conversation
+
+### Changed
+- Messages of shared objects and files can now be deleted (shares will be removed, files persist)
+ [#7047](https://github.com/nextcloud/spreed/pull/7047)
+- Actions like calling and chatting in big rooms should now be much smoother
+- Compatibility with Nextcloud 24
+
## 13.0.5 – 2022-04-08
### Fixed
- Fix reconnection when media permissions change