From d737d721ff818067c0bd1435f939f8850b880dfd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 8 Dec 2023 15:35:12 +0100 Subject: [PATCH 1/3] chore(release): Add changelog for 18.0.0 Signed-off-by: Joas Schilling --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9625130dd1c..5f22cbaadf5 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 From f57907f2d00791476a01cf5fe0143dab99665a4d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 8 Dec 2023 15:35:26 +0100 Subject: [PATCH 2/3] fix(changelog): Remove duplicated changelog from beta3 and rc1 Signed-off-by: Joas Schilling --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f22cbaadf5..83a86db5be5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,12 +89,6 @@ All notable changes to this project will be documented in this file. [#11054](https://github.com/nextcloud/spreed/issues/11054) ## 18.0.0-rc.1 – 2023-11-23 -### Added -- Allow drag'n'drop of files onto the caption dialog - [#10898](https://github.com/nextcloud/spreed/issues/10898) -- Add support for "person" and "modified" filter options of the global search - [#10909](https://github.com/nextcloud/spreed/issues/10909) - ### Changed - Update several dependencies - Improve documentation by adding magic strings and values to parameters From 347686a5e5ed5336aa9325a7e71cf3d969a32149 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 8 Dec 2023 15:38:16 +0100 Subject: [PATCH 3/3] chore(release): Bump version to 18.0.0 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index b829f7ae267..bc9f23fa598 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 ]]> - 18.0.0-rc.3 + 18.0.0 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 9686ad4b1c1..14140aa1aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "18.0.0-rc.3", + "version": "18.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "18.0.0-rc.3", + "version": "18.0.0", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 7254f1d2c7a..99e8e269cf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "18.0.0-rc.3", + "version": "18.0.0", "private": true, "description": "", "author": "Joas Schilling ",