summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-12-08 15:35:12 +0100
committerJoas Schilling <coding@schilljs.com>2023-12-08 15:37:47 +0100
commitd737d721ff818067c0bd1435f939f8850b880dfd (patch)
tree0da1ddd9dc79523fb96dcc15b80f9acdd7b938af
parent004299135a477c365b87e7c7594a70c0a462f014 (diff)
chore(release): Add changelog for 18.0.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9625130dd..5f22cbaad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 18.0.0 – 2023-12-12
+### Added
+- 🗒️ Note to self
+ [#2196](https://github.com/nextcloud/spreed/issues/2196)
+- 🎙️ Show speaker while screensharing
+ [#4478](https://github.com/nextcloud/spreed/issues/4478)
+- 🏷️ Add a caption to your file before sharing it into the chat
+ [#5354](https://github.com/nextcloud/spreed/issues/5354)
+- 👤 Ask Guest to enter a name when connecting
+ [#855](https://github.com/nextcloud/spreed/issues/855)
+- 🤩 Animated call reactions
+ [#10561](https://github.com/nextcloud/spreed/issues/10561)
+- 🖋️ Optionally require consent before joining a recorded call
+ [#10348](https://github.com/nextcloud/spreed/issues/10348)
+- 📲 Allow calling phone numbers from within Talk using SIP dialout
+ [#10346](https://github.com/nextcloud/spreed/issues/10346)
+- 🔎 Add support for "person" and "modified" filter options of the new search
+ [#10909](https://github.com/nextcloud/spreed/issues/10909)
+- 🌴 Show the "Out of office" message in one-to-one conversations
+ [#11049](https://github.com/nextcloud/spreed/issues/11049)
+
+### Changed
+- Requires Nextcloud 28
+- Update translations
+- Update several dependencies
+- Require compatible clients (Talk Android 18.0.0 or later, Talk iOS 18.0.0 or later, Talk Desktop 0.16.0 or later) when recording consent is enabled
+ [#10969](https://github.com/nextcloud/spreed/issues/10969)
+
## 18.0.0-rc.3 – 2023-12-07
### Added
- feat(call): Add screensharing support to the viewer-overlay